turns
listlengths 2
60
| dialogue_id
stringlengths 1
31
| states
listlengths 1
30
|
---|---|---|
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a cheap hotel ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'ten');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found ten results ! What area of town would you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'no');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hmm , I 'm not sure . I am looking for a guesthouse type , though , and it does n't need to have free parking ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'9');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 9 that matches your needs . Shall I recommend a nice one ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would prefer one in the cheap range , a moderately priced one is fine if a cheap one is n't there ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'The alexander bed and breakfast');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The alexander bed and breakfast is a good option ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_internet,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Does The Alexander have internet ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , it does have internet ! Would you like me to book that for you ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Not yet , can I get the phone number ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,phone,'01223525725');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Their number is 01223525725 ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all . Thanks !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , good day to you ."
}
] |
SNG0825.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"ten"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"ten"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"ten"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"The alexander bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"ten"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"The alexander bed and breakfast"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"ten"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"The alexander bed and breakfast"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"phone",
"01223525725"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , can you help me find a restaurant for my upcoming trip to Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Absolutely ! What type of food are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'dontcare');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do not care . Just something in the south , moderate range in price ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,name,'Pizza Hut Cherry Hinton');(_:result,name,'Restaurant Alimentum');(_:result,type,'Restaurant'))",
"inform((_:result,count,'2');(_:result,food,'modern European');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two options that match what you 're looking for . Pizza Hut Cherry Hinton and Restaurant Alimentum , which is modern European cuisine . Does either sound good ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'restaurant alimentum');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want to reserve a table at Restaurant Alimentum"
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "what day and how many people ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'17:30');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would need it for 3 people for 17:30 on monday ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'7HRLWXYB');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked that for you and your reference number is 7HRLWXYB . Is there anything else I can help with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,destination,'kings lynn');(_:search,leave_at,'20:00');(_:search,people,'3');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks ! I need to travel to Kings Lynn from Cambridge for 3 people . I need to travel Tuesday night , sometime after 20:00 . I need a reference number please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'21:58');(_:result,id,'TR8387');(_:result,leave_at,'21:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I would suggest train TR8387 that leaves at 21:11 with arrival at 21:58 . Would you like me to book this one or do you need a different arrival time ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "This is perfect . Please book for 3 people and give me the reference number ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR8387');(_:booking,people,'3');(_:booking,ref,'VF2TRXD0');(_:booking,ticket,'29.4 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , I 've booked 3 tickets for you on TR8387 . It will cost 29.4 GBP . Your reference number is VF2TRXD0 . Can I do anything else for you today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that sounds about right . Thanks ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your visit ."
}
] |
PMUL0695.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"modern European"
],
[
"_: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",
"south"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"modern European"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"restaurant alimentum"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"modern European"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"restaurant alimentum"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"7HRLWXYB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"leave_at",
"20:00"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"modern European"
],
[
"_:search",
"name",
"restaurant alimentum"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"7HRLWXYB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"leave_at",
"20:00"
],
[
"_:result",
"arrive_by",
"21:58"
],
[
"_:result",
"id",
"TR8387"
],
[
"_:result",
"leave_at",
"21:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"modern European"
],
[
"_:search",
"name",
"restaurant alimentum"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"leave_at",
"20:00"
],
[
"_:result",
"arrive_by",
"21:58"
],
[
"_:result",
"id",
"TR8387"
],
[
"_:result",
"leave_at",
"21:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR8387"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"VF2TRXD0"
],
[
"_:booking",
"ticket",
"29.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,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for a place to go in the centre of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,area,'Centre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Great , I have many places for you to go in the Centre . What type of attraction are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like a college please can you send me some info ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,\"saint andrew 's street\");(_:result,entrance_fee,'free');(_:result,name,\"christ 's college\");(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Sure . How about christ 's college ? It is located at saint andrew 's street and is free ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , that 's fine . Can you give me the phone number , entrance fee , and postcode ? Thanks ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'free');(_:result,phone,'01223334900');(_:result,postcode,'cb23bu');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The entrance fee is free . The phone number is 01223334900 . The postcode is cb23bu . Is there anything else I can assist you with today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,has_parking,'no');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for a place to stay . It should be a guesthouse in the same area and include free wifi . It does n't need to have free parking ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,stars,'0');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you have a star preference I have a 0 and a 4 star ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The star preference does n't matter . I 'll take the 4 star ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,name,'alexander bed and breakfast');(_:booking,type,'Booking');(_:result,stars,'four');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you want me to book you into the four - star alexander bed and breakfast ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all the information I need right now . Thank you for all your help ."
},
{
"id": 11,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "I hope you enjoy your stay !"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thank you . I will also need a taxi to commute between the two places ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where would you like to be picked up ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'09:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "From the Alexander B&B to Christ 's College . I want to leave the hotel by 09:45 ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'red Honda');(_:result,departure,'Alexander Bed and Breakfast');(_:result,destination,\"Christ 's College\");(_:result,leave_at,'09:45');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Your taxi reservation on a red Honda is complete . You will be picked up at 09:45 at Alexander Bed and Breakfast and dropped off at Christ 's College ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "May I please get a contact number for the taxi ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,phone,'07182437996');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Their contact number is 07182437996 . Anything else ?"
},
{
"id": 18,
"rdf-acts": [
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "What type of car is it ?"
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,car,'red Honda');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "It is a red Honda . Is there anything else I can help you with ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all , thank you very much ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , glad I could help ."
}
] |
PMUL2585.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"Centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"alexander bed and breakfast"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"stars",
"4"
],
[
"_:booking",
"name",
"alexander bed and breakfast"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"stars",
"4"
],
[
"_:booking",
"name",
"alexander bed and breakfast"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"stars",
"4"
],
[
"_:booking",
"name",
"alexander bed and breakfast"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"stars",
"four"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:result",
"car",
"red Honda"
],
[
"_:result",
"departure",
"Alexander Bed and Breakfast"
],
[
"_:result",
"destination",
"Christ 's College"
],
[
"_:result",
"leave_at",
"09:45"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"stars",
"4"
],
[
"_:booking",
"name",
"alexander bed and breakfast"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"stars",
"four"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:result",
"car",
"red Honda"
],
[
"_:result",
"departure",
"Alexander Bed and Breakfast"
],
[
"_:result",
"destination",
"Christ 's College"
],
[
"_:result",
"leave_at",
"09:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"phone",
"07182437996"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"car",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"stars",
"4"
],
[
"_:booking",
"name",
"alexander bed and breakfast"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"stars",
"four"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:result",
"departure",
"Alexander Bed and Breakfast"
],
[
"_:result",
"destination",
"Christ 's College"
],
[
"_:result",
"leave_at",
"09:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"phone",
"07182437996"
],
[
"_:result",
"car",
"red Honda"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hello , I 'm looking for a cheap place to stay with 4 stars ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Hi , i have many place to choose from . Is there a specific area of town you are looking to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,type,'Hotel'))",
"request((_:result,address,?);(_:result,area,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like a guesthouse type with free wifi please . Also the area and address please ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'732 - 734 newmarket road');(_:result,area,'east');(_:result,name,'Leverton House');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found the Leverton House which meets your requirements . It is in the east at 732 - 734 newmarket road . Do you need a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , I 'll wait on that for now . Thanks for all your help today . That 's all I need . Goodbye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Glad to have been of assistance . Have a good day . Goodbye ."
}
] |
SNG1344.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"732 - 734 newmarket road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Leverton House"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a moderate price placed to say in the North side of the city please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'Limehouse');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,amount,'several');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "There are several that fit the bill . I could recommend Limehouse . Would you like me to help you book there , or are there other factors you 'd like to consider ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "As long as there is available parking I 'd like to book my reservation there please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,name,'Limehouse');(_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I can book you at the Limehouse . when would you like the reservation ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'6');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can I get it starting Monday for 3 nights with 6 people please"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Booking was unsuccessful . Would you like something else ?"
}
] |
SSNG0391.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"Limehouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"Limehouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:booking",
"name",
"Limehouse"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "My wallet was stolen . Can I get some help ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,name,'Parkside Police Station');(_:result,phone,'01223358966');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "You should contact the police at 01223358966 . The Parkside Police Station is located 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 . I hope everything works out ."
}
] |
SNG01828.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"name",
"Parkside Police Station"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'world');(_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a restaurant that serves world food . It should be a really good restaurant , and it 's OK if it 's expensive ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no matching restaurants"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about Italian ? I would like to go to nice place with great atmosphere and expensive , I would like the address , phone number and area"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'32 Bridge Street City Centre');(_:result,name,'Caffe Uno');(_:result,phone,'01223 448620');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Caffe Uno is located at 32 Bridge Street City Centre and their phone number is 01223 448620 ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "enjoy your meal !"
}
] |
WOZ20648.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"world"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/903c1191"
],
[
"_:search/903c1191",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/903c1191"
],
[
"_:search/903c1191",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"address",
"32 Bridge Street City Centre"
],
[
"_:result",
"name",
"Caffe Uno"
],
[
"_:result",
"phone",
"01223 448620"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "one in the East part of town"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,area,'east');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are several restaurants in the east part of town . Do you have a preference for the type of food or price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'irish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "and serves irish style food please"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,area,'east');(_:result,food,'Irish');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I apologize , there are no restaurants in the east part of town that serve Irish food . Would you like to choose a different part of town or type of food ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Indian food in the east part of town would be good ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'east');(_:result,count,'4');(_:result,food,'Indian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are four restaurants in the east part of town that serve Indian food . What price range would you like ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "It does n't matter ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'east');(_:result,food,'Indian');(_:result,name,'Curry Prince');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Curry Prince is an Indian restaurant located in the east part of town in the moderate price range . Would you like any additional information ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "May I have the phone number ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,phone,'01223 566388');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number is 01223 566388 ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the address ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'451 newmarket road fen ditton');(_:result,name,'curry prince');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry prince is located at 451 newmarket road fen ditton . Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye ."
},
{
"id": 13,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Okay thank you"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "good bye"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Good bye ."
}
] |
WOZ20365.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",
"pricerange",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"irish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:system",
"canthelp",
"_:search/2d6eb45e"
],
[
"_:search/2d6eb45e",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Irish"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:system",
"canthelp",
"_:search/2d6eb45e"
],
[
"_:search/2d6eb45e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:system",
"canthelp",
"_:search/2d6eb45e"
],
[
"_:search/2d6eb45e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:system",
"canthelp",
"_:search/2d6eb45e"
],
[
"_:search/2d6eb45e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"01223 566388"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:system",
"canthelp",
"_:search/2d6eb45e"
],
[
"_:search/2d6eb45e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"01223 566388"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"451 newmarket road fen ditton"
],
[
"_:result",
"name",
"curry prince"
],
[
"_: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",
"several"
],
[
"_:system",
"canthelp",
"_:search/2d6eb45e"
],
[
"_:search/2d6eb45e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"01223 566388"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"451 newmarket road fen ditton"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "user",
"text": "Hi , can you help me with some information on places to go in town ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Where in town would you like to go ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would love to see some of the beautiful architecture that Cambridge has to offer ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'market street');(_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,'the holy trinity church');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "I would recommend the holy trinity church , located in the centre of town on market street . Admission is free ! Do you need anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'holy trinity church');(_:search,type,'Attraction'))",
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , could I get the phone number for holy trinity church ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'01223355397');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Here is the phone number you requested , 01223355397 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,destination,'kings lynn');(_:search,leave_at,'12:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am also looking for a train that goes to kings lynn leaving after 12:30 . I would prefer it to leave on Tuesday and depart from cambridge"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'13:58');(_:result,id,'TR6585');(_:result,leave_at,'13:11');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have train TR6585 leaving at 13:11 and arriving at 13:58 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,leave_at,'12:30');(_:search,type,'Train'))",
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Do you have anything leaving closer to 12:30 ? If not , could I have the train ID of the TR6585 please ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,id,'TR6585');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The train ID of TR6585 ........ is TR6585 . Do you need anything else ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "how much are the tickets and the travel time ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,duration,'47 minutes');(_:result,ticket,'9.8');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "47 minutes and 9.8 per ticket"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much for your help . Have a nice day !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You , too . Thanks so much for calling . Have a great day ! Goodbye ."
}
] |
PMUL1236.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"address",
"market street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"the holy trinity church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"holy trinity church"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"address",
"market street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"the holy trinity church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"holy trinity church"
],
[
"_:result",
"phone",
"01223355397"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"leave_at",
"12:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"address",
"market street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"the holy trinity church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"holy trinity church"
],
[
"_:result",
"phone",
"01223355397"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"arrive_by",
"13:58"
],
[
"_:result",
"id",
"TR6585"
],
[
"_:result",
"leave_at",
"13:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"12:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"address",
"market street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"the holy trinity church"
],
[
"_:search",
"name",
"holy trinity church"
],
[
"_:result",
"phone",
"01223355397"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"arrive_by",
"13:58"
],
[
"_:result",
"leave_at",
"13:11"
],
[
"_:search",
"leave_at",
"12:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR6585"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"address",
"market street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"the holy trinity church"
],
[
"_:search",
"name",
"holy trinity church"
],
[
"_:result",
"phone",
"01223355397"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"arrive_by",
"13:58"
],
[
"_:result",
"leave_at",
"13:11"
],
[
"_:search",
"leave_at",
"12:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR6585"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"duration",
"47 minutes"
],
[
"_:result",
"ticket",
"9.8"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train from cambridge to go to london liverpool street"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "sure , what day are you traveling ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be traveling on Thursday ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Do you know what time you need to depart or arrive by so I can narrow the options ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'14:30');(_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be traveling on a Sunday , and I need to arrive by 14:30"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "You will be traveling on Thursday or Sunday ? You 've said both ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'14:30');(_:search,day,'sunday');(_:search,departure,'Cambridge');(_:search,destination,'liverpool street');(_:search,people,'4');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I should leave Cambridge on sunday and arrive in london liverpool street by 14:30 . I need 4 tickets and a reference number ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,id,'TR5504');(_:booking,leave_at,'13:27');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR5504 would arrive at 13:27 , would that work ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that 's perfect . I need tickets for 4 people , please ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'B8QZ32WO');(_:booking,ticket,'66.4 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 66.4 GBP payable at the station . Reference number is : B8QZ32WO . Can I help with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , i need to find a restaurant to visit in the centre of town . Preferably in the moderate price range ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'21');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 21 that fits your criteria . Which cuisine would you like , to help narrow your choices down ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "It does n't matter ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,name,'Yippee Noodle Bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yippee Noodle Bar meets your criteria , would you like their information ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yeah , tell me the address for that restaurant and the type of food they serve"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'40428 King Street City Centre');(_:result,food,'Asian / Oriental');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They are an Asian / Oriental restaurant , and are located at 40428 King Street City Centre . Is there anything else I can assist you with ?"
},
{
"id": 16,
"rdf-acts": [],
"speaker": "user",
"text": "That is all that I need ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Help Desk . Have a great day !"
}
] |
PMUL4251.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"liverpool street"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"liverpool street"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR5504"
],
[
"_:booking",
"leave_at",
"13:27"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"liverpool street"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"leave_at",
"13:27"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"B8QZ32WO"
],
[
"_:booking",
"ticket",
"66.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_: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",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"liverpool street"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"leave_at",
"13:27"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"B8QZ32WO"
],
[
"_:booking",
"ticket",
"66.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"liverpool street"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"leave_at",
"13:27"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"B8QZ32WO"
],
[
"_:booking",
"ticket",
"66.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"Yippee Noodle Bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"liverpool street"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"leave_at",
"13:27"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"B8QZ32WO"
],
[
"_:booking",
"ticket",
"66.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"Yippee Noodle Bar"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"40428 King Street City Centre"
],
[
"_:result",
"food",
"Asian / Oriental"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'alpha - milton guest house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you please tell me about the Alpha - Milton Guest House ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'northern');(_:result,category,'guesthouse');(_:result,pricerange,'moderately priced');(_:result,stars,'3');(_:result,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Absolutely ! They are a wonderful guesthouse in the northern part of town . They are moderately priced and rated 3 stars ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,has_parking,?);(_:result,type,'Hotel'))",
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do they have free parking ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,has_parking,'none');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "No they unfortunately do not have parking . Is there anything else i can help you with or any other information you would like to know about that hotel or area ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No , that s ok . I do need a train to Cambridge on Tuesday though ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you departing from ? And what time would you like to arrive ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'15:30');(_:search,departure,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive by 15:30 and am leaving london kings cross ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'14:08');(_:result,day,'Tuesday');(_:result,departure,'London Kings Cross');(_:result,destination,'Cambridge');(_:result,id,'TR3456');(_:result,leave_at,'13:17');(_:result,ticket,'23.60 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR3456 leaves London Kings Cross on Tuesday at 13:17 and arrives in Cambridge at 14:08 . The cost is 23.60 pounds . Will this meet your needs ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the total travel time on that one ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,duration,'51 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "travel time is 51 minutes ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thanks so much !"
},
{
"id": 11,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can do for you today ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "No that will be all ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Ok great , enjoy your trip ! Goodbye ."
}
] |
PMUL4060.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:result",
"area",
"northern"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:result",
"area",
"northern"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:result",
"area",
"northern"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:result",
"area",
"northern"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"London Kings Cross"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR3456"
],
[
"_:result",
"leave_at",
"13:17"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:result",
"area",
"northern"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"London Kings Cross"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR3456"
],
[
"_:result",
"leave_at",
"13:17"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:result",
"area",
"northern"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"London Kings Cross"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR3456"
],
[
"_:result",
"leave_at",
"13:17"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_: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,departure,'stevenage');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train from Stevenage to Cambridge . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"thank()",
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Of course ! What day would you like to leave and what time would you like to arrive ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'17:15');(_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking to arrive by 17:15 on tuesday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'16:43');(_:result,leave_at,'15:54');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have found you a train that leaves at 15:54 and arrives by 16:43 . Would you like this one ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes could you please book that for me for 8 people and provide a reference number for the booking ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'AIM1QZ4C');(_:booking,ticket,'102.4 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 102.4 GBP payable at the station . Reference number is : AIM1QZ4C ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you ! I also am looking for a place to eat at in the west area . I would prefer a nice expensive one ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,amount,'many');(_:result,area,'west');(_:result,food,'Thai');(_:result,name,'Sala Thong');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have many fine restaurants in the west , but I recommend Sala Thong , which serves Thai food . Would you like to book a table ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there any place to eat that serves Indian ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Which area are you referring to ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'West');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like it to be in the West of town ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like me to reserve a table ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'20:15');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please book it for 8 people on tuesday at 20:15"
},
{
"id": 13,
"rdf-acts": [
"select((_:result,area,'west');(_:result,count,'5');(_:result,food,'Indian');(_:result,type,'Restaurant'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Which restaurant should I book ? There are 5 , in the west , that serve Indian food ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you suggest one that has an expensive price range , please ?"
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Tandoori Palace');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , I recommend Tandoori Palace . It meets your specifications . Would you like to book a table ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))",
"inform((_:search,day,'tuesday');(_:search,duration,'20:15');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please book a table for 8 on Tuesday at 20:15 . I 'd also like the reference number , please ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,ref,'2YCEETCJ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have the reservation booked at the restaurant . The reference number is 2YCEETCJ ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much . I think that will be it for today . You 've been a great help . Goodbye ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm glad I could help . Have a wonderful trip and a wonderful day . Goodbye ."
}
] |
PMUL3515.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"16:43"
],
[
"_:result",
"leave_at",
"15:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"16:43"
],
[
"_:result",
"leave_at",
"15:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"AIM1QZ4C"
],
[
"_:booking",
"ticket",
"102.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"16:43"
],
[
"_:result",
"leave_at",
"15:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"AIM1QZ4C"
],
[
"_:booking",
"ticket",
"102.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"name",
"Sala Thong"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"16:43"
],
[
"_:result",
"leave_at",
"15:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"AIM1QZ4C"
],
[
"_:booking",
"ticket",
"102.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"name",
"Sala Thong"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"area",
"West"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:result",
"arrive_by",
"16:43"
],
[
"_:result",
"leave_at",
"15:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"AIM1QZ4C"
],
[
"_:booking",
"ticket",
"102.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"name",
"Sala Thong"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"area",
"West"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"20:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:result",
"arrive_by",
"16:43"
],
[
"_:result",
"leave_at",
"15:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"AIM1QZ4C"
],
[
"_:booking",
"ticket",
"102.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"name",
"Sala Thong"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"area",
"West"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"20:15"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_: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",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:result",
"arrive_by",
"16:43"
],
[
"_:result",
"leave_at",
"15:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"AIM1QZ4C"
],
[
"_:booking",
"ticket",
"102.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"area",
"West"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Tandoori Palace"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"20:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:result",
"arrive_by",
"16:43"
],
[
"_:result",
"leave_at",
"15:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"102.4 GBP"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"area",
"West"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Tandoori Palace"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"20:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"2YCEETCJ"
],
[
"_: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,'finches bed and breakfast');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a hotel called finches bed and breakfast ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,category,'guesthouse');(_:result,name,'Finches Bed and Breakfast');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Finches Bed and Breakfast is a guesthouse on the west side of town and falls in the cheap price range . Are you interested in booking a room there ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'6');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I am , I need a reservation for 6 people for 3 nights starting on Wednesday ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Unfortunately , I was unable to make the reservation . Would you like to try for another arrival date or a shorter stay ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,stay,'1');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is there anything open for just 1 night ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'ZELLMALY');(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Sure . Your reference number is ZELLMALY ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , that 's all I need today . Thank you for your help !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "We 're always happy to help , and I hope you enjoy your stay in Cambridge !"
}
] |
SNG0791.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",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Finches Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_: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",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Finches Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/49affc97"
],
[
"_:booking/49affc97",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"finches bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Finches Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/49affc97"
],
[
"_:booking/49affc97",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"1"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"ZELLMALY"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'prezzo');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant named Prezzo in Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'21 - 24 Northampton Road');(_:result,name,'Prezzo');(_:result,phone,'01799521260');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address to Prezzo is 21 - 24 Northampton Road and the phone number is 01799521260 . Would you like me to make you a reservation ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'16:15');(_:search,people,'one');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , for one on Thursday , 16:15"
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,ref,'0Z1CRCLO');(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Great ! I have you booked - reference number 0Z1CRCLO . Please note - table will be reserved for 15 minutes ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Great I also need a train for the same day as the restaurant heading to cambridge ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , where are you departing from and what time would you like to leave ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'08:00');(_:search,departure,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking to depart bishops stortford and need to arrive by 08:00"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'5');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have five trains that arrive then , shall I book the train for you and if so for how many tickets ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Could you tell me the ticket prices for the train ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,amount,'only one');(_:result,ticket,'10.10 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure . There is actually only one train available and it costs 10.10 pounds . Do you need a reservation ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,duration,?);(_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , could I please have the train ID and the estimated travel time ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,duration,'38 minutes');(_:result,id,'TR6270');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The trainID is TR6270 and the travel duration is 38 minutes ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Ok can you book that for me , thanks !"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'D3VKUHBI');(_:booking,ticket,'10.1 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 10.1 GBP and is payable at the station . The reference number is D3VKUHBI . Thank you ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is great . I think you have provided all the help I need today . Thank you ."
},
{
"id": 15,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "You are welcome . If you ever need any other assistance , please contact us ."
},
{
"id": 16,
"rdf-acts": [],
"speaker": "user",
"text": "I will definitely keep that in mind !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Great . Have a nice day !"
}
] |
MUL1665.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"prezzo"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"prezzo"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"21 - 24 Northampton Road"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"phone",
"01799521260"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"prezzo"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"21 - 24 Northampton Road"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"phone",
"01799521260"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"ref",
"0Z1CRCLO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"prezzo"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"21 - 24 Northampton Road"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"phone",
"01799521260"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"ref",
"0Z1CRCLO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"prezzo"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"21 - 24 Northampton Road"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"phone",
"01799521260"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:booking",
"ref",
"0Z1CRCLO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"prezzo"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"21 - 24 Northampton Road"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"phone",
"01799521260"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:booking",
"ref",
"0Z1CRCLO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:result",
"count",
"5"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"amount",
"only one"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"prezzo"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"21 - 24 Northampton Road"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"phone",
"01799521260"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:booking",
"ref",
"0Z1CRCLO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:result",
"count",
"5"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"amount",
"only one"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"id",
"TR6270"
],
[
"_: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",
"name",
"prezzo"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"21 - 24 Northampton Road"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"phone",
"01799521260"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"amount",
"only one"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"id",
"TR6270"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"D3VKUHBI"
],
[
"_:booking",
"ticket",
"10.1 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"prezzo"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"21 - 24 Northampton Road"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"phone",
"01799521260"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"amount",
"only one"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"id",
"TR6270"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"D3VKUHBI"
],
[
"_:booking",
"ticket",
"10.1 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you help me find somewhere in town to go to for entertainment ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Which area would you like to go ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Preferably the town centre ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry but I 'm not finding any entertainment attractions in the city centre , would you like me to try another area ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No , that 's ok . How about colleges ? Can you recommend a good one in the centre of town ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,\"Saint Andrew 's Street\");(_:result,name,\"Christ 's College\");(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "I always like to visit Christ 's College when I am in the area . The address is Saint Andrew 's Street . Is there anything else I can do for you today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please . I;m also looking for an expensive place to dine in the same area as the college . Can you help me with that ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'33');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 33 results . Is there a certain type of food you 'd like to have ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "If there is a restaurant which serves Indian food , that would be perfect ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,food,'Indian');(_:result,name,'Curry garden');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Curry garden is an expensive restaurant serving Indian food , would you like that ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Before I book the restaurant , I wanted to finish getting information on Christ 's College . I have the address . I just need the postcode and phone number , please ?"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "phone is 01223334900 and postcode is cb23bu is there anything else ?"
}
] |
PMUL2038.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b1bb532f"
],
[
"_:search/b1bb532f",
"area",
"centre"
],
[
"_:search/b1bb532f",
"category",
"entertainment"
],
[
"_:search/b1bb532f",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b1bb532f"
],
[
"_:search/b1bb532f",
"area",
"centre"
],
[
"_:search/b1bb532f",
"category",
"entertainment"
],
[
"_:search/b1bb532f",
"type",
"Attraction"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"address",
"Saint Andrew 's Street"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b1bb532f"
],
[
"_:search/b1bb532f",
"area",
"centre"
],
[
"_:search/b1bb532f",
"category",
"entertainment"
],
[
"_:search/b1bb532f",
"type",
"Attraction"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"address",
"Saint Andrew 's Street"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b1bb532f"
],
[
"_:search/b1bb532f",
"area",
"centre"
],
[
"_:search/b1bb532f",
"category",
"entertainment"
],
[
"_:search/b1bb532f",
"type",
"Attraction"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"address",
"Saint Andrew 's Street"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Curry garden"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,stars,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a guesthouse to stay at with a four star rating"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'18');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Certainly , there are 18 options . Is there an area of town that you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes in the north and it should be 4 stars and have free wifi please ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'the acorn guest house');(_:result,pricerange,'moderate');(_:result,stars,'four');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found the acorn guest house ! It has free wifi and parking , four star rating and is in a moderate price range ! Would you like me to book it ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Yes ! I would like a booking please ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many guests and how many nights would you like the reservation for ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "On second thought , I am not quite ready to book yet . Could you send me their postcode , please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,postcode,'cb41da');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The postcode is cb41da ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks so much for your help !"
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Your welcome . Can I help you find anything else today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all ! Thank you !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , goodbye ."
}
] |
SNG0929.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"count",
"18"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"the acorn guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"count",
"18"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"the acorn guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"count",
"18"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"the acorn guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"four"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"count",
"18"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"the acorn guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"four"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am traveling to Cambridge and looking forward to try local restaurants ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay , any type in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'stevenage');(_:search,leave_at,'16:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train I 'm looking for should depart from Stevenage and be leaving after 16:45 . Can you help ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay . You mentioned finding a local restaurant , initially . Would you like me to search for one ? If so , what kind of cuisine ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "I 'm looking for something local . What do you recommend ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "It depends on what your price range is ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'singaporean');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Actually I am craving singaporean food , price is no object . I would also like something in the centre area ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,food,'singaporean');(_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "Unfortunately , there is not a singaporean restaurant in the centre of town . Any other preferences ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Do you have any asian expensive restaurants ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'kymmoy');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "yes , there 's a place called kymmoy ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much for your information ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "enjoy your stay in cambridge !"
}
] |
PMUL4478.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"singaporean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"singaporean"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/b692826a"
],
[
"_:search/b692826a",
"area",
"centre"
],
[
"_:search/b692826a",
"food",
"singaporean"
],
[
"_:search/b692826a",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"singaporean"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/b692826a"
],
[
"_:search/b692826a",
"area",
"centre"
],
[
"_:search/b692826a",
"food",
"singaporean"
],
[
"_:search/b692826a",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"kymmoy"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'24:45');(_:search,destination,'saigon city');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "i want to book a taxi . The taxi should go to saigon city and should arrive by 24:45 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where will you be departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'parkside pools');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I will be departing from parkside pools ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'24:45');(_:result,car,'grey BMW');(_:result,departure,'Parkside Pools');(_:result,destination,'Saigon City');(_:result,phone,'07828476668');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I 've booked a grey BMW that will leave Parkside Pools , and arrive in Saigon City by 24:45 . Their contact number is 07828476668 . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you . that 's all ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , have a wonderful day then , goodbye !"
}
] |
SNG1282.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"24:45"
],
[
"_:search",
"destination",
"saigon city"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"24:45"
],
[
"_:search",
"destination",
"saigon city"
],
[
"_:search",
"departure",
"parkside pools"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"24:45"
],
[
"_:search",
"destination",
"saigon city"
],
[
"_:search",
"departure",
"parkside pools"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"arrive_by",
"24:45"
],
[
"_:result",
"car",
"grey BMW"
],
[
"_:result",
"departure",
"Parkside Pools"
],
[
"_:result",
"destination",
"Saigon City"
],
[
"_:result",
"phone",
"07828476668"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a place to eat . Do you know any places in the centre of town with a moderate price ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "I can help you with that . What type of cuisine would you be interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'international');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like the restaurant to serve international food ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,food,'international');(_:result,name,'bloomsbury restaurant');(_:result,name,'the varsity restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 2 restaurants serving international food . One is the varsity restaurant , the other is bloomsbury restaurant . Would you like a reservation at one of these ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'11:45');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to book a table for 2 at 11:45 on Thursday at Bloomsbury ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'W6A0B2QE');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , I have made the reservation , and your reference number is W6A0B2QE ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you . Can you also find me an entertainment attraction near Bloomsbury ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry , there are n't any entertainment attractions in the centre of town . Would you be interested in a different kind of attraction , or perhaps somewhere in another part of town ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'nightclubs');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Are there any nightclubs in the centre of town ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"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": "Yes , there are 5 results for nightclubs in the centre area . The cheapest entrance fee is 4 pounds and that 's at soul tree nightclub . Do you need more information ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes could I have their address please ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'1 - 6 corn exchange street');(_:result,name,'Soul Tree');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Soul Tree is located at 1 - 6 corn exchange street ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thank you . Can I also book a taxi from the restaurant to the club ?"
},
{
"id": 13,
"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": 14,
"rdf-acts": [],
"speaker": "user",
"text": "I need to arrive before our reservation time ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'red ford');(_:result,phone,'07592537181');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I have booked a taxi for you . It is a red ford and the contact number is 07592537181 . Is there anything else you need today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That was everything , thanks !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , enjoy your time in Cambridge ."
}
] |
MUL0832.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"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"international"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"bloomsbury restaurant"
],
[
"_:result",
"name",
"the varsity restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"international"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"bloomsbury restaurant"
],
[
"_:result",
"name",
"the varsity restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"ref",
"W6A0B2QE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"international"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"bloomsbury restaurant"
],
[
"_:result",
"name",
"the varsity restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"ref",
"W6A0B2QE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/83def5e1"
],
[
"_:search/83def5e1",
"area",
"centre"
],
[
"_:search/83def5e1",
"category",
"entertainment"
],
[
"_:search/83def5e1",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclubs"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"international"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"international"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"ref",
"W6A0B2QE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/83def5e1"
],
[
"_:search/83def5e1",
"area",
"centre"
],
[
"_:search/83def5e1",
"category",
"entertainment"
],
[
"_:search/83def5e1",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclubs"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"name",
"soul tree nightclub"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"international"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"international"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"ref",
"W6A0B2QE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/83def5e1"
],
[
"_:search/83def5e1",
"area",
"centre"
],
[
"_:search/83def5e1",
"category",
"entertainment"
],
[
"_:search/83def5e1",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclubs"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"address",
"1 - 6 corn exchange street"
],
[
"_:result",
"name",
"Soul Tree"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"international"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"international"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"ref",
"W6A0B2QE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/83def5e1"
],
[
"_:search/83def5e1",
"area",
"centre"
],
[
"_:search/83def5e1",
"category",
"entertainment"
],
[
"_:search/83def5e1",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclubs"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"address",
"1 - 6 corn exchange street"
],
[
"_:result",
"name",
"Soul Tree"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"international"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"international"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"ref",
"W6A0B2QE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/83def5e1"
],
[
"_:search/83def5e1",
"area",
"centre"
],
[
"_:search/83def5e1",
"category",
"entertainment"
],
[
"_:search/83def5e1",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclubs"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"address",
"1 - 6 corn exchange street"
],
[
"_:result",
"name",
"Soul Tree"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red ford"
],
[
"_:result",
"phone",
"07592537181"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'fusion');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I am looking for an expensive restaurant that serves fusion food ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"reqmore()",
"inform((_:result,food,'fusion');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , there are no fusion restaurants listed in the cheap price range . Would you like to try something else ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about mediterranean food ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,food,'Mediterranean');(_:result,name,'La mimosa');(_:result,name,'Shiraz restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two restaurants serving Mediterranean food in the expensive price range . Your options are La mimosa or Shiraz restaurant ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the address and phone number of one of them ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Thompsons Lane Fen Ditton');(_:result,name,\"La Mimosa 's\");(_:result,phone,'01223362525');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "La Mimosa 's address is Thompsons Lane Fen Ditton , phone number 01223362525 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , goodbye ."
}
] |
WOZ20557.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"fusion"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/6224a956"
],
[
"_:search/6224a956",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"fusion"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/6224a956"
],
[
"_:search/6224a956",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Mediterranean"
],
[
"_:result",
"name",
"La mimosa"
],
[
"_:result",
"name",
"Shiraz restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/6224a956"
],
[
"_:search/6224a956",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Mediterranean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"Thompsons Lane Fen Ditton"
],
[
"_:result",
"name",
"La Mimosa 's"
],
[
"_:result",
"phone",
"01223362525"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a guesthouse where I can stay in east Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,area,'east');(_:result,category,'guesthouses');(_:result,name,'Allenbell');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are several guesthouses on the east side . I recommend the Allenbell . It 's cheap , but it still gets 4 stars ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I was hoping for one that is in the moderate price range ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'A and B guesthouse');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay I have the A and B guesthouse in the moderate price range . Would you like to book that ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , actually . Can you reserve a room for me for Friday for 3 guests ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'UN2JUAA4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : UN2JUAA4 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm also looking for an Italian restaurant , something in the same area as the hotel ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'1');(_:result,name,'Pizza Hut Fen Ditton');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have one restaurant called Pizza Hut Fen Ditton and it is moderately priced . Would you like me to make a reservation ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'15:00');(_:search,people,'same group of people');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please make it for the same group of people at 15:00 on the same day ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have you booked in at that time and day ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also need a taxi"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I can help with that ! When and were would you need your taxi ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'a and b guest house');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi to commute between the two places ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay , so you 'll be going to the restaurant from the hotel ? Or to the hotel from the restaurant ? and at what time , please ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Hotel');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "The hotel to the restaurant please"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'14:45');(_:result,car,'red honda');(_:result,phone,'07823449934');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Booking completed ! \n Booked car type \t : \t red honda \n Contact number \t : \t 07823449934 \n You will arrive by 14:45 ."
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks , that 's all . Good bye ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us have a nice day ."
}
] |
PMUL4645.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"A and B guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"A and B guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"UN2JUAA4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"ref",
"UN2JUAA4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Pizza Hut Fen Ditton"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"ref",
"UN2JUAA4"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Pizza Hut Fen Ditton"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"ref",
"UN2JUAA4"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Pizza Hut Fen Ditton"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"a and b guest house"
],
[
"_: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",
"guesthouse"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"ref",
"UN2JUAA4"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Pizza Hut Fen Ditton"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_: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",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"ref",
"UN2JUAA4"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Pizza Hut Fen Ditton"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"arrive_by",
"14:45"
],
[
"_:result",
"car",
"red honda"
],
[
"_:result",
"phone",
"07823449934"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Are there any entertainment attractions in the centre of town ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"canthelp((_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Unfortunately , I have n't found anything . Would you like me to search for another type of attraction , or another location ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Sure . Are there any colleges in the centre ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'colleges');(_:result,count,'13');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , there are 13 colleges located in the centre . Can I help you narrow down the results ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Sure , I would like the largest college available"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'trinity street');(_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,'gonville and caius college');(_:result,phone,'01223332400');(_:result,postcode,'cb21ta');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "gonville and caius college \t Area - centre \t Phone # -01223332400 \t Post code - cb21ta \t Address - trinity street \t Entrance fee - free"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'turkish');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you . Can you also find a turkish restaurant that is moderately priced ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,name,'Anatolia');(_:result,name,'efes restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two that match your requests . Anatolia and efes restaurant . Would you like me to book one for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is one of them in the centre area . I would like one close to the college ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'King Street City Centre');(_:result,amount,'both');(_:result,area,'centre');(_:result,name,'Efes restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They are both located in the centre . Efes restaurant is located at King Street City Centre . Would you like to reserve a table ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'11:15');(_:search,people,'2');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "We 'll try Efes , could you book me a table for 2 on Thursday at 11:15 ? I 'll need the reference number also ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Thursday');(_:booking,duration,'11:15');(_:booking,name,'Efes');(_:booking,ref,'NZ89K99X');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are all set at the Efes on Thursday at 11:15 . Your reference number is NZ89K99X . Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is it thank you ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "So happy I could help ! Enjoy the rest of your day !"
}
] |
MUL0973.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/2f7be013"
],
[
"_:search/2f7be013",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/2f7be013"
],
[
"_:search/2f7be013",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/2f7be013"
],
[
"_:search/2f7be013",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"address",
"trinity street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"gonville and caius college"
],
[
"_:result",
"phone",
"01223332400"
],
[
"_:result",
"postcode",
"cb21ta"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/2f7be013"
],
[
"_:search/2f7be013",
"type",
"Attraction"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"address",
"trinity street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223332400"
],
[
"_:result",
"postcode",
"cb21ta"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Anatolia"
],
[
"_:result",
"name",
"efes restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/2f7be013"
],
[
"_:search/2f7be013",
"type",
"Attraction"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223332400"
],
[
"_:result",
"postcode",
"cb21ta"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"King Street City Centre"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Efes restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/2f7be013"
],
[
"_:search/2f7be013",
"type",
"Attraction"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223332400"
],
[
"_:result",
"postcode",
"cb21ta"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"King Street City Centre"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Efes restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"duration",
"11:15"
],
[
"_:booking",
"name",
"Efes"
],
[
"_:booking",
"ref",
"NZ89K99X"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'12:00');(_:search,destination,'ely train station');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you help me get to ely train station by 12:00 ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Yes . Where will you be leaving from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'eraina');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'll be leaving from eraina"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'black audi');(_:result,phone,'07356404697');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Okay . I have a black audi and the contact number is 07356404697 . Is there anything else you need ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks , that 's all for now ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm glad I could help . Goodbye ."
}
] |
SNG01478.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"destination",
"ely train station"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"destination",
"ely train station"
],
[
"_:search",
"departure",
"eraina"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"destination",
"ely train station"
],
[
"_:search",
"departure",
"eraina"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black audi"
],
[
"_:result",
"phone",
"07356404697"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'pizza hut city centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi . Have you heard of Pizza Hut City Centre by chance ? I may want to eat there soon ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'Regent Street City Centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure they are located at Regent Street City Centre . would you like me to book you there ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))",
"inform((_:search,food,'Italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , I just need the postcode and address please . Is this an Italian restaurant ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Regent Street City Centre');(_:result,food,'Italian');(_:result,name,'Pizza Hut City Centre');(_:result,postcode,'cb21ab');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Pizza Hut City Centre is listed as an Italian restaurant , yes . They are located at Regent Street City Centre in postcode cb21ab . Can I help you with anything else today ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that 's all I needed . Thank you !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Glad we could help . Please contact us again if you should have further questions or need a booking . Thank you ."
}
] |
SNG0655.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza hut city centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza hut city centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"food",
"Italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza hut city centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"Italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Pizza Hut City Centre"
],
[
"_:result",
"postcode",
"cb21ab"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'creative');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want the creative food , sir . oh and this needs to be in the south as well ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What is the price range you would prefer today ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))",
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Any price range will be fine ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , but our system does not show any matches for your inquiry ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about chinese food ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,food,'Chinese food');(_:result,name,'Peking Restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There 's a restaurant that serves delicious Chinese food called Peking Restaurant in the expensive range . Would you like their address and phone number ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Yes please"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'10 Homerton Street City Centre');(_:result,name,'Peking Restaurant');(_:result,phone,'01223 354755');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay , Peking Restaurant 's number is 01223 354755 and they are located at 10 Homerton Street City Centre . Is there anything else I can do for you ?"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "no , thank you and good bye"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Goodbye !"
}
] |
WOZ20209.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"creative"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"creative"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fd0d0d70"
],
[
"_:search/fd0d0d70",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/fd0d0d70"
],
[
"_:search/fd0d0d70",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Chinese food"
],
[
"_:result",
"name",
"Peking Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/fd0d0d70"
],
[
"_:search/fd0d0d70",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Chinese food"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"10 Homerton Street City Centre"
],
[
"_:result",
"name",
"Peking Restaurant"
],
[
"_:result",
"phone",
"01223 354755"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I need help finding some places to go in the south part of the city when I visit ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'several');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have several different options for you in that area ! Do you have a certain type in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,\"do n't have a preference\");(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What would you recommend ? I do n't have a preference ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'no entrance fee');(_:result,name,'Wandlebury Country Park');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Wandlebury Country Park is a nice place and has no entrance fee . Would you like more information ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Attraction'))",
"request((_:result,category,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "what kind of attraction is it ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,category,'park');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "it is listed as a park ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'autumn house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you . I 'm also looking to book a room a the autumn house hotel ."
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'd be happy to help with that . Can you tell me what day you would want to start your stay and the number of guests / nights ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'5');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need it for Monday . I have 5 guests . I want to stay 4 nights ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'E2FFWUYL');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your room is booked , ref # E2FFWUYL . Can I help you with anything else today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I need . Thank you ."
},
{
"id": 11,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "You 're welcome and have a good day ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you that will be all"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day ."
}
] |
PMUL2757.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"do n't have a preference"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"category",
"do n't have a preference"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Wandlebury Country Park"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"category",
"do n't have a preference"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Wandlebury Country Park"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"autumn house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"category",
"do n't have a preference"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Wandlebury Country Park"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"autumn house"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_: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",
"south"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"category",
"do n't have a preference"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Wandlebury Country Park"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"autumn house"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"E2FFWUYL"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"category",
"do n't have a preference"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Wandlebury Country Park"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"autumn house"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"E2FFWUYL"
],
[
"_: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,day,'saturday');(_:search,departure,'peterborough');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train to Cambridge on Saturday . I 'll be departing from Peterborough ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "In order for me to find the best train to suit you , can you provide me with a preferred departure or arrival time ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'12:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "We 'd like to arrive by 12:45 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'12:45');(_:result,count,'14');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 14 trains that arrive by 12:45 . What time would you like to leave ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'12:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "What 's the latest train I can take that will still get me there by 12:45 ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'12:38');(_:result,leave_at,'11:48');(_:result,ticket,'13.20 GBP');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The latest train leaves at 11:48 and arrives at 12:38 . The cost per ticket is 13.20 GBP . Would you like to book this train ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , for 7 people . Please give me reference number ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'K3MJOHZK');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Perfect . I have booked your trip . Reference # K3MJOHZK ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great ! Thanks ! That 's all I needed !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Glad I could help ! Have a nice day !"
}
] |
SNG0414.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:45"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"14"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:result",
"arrive_by",
"12:38"
],
[
"_:result",
"leave_at",
"11:48"
],
[
"_:result",
"ticket",
"13.20 GBP"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"14"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:result",
"arrive_by",
"12:38"
],
[
"_:result",
"leave_at",
"11:48"
],
[
"_:result",
"ticket",
"13.20 GBP"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"K3MJOHZK"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a cheap place with a free WiFi to stay . Can you assist to find one ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "I certainly can . Does location matter ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No . Also , I forgot to mention that I would like a guesthouse also ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'9');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 9 options for you . Do you have a preference on star rating ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "No , no preference really . Can you suggest one of the 9 . I would like to book a room please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'56 saint Barnabas road');(_:result,name,'Alexander bed and breakfast');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I could suggest for you Alexander bed and breakfast , It is in 56 saint Barnabas road ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'6');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The 6 of us would like to arrive on Saturday and stay for 5 nights . Could you book that for me , please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'K9NL8J4J');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . Your reference number is K9NL8J4J ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you look for a train to Cambridge on Saturday as well ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you departing from ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will leave from Stansted Airport ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,count,'19');(_:result,day,'saturday');(_:result,departure,'stansted airport');(_:result,destination,'cambridge');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 19 trains from stansted airport to cambridge on saturday . is there a particular time you 'd like to leave ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'9:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to arrive by 9:00 ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'8:52');(_:result,departure,'Stansted airport');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is a train departing from Stansted airport it will arrive at 8:52 . Would you like me to book it for you ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Train'))",
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Sounds great . Please book for Saturday and provide me with the travel time ."
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,leave_at,'8:24');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I will book that for you and the train leaves at 8:24 ."
},
{
"id": 16,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel');(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Could you possible email or fax me the reference number , train number , and the time ? I appreciate your assistance ."
},
{
"id": 17,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many tickets will you need ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need 6 tickets . Please give me the train details ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'FGLXQ5ZD');(_:booking,ticket,'48.48 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 48.48 GBP payable at the station . \n Reference number is : FGLXQ5ZD ."
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "that is it for today thanks for helping"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a great day !"
}
] |
PMUL3295.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"address",
"56 saint Barnabas road"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_: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",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"address",
"56 saint Barnabas road"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"K9NL8J4J"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"address",
"56 saint Barnabas road"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"K9NL8J4J"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"address",
"56 saint Barnabas road"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"K9NL8J4J"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"saturday"
],
[
"_:result",
"departure",
"stansted airport"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"9: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_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"address",
"56 saint Barnabas road"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"K9NL8J4J"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"saturday"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"9:00"
],
[
"_:result",
"arrive_by",
"8:52"
],
[
"_:result",
"departure",
"Stansted airport"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"address",
"56 saint Barnabas road"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"K9NL8J4J"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"saturday"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"9:00"
],
[
"_:result",
"arrive_by",
"8:52"
],
[
"_:result",
"departure",
"Stansted airport"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:booking",
"leave_at",
"8:24"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"address",
"56 saint Barnabas road"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"K9NL8J4J"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"saturday"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"9:00"
],
[
"_:result",
"arrive_by",
"8:52"
],
[
"_:result",
"departure",
"Stansted airport"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"duration",
"?"
],
[
"_:booking",
"leave_at",
"8:24"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"address",
"56 saint Barnabas road"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"saturday"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"9:00"
],
[
"_:result",
"arrive_by",
"8:52"
],
[
"_:result",
"departure",
"Stansted airport"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"duration",
"?"
],
[
"_:booking",
"leave_at",
"8:24"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"FGLXQ5ZD"
],
[
"_:booking",
"ticket",
"48.48 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouses');(_:search,stars,'4-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like to find out if there are any 4-star rated guesthouses in Cambridge"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'quite a few');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are quite a few . What area do you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm open to any area as long as there is free wifi ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'a and b guest house');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Then I recommend the a and b guest house . Would you like me to book you a room ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does that also have free parking available ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "No , it does n't . Should I recommend you a place with free parking instead ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'bangkok city');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "no but i am looking for a particular restaurant . Its name is called bangkok city"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'24 Green Street City Centre');(_:result,area,'centre');(_:result,food,'thai');(_:result,name,'Bangkok City');(_:result,postcode,'cb23jx');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Bangkok City is an expensive thai restaurant in the centre of town . They are located at 24 Green Street City Centre . Their postcode is cb23jx . Would you like a reservation ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "All I needed today was the address , thank you ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "thank you for inquiring with us ."
}
] |
PMUL4594.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"bangkok city"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"name",
"bangkok city"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"24 Green Street City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"Bangkok City"
],
[
"_:result",
"postcode",
"cb23jx"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'birmingham new street');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train that goes to Cambridge from birmingham new street ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Greetings , What day and time do you need a train for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,leave_at,'08:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on Monday after 08:45 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'15');(_:result,leave_at,'9:40');(_:result,leave_at,'until 23:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are 15 trains . The earliest leaves at 9:40 . Trains are every hour at 40 past after that until 23:40 . Would you like to book a seat ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes . What is the price ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,ticket,'75.10 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The price for your train is 75.10 pounds . Would you like me to book it for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'williams art and antiques');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Not right now , thanks . I would like more information on Williams Art and Antiques ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,\"gydir street , no . 5 dale 's brewery\");(_:result,area,'centre');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It 's a museum located in the centre of town located on gydir street , no . 5 dale 's brewery , and admission is free ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great . That 's perfect . Thank you !"
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Absolutely . Is there anything else I can help you with today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all that I needed , thank you ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "We are happy to help . Thank you for using our service . Have a great day !"
}
] |
MUL0493.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",
"day",
"monday"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"leave_at",
"9:40"
],
[
"_:result",
"leave_at",
"until 23:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"leave_at",
"9:40"
],
[
"_:result",
"leave_at",
"until 23:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"name",
"williams art and antiques"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"leave_at",
"9:40"
],
[
"_:result",
"leave_at",
"until 23:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:search",
"name",
"williams art and antiques"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"gydir street , no . 5 dale 's brewery"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
]
],
"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",
"day",
"monday"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"leave_at",
"9:40"
],
[
"_:result",
"leave_at",
"until 23:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:search",
"name",
"williams art and antiques"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"gydir street , no . 5 dale 's brewery"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can I please book a train for Friday ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , what destination would you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm going to Leicester ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be leaving from ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'ely');(_:search,leave_at,'17:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be leaving from Ely no later then 17:00 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,leave_at,'16:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a train that leaves at 16:21 . Would you like a booking ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes please can you book me one seat on that train and let me know the reference number ?"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,day,'friday');(_:search,departure,'ely');(_:search,destination,'leicester');(_:search,leave_at,'17:00');(_:search,type,'Train'))"
],
"speaker": "system",
"text": "actually , i believe some incorrect information was entered . i have not trains from ely to leicester on friday after 17:00 . let 's verify what you 're looking for ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,departure,'cambridge');(_:search,destination,'leicester');(_:search,leave_at,'10:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Sure , I am looking for a train going to Leicester that departs from Cambridge . It should leave after 10:30 on Friday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'13:06');(_:result,day,'Friday');(_:result,departure,'Cambridge');(_:result,destination,'Leicester');(_:result,id,'TR8080');(_:result,leave_at,'11:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great ! There is the TR8080 leaving Cambridge Friday at 11:21 and arriving by 13:06 in Leicester . Is that the one you want booked ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please make the booking for me for one ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR8080');(_:booking,people,'1');(_:booking,ref,'C317WKCR');(_:booking,ticket,'37.79GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "OK , you have 1 ticket reserved on TR8080 . The total fee is 37.79GBP , and your reference number is C317WKCR . Can I help with anything else today ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thanks . I am also looking for a place to go in town . Can you recommend your favorite museum ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'5 greens road');(_:result,area,'east');(_:result,entrance_fee,'free');(_:result,name,'Cambridge Artworks');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure ! I love the Cambridge Artworks in the east . It 's on 5 greens road and is free admission . Would you like their phone number ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes please and their address ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,address,'5 Greens Road');(_:result,phone,'01223902168');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their phone number is 01223902168 . Their address is 5 Greens Road ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That was all I needed today , thanks !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome . Have a good visit ."
}
] |
PMUL1361.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",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"17:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"17:00"
],
[
"_:result",
"leave_at",
"16:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"leave_at",
"16:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"one"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:search/fcd91d94"
],
[
"_:search/fcd91d94",
"day",
"friday"
],
[
"_:search/fcd91d94",
"departure",
"ely"
],
[
"_:search/fcd91d94",
"destination",
"leicester"
],
[
"_:search/fcd91d94",
"leave_at",
"17:00"
],
[
"_:search/fcd91d94",
"type",
"Train"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"10:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:search/fcd91d94"
],
[
"_:search/fcd91d94",
"day",
"friday"
],
[
"_:search/fcd91d94",
"departure",
"ely"
],
[
"_:search/fcd91d94",
"destination",
"leicester"
],
[
"_:search/fcd91d94",
"leave_at",
"17:00"
],
[
"_:search/fcd91d94",
"type",
"Train"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"10:30"
],
[
"_:result",
"arrive_by",
"13:06"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"id",
"TR8080"
],
[
"_:result",
"leave_at",
"11:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:search/fcd91d94"
],
[
"_:search/fcd91d94",
"day",
"friday"
],
[
"_:search/fcd91d94",
"departure",
"ely"
],
[
"_:search/fcd91d94",
"destination",
"leicester"
],
[
"_:search/fcd91d94",
"leave_at",
"17:00"
],
[
"_:search/fcd91d94",
"type",
"Train"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"10:30"
],
[
"_:result",
"arrive_by",
"13:06"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"id",
"TR8080"
],
[
"_:result",
"leave_at",
"11:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR8080"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ref",
"C317WKCR"
],
[
"_:booking",
"ticket",
"37.79GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:search/fcd91d94"
],
[
"_:search/fcd91d94",
"day",
"friday"
],
[
"_:search/fcd91d94",
"departure",
"ely"
],
[
"_:search/fcd91d94",
"destination",
"leicester"
],
[
"_:search/fcd91d94",
"leave_at",
"17:00"
],
[
"_:search/fcd91d94",
"type",
"Train"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"10:30"
],
[
"_:result",
"arrive_by",
"13:06"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"id",
"TR8080"
],
[
"_:result",
"leave_at",
"11:21"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR8080"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ref",
"C317WKCR"
],
[
"_:booking",
"ticket",
"37.79GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"type",
"Attraction"
],
[
"_: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": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:search/fcd91d94"
],
[
"_:search/fcd91d94",
"day",
"friday"
],
[
"_:search/fcd91d94",
"departure",
"ely"
],
[
"_:search/fcd91d94",
"destination",
"leicester"
],
[
"_:search/fcd91d94",
"leave_at",
"17:00"
],
[
"_:search/fcd91d94",
"type",
"Train"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"10:30"
],
[
"_:result",
"arrive_by",
"13:06"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"id",
"TR8080"
],
[
"_:result",
"leave_at",
"11:21"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR8080"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ref",
"C317WKCR"
],
[
"_:booking",
"ticket",
"37.79GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"address",
"5 Greens Road"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can I get a train to Cambridge on Saturday ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , what is your departure station ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'Birminggam New Street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will leave Birminggam New Street ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))",
"inform((_:result,day,'saturday');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "What time would you like to leave or arrive on saturday ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'15:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to arrive by 15:30 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'10:23');(_:result,id,'TR8259');(_:result,leave_at,'7:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR8259 that leaves at 7:40 and arrives at 10:23 . Would you like to make reservations ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes and I will also need the reference number ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR8259');(_:booking,people,'one');(_:booking,ref,'NWK50KRX');(_:booking,ticket,'60.08');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked one ticket on TR8259 for 60.08 , payable at the station . Your reference number is NWK50KRX . Can I assist you with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I was also interested in finding a museum to visit while I 'm in town ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'98 King Street');(_:result,area,'centre');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,name,'Broughton House Gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is a free museum , located at 98 King Street . It 's called the Broughton House Gallery . It 's located in the city centre . Would that work ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes that will be perfect how much is it to get in ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It 's free . Would you like their phone number ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes , thank you ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,phone,'01223314960');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Ok , that phone number is 01223314960 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for all your help ! That is all the information I need today ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for using the Cambridge TownInfo centre . Goodbye !"
}
] |
PMUL1105.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"Birminggam New Street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"Birminggam New Street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"day",
"saturday"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"Birminggam New Street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"day",
"saturday"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:23"
],
[
"_:result",
"id",
"TR8259"
],
[
"_:result",
"leave_at",
"7:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"Birminggam New Street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"day",
"saturday"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:result",
"arrive_by",
"10:23"
],
[
"_:result",
"id",
"TR8259"
],
[
"_:result",
"leave_at",
"7:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR8259"
],
[
"_:booking",
"people",
"one"
],
[
"_:booking",
"ref",
"NWK50KRX"
],
[
"_:booking",
"ticket",
"60.08"
],
[
"_: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",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"Birminggam New Street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"day",
"saturday"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:result",
"arrive_by",
"10:23"
],
[
"_:result",
"id",
"TR8259"
],
[
"_:result",
"leave_at",
"7:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR8259"
],
[
"_:booking",
"people",
"one"
],
[
"_:booking",
"ref",
"NWK50KRX"
],
[
"_:booking",
"ticket",
"60.08"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"98 King Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"Birminggam New Street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"day",
"saturday"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:result",
"arrive_by",
"10:23"
],
[
"_:result",
"id",
"TR8259"
],
[
"_:result",
"leave_at",
"7:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR8259"
],
[
"_:booking",
"people",
"one"
],
[
"_:booking",
"ref",
"NWK50KRX"
],
[
"_:booking",
"ticket",
"60.08"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"98 King Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"Birminggam New Street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"day",
"saturday"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:result",
"arrive_by",
"10:23"
],
[
"_:result",
"id",
"TR8259"
],
[
"_:result",
"leave_at",
"7:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR8259"
],
[
"_:booking",
"people",
"one"
],
[
"_:booking",
"ref",
"NWK50KRX"
],
[
"_:booking",
"ticket",
"60.08"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"98 King Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223314960"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi I am looking for a 4 star guesthouse . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guest houses');(_:result,count,'5');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We found 5 guest houses for you , but I need to know your preferred area ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't really care about the area , but I would like it to have free parking ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'allenbell');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I could recommend the allenbell . It is priced cheap and has 4 stars ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'7');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sounds good , I need rooms for 7 people for 4 nights starting Tuesday ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Tuesday');(_:booking,name,'allenbell');(_:booking,people,'7');(_:booking,ref,'IX0QVRB4');(_:booking,stay,'4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked the allenbell for you starting on Tuesday for 4 nights for 7 people . Your reference number is IX0QVRB4 . Is there anything else I may assist with ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you , that is everything ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system today !"
}
] |
SNG0900.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"name",
"allenbell"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"IX0QVRB4"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))",
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you give me the address to a museum in Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Are you looking for one in a particular area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'vue cinema');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,area,?);(_:result,category,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I 'm looking for the Vue Cinema . Can you please tell me the attraction type , area , and address ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'grafton centre , east road');(_:result,category,'cinema');(_:result,phone,'08712240240');(_:result,postcode,'cb11ps');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , it 's a cinema . I do n't have access to their entrance fee , but their phone number is 08712240240 . Their address is the grafton centre , east road , cb11ps . Will that be all ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'Worth House');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need information regarding a hotel called Worth House ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,area,'north');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Vue');(_:result,name,'Worth House');(_:result,pricerange,'cheaply priced');(_:result,stars,'4-star');(_:result,type,'Attraction');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "No problem ; also , Vue is located in the city centre . Worth House is a cheaply priced guesthouse in the north with a 4-star rating . They provide free Internet and parking ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'7');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you . Please book the hotel for 7 people and 2 nights starting from thursday ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'BCJGU3WZ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : BCJGU3WZ . You 're all set ! Is there anything else I can do for you today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,destination,'the cinema');(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Oh yes , I need a taxi from the hotel to get to the cinema . Can you book me one ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Taxi'))",
"inform((_:result,destination,'the cinema');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "What time would you like to arrive at the Cinema ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'3:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to leave the hotel by 3:30 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'white bmw');(_:result,departure,'worth house');(_:result,destination,'vue cinema');(_:result,leave_at,'15:30');(_:result,phone,'07453314700');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Your taxi reservation departing from worth house to vue cinema at 15:30 was successful . The booked car type is a white bmw and the contact number is 07453314700"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Just to be clear , did you want that taxi ride in the wee hours of the morning or in the afternoon ? It is booked for the afternoon ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,leave_at,'afternoon');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , it is booked in the afternoon . Is there anything else I can help you with today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that will be all for now . Thank you for you help . Goodbye"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "I hope you enjoy your trip . Goodbye ."
}
] |
PMUL2594.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"name",
"vue cinema"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"category",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"grafton centre , east road"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"phone",
"08712240240"
],
[
"_:result",
"postcode",
"cb11ps"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"Worth House"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"grafton centre , east road"
],
[
"_:result",
"phone",
"08712240240"
],
[
"_:result",
"postcode",
"cb11ps"
],
[
"_:search",
"name",
"Worth House"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Vue"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"pricerange",
"cheaply priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"address",
"grafton centre , east road"
],
[
"_:result",
"phone",
"08712240240"
],
[
"_:result",
"postcode",
"cb11ps"
],
[
"_:search",
"name",
"Worth House"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Vue"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"pricerange",
"cheaply priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"BCJGU3WZ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the cinema"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"address",
"grafton centre , east road"
],
[
"_:result",
"phone",
"08712240240"
],
[
"_:result",
"postcode",
"cb11ps"
],
[
"_:search",
"name",
"Worth House"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Vue"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"pricerange",
"cheaply priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"BCJGU3WZ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"the cinema"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"destination",
"the cinema"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"3:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"address",
"grafton centre , east road"
],
[
"_:result",
"postcode",
"cb11ps"
],
[
"_:search",
"name",
"Worth House"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Vue"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"pricerange",
"cheaply priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"BCJGU3WZ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"the cinema"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"3:30"
],
[
"_:result",
"car",
"white bmw"
],
[
"_:result",
"departure",
"worth house"
],
[
"_:result",
"destination",
"vue cinema"
],
[
"_:result",
"leave_at",
"15:30"
],
[
"_:result",
"phone",
"07453314700"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"address",
"grafton centre , east road"
],
[
"_:result",
"postcode",
"cb11ps"
],
[
"_:search",
"name",
"Worth House"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Vue"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"pricerange",
"cheaply priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"BCJGU3WZ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"the cinema"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"3:30"
],
[
"_:result",
"car",
"white bmw"
],
[
"_:result",
"departure",
"worth house"
],
[
"_:result",
"destination",
"vue cinema"
],
[
"_:result",
"phone",
"07453314700"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"leave_at",
"afternoon"
],
[
"_: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,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for an expensive , centrally located restaurant ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'options');(_:result,food,'African');(_:result,food,'Asian');(_:result,food,'British');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are options for British food as well as Asian and African food in that price range . Which sounds most appealing to you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't care either way ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'African');(_:result,name,'Bedouin');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay , how about the Bedouin ? It 's in the centre of town and has African food ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'12:15');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds interesting ! I 'd like to book a table for 6 at 12:15 on Thursday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'ZNL8D0EG');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It 's all booked , your reference is ZNL8D0EG"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,destination,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Could you also help me find a train leaving friday for broxbourne ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'19');(_:result,day,'Friday');(_:result,destination,'Broxbourne');(_:result,leave_at,'05:01');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "We have 19 trains leaving for Broxbourne on Friday beginning at 05:01 . Do you have a preference ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'17:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "It should arrive by 17:15 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'6:01');(_:result,leave_at,'5:01');(_:result,ticket,'17.90 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There is a train leaving at 5:01 and arriving at 6:01 for 17.90 pounds ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'17:15');(_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That does n't work . I need a train that arrives closer to 17:15 for 6 people ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'17:01');(_:result,leave_at,'16:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How about the 16:01 train ? It will arrive at 17:01 . If you would like , I can order your tickets ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Is that train leaving from Cambridge ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,departure,'Cambridge');(_:result,id,'TR6549');(_:result,leave_at,'06:01');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Yeah , train TR6549 leaves from Cambridge at 06:01"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Do you mean 16:01 ? If so I would like to book that one for 6 people and I need the reference number ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,people,'6');(_:booking,ref,'TDIPDCJW');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your train is booked for 6 and the reference number is TDIPDCJW . Can I help you with anything else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be all , thank you ."
},
{
"id": 17,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Ok , great ! Have a wonderful day !"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for all of your help !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome !"
}
] |
MUL0272.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"
],
[
"_:result",
"amount",
"options"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"food",
"Asian"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"options"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"options"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"ref",
"ZNL8D0EG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"options"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"ref",
"ZNL8D0EG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:result",
"leave_at",
"05:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"options"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:booking",
"ref",
"ZNL8D0EG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"arrive_by",
"6:01"
],
[
"_:result",
"leave_at",
"5:01"
],
[
"_:result",
"ticket",
"17.90 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"options"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:booking",
"ref",
"ZNL8D0EG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"ticket",
"17.90 pounds"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"arrive_by",
"17:01"
],
[
"_:result",
"leave_at",
"16:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"options"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:booking",
"ref",
"ZNL8D0EG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"ticket",
"17.90 pounds"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:result",
"arrive_by",
"17:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR6549"
],
[
"_:result",
"leave_at",
"06:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"options"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"ticket",
"17.90 pounds"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:result",
"arrive_by",
"17:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR6549"
],
[
"_:result",
"leave_at",
"06:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"TDIPDCJW"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"options"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"ticket",
"17.90 pounds"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:result",
"arrive_by",
"17:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR6549"
],
[
"_:result",
"leave_at",
"06:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"TDIPDCJW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm coming to town for an overdue visit with my relatives . Can you help me find a place to stay ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I can definitely help with that . Are you leaning toward a guesthouse or hotel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I prefer a guesthouse with free WiFi ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Acorn Guest House');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Acorn Guest House is available ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,stars,'4-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I really want to stay in the east and be 4-star rated . Does the Acorn fit that ?"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))",
"select((_:result,pricerange,'cheap');(_:result,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'6');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sorry , it does n't . However there are 6 guesthouses that do . Would you prefer something cheap ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,pricerange,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The price range does n't matter . I need to book a room for Monday ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"request((_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Could you tell me how many nights are you wanting to stay , and with how many people , so I can see what is available ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "2 people , for 4 nights ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,people,'2');(_:booking,stay,'4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book the Allenbell for 2 people for 4 nights . Would that work for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , thank you ! What is the reference number ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'KT4UG66C');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reference number is KT4UG66C ."
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks so much . I am all set . Bye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Awesome . Please enjoy your stay . Goodbye ."
}
] |
SNG0922.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:system",
"canthelp",
"_:search/1c69e370"
],
[
"_:search/1c69e370",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:system",
"canthelp",
"_:search/1c69e370"
],
[
"_:search/1c69e370",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:system",
"canthelp",
"_:search/1c69e370"
],
[
"_:search/1c69e370",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:system",
"canthelp",
"_:search/1c69e370"
],
[
"_:search/1c69e370",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"stay",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"KT4UG66C"
],
[
"_: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,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Where are some places in town around Cambridge College ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Please specify the type of attraction you 're interested in ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "A college type of attraction ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'several');(_:result,category,'college');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I found several college type attractions . Do you prefer a certain area of town ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "I do n't have a preference . Can you suggest something ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'Corpus Christi');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "I sure can . Corpus Christi is one of the most popular ones ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds great ! May I have the address ? Also , what part of town is it located in ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,\"King 's Parade\");(_:result,area,'Centre of town');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address is King 's Parade and it is in the Centre of town . Is there anything else you need to know ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'thanh binh');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am also looking for a particular restaurant . Have you heard of Thanh Binh ?"
},
{
"id": 9,
"rdf-acts": [
"thank()",
"inform((_:result,pricerange,'inexpensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes I have . It 's a great inexpensive restaurant . Would you like their information ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could I actually just book a table for 7 there ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Sure thing . I will work on getting this booked for you ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'13:30');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like to dine at 13:30 on Sunday please ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Reservations for 7 at the Thanh Binh has been made for Sunday at 13:30 . The address is 17 Magdalene Street City Centre postcode is CB30af ."
}
] |
PMUL2100.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"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"name",
"Corpus Christi"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"name",
"Corpus Christi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"King 's Parade"
],
[
"_:result",
"area",
"Centre of town"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"thanh binh"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"name",
"Corpus Christi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"King 's Parade"
],
[
"_:result",
"area",
"Centre of town"
],
[
"_:search",
"name",
"thanh binh"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"name",
"Corpus Christi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"King 's Parade"
],
[
"_:result",
"area",
"Centre of town"
],
[
"_:search",
"name",
"thanh binh"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , I 'd like a hotel with a star of 4 on the east side of town ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'124 tenison road');(_:result,name,'a and b guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "a and b guest house is located in 124 tenison road . should i book it for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It also need to be a cheap guesthouse , is that one ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Allenbell');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "No , it is n't but Allenbell is . Would you like a room there ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'5');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want to book for 5 people and 2 nights starting from Saturday if available ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Allenbell');(_:booking,ref,'T2KBVIZA');(_:booking,stay,'2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alright , I was able to book your room at Allenbell for 2 nights . Your reference number is T2KBVIZA . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'birmingham new street');(_:search,leave_at,'17:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train leaving Cambridge after 17:15 going to Birmingham New Street ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'42');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 42 trains that match your criteria . What day will you be travelling ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to travel on Monday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,id,'TR2753');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "We have TR2753 that meets your requests , would you like a booking ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes can I please book that train for 5 people ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'U7IJQAP3');(_:booking,ticket,'375.5 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful , the total fee is 375.5 GBP payable at the station . Reference number is : U7IJQAP3 ."
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That is all I need , good bye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system !"
}
] |
MUL2097.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"124 tenison road"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"124 tenison road"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"124 tenison road"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Allenbell"
],
[
"_:booking",
"ref",
"T2KBVIZA"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"124 tenison road"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Allenbell"
],
[
"_:booking",
"ref",
"T2KBVIZA"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:result",
"count",
"42"
],
[
"_:result",
"type",
"Train"
],
[
"_: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",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"124 tenison road"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Allenbell"
],
[
"_:booking",
"ref",
"T2KBVIZA"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:result",
"count",
"42"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"id",
"TR2753"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"124 tenison road"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Allenbell"
],
[
"_:booking",
"stay",
"2"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:result",
"count",
"42"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"id",
"TR2753"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"U7IJQAP3"
],
[
"_:booking",
"ticket",
"375.5 GBP"
],
[
"_: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,category,'hotel');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a moderately priced hotel in town . Please give me the contact information for one ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'18');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 18 hotels in the moderate price range . What area would you like to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It does n't really matter but it should have a 4 star rating ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'11');(_:result,name,'Avalon');(_:result,stars,'4');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "We have 11 hotels with 4 Stars . I 've heard good things about Avalon . Would you like more information ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_internet,?);(_:result,has_parking,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please . Do they offer internet access and what kind of parking accommodations do they have ? Also a number to reach them would be great !"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Avalon');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Avalon does have internet available but does not have parking . Would you prefer a different hotel ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,name,'avalon');(_:search,pricerange,'moderately');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is the Avalon a hotel type and moderately priced with a 4 star rating ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes it is , would you like to book that ?"
},
{
"id": 8,
"rdf-acts": [
"thank()",
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No thank you but may I please have the address ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'62 gilbert road');(_:result,name,'Avalon');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Avalon is located at \t 62 gilbert road . If you 'd like me to book that , message us back . Thank you ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm going to think about it . I 'd really prefer a hotel with parking ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:search,category,'hotels');(_:search,has_parking,'none');(_:search,pricerange,'moderate');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Sorry , I 'm not finding any 4 star moderate hotels with free parking . Perhaps you 'd like a different option ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'guesthouses');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I can also check to see if we have guesthouses for that area ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,category,'guest houses');(_:result,count,'9');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "there are 9 different guest houses available , any preferences ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like it to be rated 4 stars ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Are you looking for an establishment in a certain area ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,category,'boat');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,type,'Attraction');(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No , any area will do . Could I get the address for one of them ? I 'm also looking to go on a boat can you help with that ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,address,'154 Chesterton Road');(_:result,name,'Acorn Guest House');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Acorn Guest House is located at 154 Chesterton Road ."
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,category,'boating');(_:search,type,'Attraction');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'll also be needing to find boating options and their information and I 'll need to arrange a taxi to and from the locations ."
},
{
"id": 19,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'boating');(_:result,count,'4');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are four boating option in town . Is there a specific area you prefer ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,leave_at,'8:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "As long as I can get a taxi to the boat and back that leaves the boat by 8:45 any location is fine ."
},
{
"id": 21,
"rdf-acts": [],
"speaker": "system",
"text": "Sure I can get you a taxi for any of them ."
},
{
"id": 22,
"rdf-acts": [
"inform((_:search,leave_at,'08:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Okay I need to leave the attraction by 08:45 and I would like a contact number and a description of the car picking me up please ."
},
{
"id": 23,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I 'd be happy to help you with a taxi , where will you be departing from / arriving at ? And for what time ?"
},
{
"id": 24,
"rdf-acts": [
"inform((_:search,destination,'to my hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'll need the taxi when we finish with the boats , at 8:45 , and I need it to take me to my hotel ."
},
{
"id": 25,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'Camboats');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Well , looks like we need to select a boating attraction first and then I will be happy to arrange your taxi service . Can I recommend Camboats in the east ?"
},
{
"id": 26,
"rdf-acts": [],
"speaker": "user",
"text": "Yes . That would be fine . Do you need to book it ?"
},
{
"id": 27,
"rdf-acts": [
"inform((_:result,address,'the plough , green end , fen ditton');(_:result,phone,'01223902112');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "No , but here is the address and phone number : the plough , green end , fen ditton . 01223902112 ."
},
{
"id": 28,
"rdf-acts": [
"inform((_:search,destination,'to my hotel');(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Actually , can you please book a taxi from the boats to my hotel ."
},
{
"id": 29,
"rdf-acts": [
"inform((_:result,car,'White Skoda');(_:result,departure,'Camboats');(_:result,destination,'Acorn Guest House');(_:result,leave_at,'8:45');(_:result,phone,'07726151603');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I was able to book a tax from Camboats to Acorn Guest House , departing at 8:45 . It will be a White Skoda and the phone number for contact is 07726151603 ."
},
{
"id": 30,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))",
"inform((_:search,category,'boats');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you SO MUCH , I know I was confusing . Can you just tell me the entrance fee for the boats ? That is all I still need to know ."
},
{
"id": 31,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'are nt listed');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I m sorry , the entrance fees are nt listed . Is there anything else I can assist you with today ?"
},
{
"id": 32,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'Camboats');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , could I get the postcode for Camboats ?"
},
{
"id": 33,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb58sx');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "No problem at all . The postcode is cb58sx . Can I help you any further ?"
},
{
"id": 34,
"rdf-acts": [
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Will you tell me the car type ?"
},
{
"id": 35,
"rdf-acts": [
"inform((_:result,car,'white Skoda');(_:result,departure,'Camboats');(_:result,destination,'Acorn Guest House');(_:result,phone,'07726151603');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "You have a white Skoda . That is the car type . It will take you from Camboats to Acorn Guest House , ref . # 07726151603 ."
},
{
"id": 36,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much !"
},
{
"id": 37,
"rdf-acts": null,
"speaker": "system",
"text": "It has been my pleasure . Thank you for calling !"
}
] |
MUL1001.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"has_parking",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"avalon"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"avalon"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"name",
"avalon"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"62 gilbert road"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"hotel"
],
[
"_: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": [
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"name",
"avalon"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"62 gilbert road"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/cd77b667"
],
[
"_:search/cd77b667",
"category",
"hotels"
],
[
"_:search/cd77b667",
"has_parking",
"none"
],
[
"_:search/cd77b667",
"pricerange",
"moderate"
],
[
"_:search/cd77b667",
"stars",
"4"
],
[
"_:search/cd77b667",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_: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",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"name",
"avalon"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"62 gilbert road"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/cd77b667"
],
[
"_:search/cd77b667",
"category",
"hotels"
],
[
"_:search/cd77b667",
"has_parking",
"none"
],
[
"_:search/cd77b667",
"pricerange",
"moderate"
],
[
"_:search/cd77b667",
"stars",
"4"
],
[
"_:search/cd77b667",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"name",
"avalon"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"62 gilbert road"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/cd77b667"
],
[
"_:search/cd77b667",
"category",
"hotels"
],
[
"_:search/cd77b667",
"has_parking",
"none"
],
[
"_:search/cd77b667",
"pricerange",
"moderate"
],
[
"_:search/cd77b667",
"stars",
"4"
],
[
"_:search/cd77b667",
"type",
"Hotel"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_: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": [
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"name",
"avalon"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/cd77b667"
],
[
"_:search/cd77b667",
"category",
"hotels"
],
[
"_:search/cd77b667",
"has_parking",
"none"
],
[
"_:search/cd77b667",
"pricerange",
"moderate"
],
[
"_:search/cd77b667",
"stars",
"4"
],
[
"_:search/cd77b667",
"type",
"Hotel"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"address",
"154 Chesterton Road"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"boating"
],
[
"_:search",
"type",
"Attraction"
],
[
"_: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",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"name",
"avalon"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/cd77b667"
],
[
"_:search/cd77b667",
"category",
"hotels"
],
[
"_:search/cd77b667",
"has_parking",
"none"
],
[
"_:search/cd77b667",
"pricerange",
"moderate"
],
[
"_:search/cd77b667",
"stars",
"4"
],
[
"_:search/cd77b667",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"address",
"154 Chesterton Road"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:search",
"category",
"boating"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"leave_at",
"8: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,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"name",
"avalon"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/cd77b667"
],
[
"_:search/cd77b667",
"category",
"hotels"
],
[
"_:search/cd77b667",
"has_parking",
"none"
],
[
"_:search/cd77b667",
"pricerange",
"moderate"
],
[
"_:search/cd77b667",
"stars",
"4"
],
[
"_:search/cd77b667",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"address",
"154 Chesterton Road"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:search",
"category",
"boating"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"name",
"avalon"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/cd77b667"
],
[
"_:search/cd77b667",
"category",
"hotels"
],
[
"_:search/cd77b667",
"has_parking",
"none"
],
[
"_:search/cd77b667",
"pricerange",
"moderate"
],
[
"_:search/cd77b667",
"stars",
"4"
],
[
"_:search/cd77b667",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"address",
"154 Chesterton Road"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:search",
"category",
"boating"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"destination",
"to my hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"name",
"avalon"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/cd77b667"
],
[
"_:search/cd77b667",
"category",
"hotels"
],
[
"_:search/cd77b667",
"has_parking",
"none"
],
[
"_:search/cd77b667",
"pricerange",
"moderate"
],
[
"_:search/cd77b667",
"stars",
"4"
],
[
"_:search/cd77b667",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"address",
"154 Chesterton Road"
],
[
"_:search",
"category",
"boating"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"destination",
"to my hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Camboats"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26
]
},
{
"id": 14,
"multi_relations": false,
"triples": [
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"name",
"avalon"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/cd77b667"
],
[
"_:search/cd77b667",
"category",
"hotels"
],
[
"_:search/cd77b667",
"has_parking",
"none"
],
[
"_:search/cd77b667",
"pricerange",
"moderate"
],
[
"_:search/cd77b667",
"stars",
"4"
],
[
"_:search/cd77b667",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"category",
"boating"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Camboats"
],
[
"_:result",
"address",
"the plough , green end , fen ditton"
],
[
"_:result",
"phone",
"01223902112"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"to my hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28
]
},
{
"id": 15,
"multi_relations": false,
"triples": [
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"name",
"avalon"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/cd77b667"
],
[
"_:search/cd77b667",
"category",
"hotels"
],
[
"_:search/cd77b667",
"has_parking",
"none"
],
[
"_:search/cd77b667",
"pricerange",
"moderate"
],
[
"_:search/cd77b667",
"stars",
"4"
],
[
"_:search/cd77b667",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Camboats"
],
[
"_:result",
"address",
"the plough , green end , fen ditton"
],
[
"_:search",
"destination",
"to my hotel"
],
[
"_:result",
"car",
"White Skoda"
],
[
"_:result",
"departure",
"Camboats"
],
[
"_:result",
"destination",
"Acorn Guest House"
],
[
"_:result",
"leave_at",
"8:45"
],
[
"_:result",
"phone",
"07726151603"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"boats"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30
]
},
{
"id": 16,
"multi_relations": false,
"triples": [
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/cd77b667"
],
[
"_:search/cd77b667",
"category",
"hotels"
],
[
"_:search/cd77b667",
"has_parking",
"none"
],
[
"_:search/cd77b667",
"pricerange",
"moderate"
],
[
"_:search/cd77b667",
"stars",
"4"
],
[
"_:search/cd77b667",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Camboats"
],
[
"_:result",
"address",
"the plough , green end , fen ditton"
],
[
"_:search",
"destination",
"to my hotel"
],
[
"_:result",
"car",
"White Skoda"
],
[
"_:result",
"departure",
"Camboats"
],
[
"_:result",
"destination",
"Acorn Guest House"
],
[
"_:result",
"leave_at",
"8:45"
],
[
"_:result",
"phone",
"07726151603"
],
[
"_:search",
"category",
"boats"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"are nt listed"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"name",
"Camboats"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32
]
},
{
"id": 17,
"multi_relations": false,
"triples": [
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/cd77b667"
],
[
"_:search/cd77b667",
"category",
"hotels"
],
[
"_:search/cd77b667",
"has_parking",
"none"
],
[
"_:search/cd77b667",
"pricerange",
"moderate"
],
[
"_:search/cd77b667",
"stars",
"4"
],
[
"_:search/cd77b667",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Camboats"
],
[
"_:result",
"address",
"the plough , green end , fen ditton"
],
[
"_:search",
"destination",
"to my hotel"
],
[
"_:result",
"car",
"White Skoda"
],
[
"_:result",
"departure",
"Camboats"
],
[
"_:result",
"destination",
"Acorn Guest House"
],
[
"_:result",
"leave_at",
"8:45"
],
[
"_:result",
"phone",
"07726151603"
],
[
"_:search",
"category",
"boats"
],
[
"_:result",
"entrance_fee",
"are nt listed"
],
[
"_:search",
"name",
"Camboats"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb58sx"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34
]
},
{
"id": 18,
"multi_relations": false,
"triples": [
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/cd77b667"
],
[
"_:search/cd77b667",
"category",
"hotels"
],
[
"_:search/cd77b667",
"has_parking",
"none"
],
[
"_:search/cd77b667",
"pricerange",
"moderate"
],
[
"_:search/cd77b667",
"stars",
"4"
],
[
"_:search/cd77b667",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Camboats"
],
[
"_:result",
"address",
"the plough , green end , fen ditton"
],
[
"_:search",
"destination",
"to my hotel"
],
[
"_:result",
"leave_at",
"8:45"
],
[
"_:search",
"category",
"boats"
],
[
"_:result",
"entrance_fee",
"are nt listed"
],
[
"_:search",
"name",
"Camboats"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb58sx"
],
[
"_:result",
"car",
"white Skoda"
],
[
"_:result",
"departure",
"Camboats"
],
[
"_:result",
"destination",
"Acorn Guest House"
],
[
"_:result",
"phone",
"07726151603"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Are there any fun places to go in the centre of town ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,category,'architecture attractions');(_:result,category,'boating');(_:result,category,'cinema');(_:result,category,'colleges');(_:result,category,'concert halls');(_:result,category,'museums');(_:result,category,'nightclubs');(_:result,category,'parks');(_:result,category,'swimming pools');(_:result,category,'theaters');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are many things to visit including museums , theaters , colleges , nightclubs , parks , swimming pools , cinema , boating , concert halls , and architecture attractions ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'swimming pool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Recommend a swimming pool for me please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'gonville place');(_:result,area,'centre');(_:result,name,'parkside pools');(_:result,postcode,'cb11ly');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have parkside pools in the centre of town on gonville place postbcode cb11ly ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What 's their phone number , and how much does it cost to get in ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,\"do n't have access\");(_:result,phone,'01223446100');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "01223446100 . I do n't have access to their entrance fee . Is there anything else you need help with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . I need a place to stay . Free parking and free wifi are important to me"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Great , I have several options for you . Do you want a hotel in a particular part of town ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No but it needs to be in the moderate price range ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,name,'acorn house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "What about acorn house ? It is a lovely guesthouse ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,people,'8');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would rather have a hotel . I need it for 8 people for 3 nights . Is there anything available ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'Ashley Hotel');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,category,'hotels');(_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have two hotels on the north side that fit your criteria . I would suggest Ashley Hotel . Would you like me to make reservations for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,name,'ashley hotel');(_:search,people,'8');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The Ashley Hotel sounds great . Can you reserve a room on Thursday for 8 people , 3 nights please ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I will reserve it for you ."
},
{
"id": 14,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Ok , thanks for that . What 's the reference number ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'739P7NDS');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reference number is 739P7NDS . Do you need help with anything else ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,departure,'the pool');(_:search,destination,'the hotel');(_:search,leave_at,'05:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes please , I 'll need a taxi from the pool to the hotel . I 'd like to leave the pool by 05:15 ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,departure,'Parkside pools');(_:result,destination,'ashley hotel');(_:result,leave_at,'5:15');(_:result,phone,'0735652974');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I have booked a taxi from Parkside pools to ashley hotel at 5:15 . The contact number 0735652974 . Do you need anything else ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "What kind of car is the taxi ?"
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,car,'grey BMW');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "It 's a grey BMW ."
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks ! That 's all I need ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "I hope you have a good trip . Goodbye"
}
] |
PMUL2687.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"architecture attractions"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"concert halls"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:result",
"category",
"theaters"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"architecture attractions"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"concert halls"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:result",
"category",
"theaters"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"gonville place"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"parkside pools"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"architecture attractions"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"concert halls"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:result",
"category",
"theaters"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"address",
"gonville place"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"parkside pools"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"do n't have access"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"architecture attractions"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"concert halls"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:result",
"category",
"theaters"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"address",
"gonville place"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"parkside pools"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"do n't have access"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"gonville place"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"do n't have access"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"acorn house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_: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",
"address",
"gonville place"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"do n't have access"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"gonville place"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"do n't have access"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_: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": [
[
"_:result",
"address",
"gonville place"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:result",
"entrance_fee",
"do n't have access"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"739P7NDS"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the pool"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"05:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"gonville place"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:result",
"entrance_fee",
"do n't have access"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"739P7NDS"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the pool"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"05:15"
],
[
"_:result",
"departure",
"Parkside pools"
],
[
"_:result",
"destination",
"ashley hotel"
],
[
"_:result",
"leave_at",
"5:15"
],
[
"_:result",
"phone",
"0735652974"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_: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",
"gonville place"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:result",
"entrance_fee",
"do n't have access"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"739P7NDS"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the pool"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"05:15"
],
[
"_:result",
"departure",
"Parkside pools"
],
[
"_:result",
"destination",
"ashley hotel"
],
[
"_:result",
"leave_at",
"5:15"
],
[
"_:result",
"phone",
"0735652974"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey BMW"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am planning my trip to Cambridge and looking for a place to dine that is in the centre and is in the expensive price range"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,food,'african');(_:result,name,'Bedouin');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Bedouin servers african food and is in the centre of town in the expensive pricerange . Would you like their phone number , or should I book a reservation ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'20:00');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please book a reservation for Wednesday at 20:00 for 5 ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was unable to book that time slot for you . Is there a different day or time that you would be interested in going ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "We could probably go earlier in the evening . How about 1900 ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,people,'five');(_:booking,ref,'U0FONNNA');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to successfully book your table for five . The reference number is U0FONNNA . Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'emmanuel college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am also looking for a particular attraction called Emmanuel College ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,\"saint andrew 's street\");(_:result,phone,'01223334200');(_:result,postcode,'cb23ap');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I was able to find it , it is located on saint andrew 's street , phone number is 01223334200 , and cb23ap is the postcode ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,area,?);(_:result,category,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "May I get the area its in , attraction type and an entrance fee if any ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,category,'college');(_:result,entrance_fee,'No entrance fee');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It 's a college located in the centre area . No entrance fee needed ! Is there anything else I can help with ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for all of your help , that is all I need for today !"
},
{
"id": 11,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Thank you for using our service . Have a nice day ."
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Have a nice day also . Goodbye !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You as well ."
}
] |
MUL0901.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/47f546a0"
],
[
"_:booking/47f546a0",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/47f546a0"
],
[
"_:booking/47f546a0",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"people",
"five"
],
[
"_:booking",
"ref",
"U0FONNNA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"emmanuel college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/47f546a0"
],
[
"_:booking/47f546a0",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"people",
"five"
],
[
"_:booking",
"ref",
"U0FONNNA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"emmanuel college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"phone",
"01223334200"
],
[
"_:result",
"postcode",
"cb23ap"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/47f546a0"
],
[
"_:booking/47f546a0",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"five"
],
[
"_:booking",
"ref",
"U0FONNNA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"emmanuel college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"phone",
"01223334200"
],
[
"_:result",
"postcode",
"cb23ap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"No entrance fee"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/47f546a0"
],
[
"_:booking/47f546a0",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"five"
],
[
"_:booking",
"ref",
"U0FONNNA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"emmanuel college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"phone",
"01223334200"
],
[
"_:result",
"postcode",
"cb23ap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"No entrance fee"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi I 'm looking for some interesting attractions , especially museums on the west side"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'musem');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Would you know the name of the musem ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "yes and could like to get the post code"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'the cafe jello gallery');(_:result,postcode,'cb30af');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "How about the cafe jello gallery , postcode cb30af ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'Lensfield Hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds nice . Also , can you give me information about The Lensfield Hotel ?"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "system",
"text": "sure , what would you like to know ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'1');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I actually need a reservation for 1 person for 5 nights on wednesday"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'the lensfield hotel');(_:booking,ref,'RVYQN9I6');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I made a reservation for you at the lensfield hotel . Your reference is RVYQN9I6 . Please let me know if you need anything else ."
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "That is everything I need ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm glad we could be of service today ! Enjoy your time in Cambridge !"
}
] |
PMUL2753.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"musem"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"category",
"musem"
],
[
"_:result",
"name",
"the cafe jello gallery"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"Lensfield Hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"category",
"musem"
],
[
"_:result",
"name",
"the cafe jello gallery"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"Lensfield Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"1"
],
[
"_: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",
"museums"
],
[
"_:result",
"category",
"musem"
],
[
"_:result",
"name",
"the cafe jello gallery"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"Lensfield Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"the lensfield hotel"
],
[
"_:booking",
"ref",
"RVYQN9I6"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am travelling to Cambridge , soon , and would like to gather some information on local tourist attractions ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Great , I can definitely help you with that . Did you have a particular type of attraction or area of town you were looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Actually , I have heard about the great local restaurants . I am looking for something in the moderate price range ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'31');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The are 31 restaurants with a moderate price range . Is there a preference for area and cuisine type ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'asian oriental');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "The restaurant should be in the centre . should serve asian oriental food . please Make sure you get phone number and postcode ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'40428 King street centre');(_:result,area,'Centre');(_:result,food,'Asian Oriental');(_:result,name,'Yippee Noodle bar');(_:result,postcode,'cb11lh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yippee Noodle bar is an Asian Oriental restaurant in the Centre that I recommend . Located at 40428 King street centre postcode cb11lh . Would you like a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'18:00');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes I would like a reservation on Tuesday for 18:00 for 3 people ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservation has been booked ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'multiple sports');(_:search,type,'Attraction'))",
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanks , do you have reference number and phone number ? I also need some information on multiple sports places in the same area ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,type,'Booking');(_:result,name,'cherry hinton village centre');(_:result,phone,'01223518111');(_:result,type,'Attraction');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The reference number is not available but the phone number is 01223518111 . If you 're looking for sports places the cherry hinton village centre will work ."
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Is that in the center of town ?"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Yes it is in the centre of town"
}
] |
MUL2483.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"31"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"31"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"40428 King street centre"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"food",
"Asian Oriental"
],
[
"_:result",
"name",
"Yippee Noodle bar"
],
[
"_:result",
"postcode",
"cb11lh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"31"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"40428 King street centre"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"food",
"Asian Oriental"
],
[
"_:result",
"name",
"Yippee Noodle bar"
],
[
"_:result",
"postcode",
"cb11lh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_: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"
],
[
"_:result",
"count",
"31"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"40428 King street centre"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"food",
"Asian Oriental"
],
[
"_:result",
"postcode",
"cb11lh"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"cherry hinton village centre"
],
[
"_:result",
"phone",
"01223518111"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'australian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant that serves Australian food and in the cheap price range ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , there are no restaurants that serve australian food ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "do you have some places that serve italian ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'la margherita');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la margherita seems to fit your request ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I get the address and phone number ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'15 Magdalene Street City Centre');(_:result,phone,'01223 315232');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address is 15 Magdalene Street City Centre and the phone number is 01223 315232 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay , perfect . Thank you very much ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . Goodbye ."
}
] |
WOZ20275.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"australian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/b6bc27cc"
],
[
"_:search/b6bc27cc",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/b6bc27cc"
],
[
"_:search/b6bc27cc",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/b6bc27cc"
],
[
"_:search/b6bc27cc",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"address",
"15 Magdalene Street City Centre"
],
[
"_:result",
"phone",
"01223 315232"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for an expensive restaurant that serves Indian food please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have several of those , were you looking for any particular part of town ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,day,'saturday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No . Just need it to be open on Saturday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,day,'Saturday');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , would you like me to attempt to book a table at one of these fine restaurants for Saturday ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Which one would you suggest ?"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "The Curry Garden is a nice place do you want their info ?"
}
] |
PMUL0934.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "Good morning , I am looking for some information in Cambridge . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Sure thing . What type of information are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you tell me about the museums in the center of town ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'eleven');(_:result,area,'centre');(_:result,name,'Castle Galleries');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are eleven in the centre of town , how about the Castle Galleries ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'Castle Galleries');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What 's the entrance fee for Castle Galleries ?"
},
{
"id": 5,
"rdf-acts": [
"thank()",
"inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is free to enter ! Enjoy yourself !"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could I get the phone number and postcode as well ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223307402');(_:result,postcode,'cb23bj');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Of course . The postal code is cb23bj , and the phone number is 01223307402 . Anything else you need today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'leverton house');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I would like to book 5 nights at the leverton house ."
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Absolutely ! What day will you arrive ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'7');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Starting Sunday . Need 7 people by the way ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , that is n't available for that stay . Could you arrive a different day , or shorten your stay ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about 4 nights instead ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'leverton house');(_:booking,ref,'IALQDGL4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your stay at leverton house is booked . Your reference number is IALQDGL4 . Is there anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,destination,'castle galleries');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Great , and can you book a taxi for me to Castle Galleries ?"
},
{
"id": 15,
"rdf-acts": [
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Taxi'))",
"thank()"
],
"speaker": "system",
"text": "I can do that . Where do you want to be picked up , and what time do you need the taxi for ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'18:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Pick me up at the hotel at 18:30 ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'black audi');(_:result,phone,'07340911875');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Look for a black audi , the contact number for the car is 07340911875 ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , that 's all I need today ! You 've been a great help . I 'm all set ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome ! I hope that you enjoy your stay ! Goodbye ."
}
] |
MUL2640.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"amount",
"eleven"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:search",
"name",
"Castle Galleries"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"amount",
"eleven"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:search",
"name",
"Castle Galleries"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"amount",
"eleven"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223307402"
],
[
"_:result",
"postcode",
"cb23bj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"leverton house"
],
[
"_: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",
"center"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"amount",
"eleven"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223307402"
],
[
"_:result",
"postcode",
"cb23bj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"leverton house"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"amount",
"eleven"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223307402"
],
[
"_:result",
"postcode",
"cb23bj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"leverton house"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/34c1e7b5"
],
[
"_:booking/34c1e7b5",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"amount",
"eleven"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223307402"
],
[
"_:result",
"postcode",
"cb23bj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"leverton house"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/34c1e7b5"
],
[
"_:booking/34c1e7b5",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"leverton house"
],
[
"_:booking",
"ref",
"IALQDGL4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"castle galleries"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"amount",
"eleven"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223307402"
],
[
"_:result",
"postcode",
"cb23bj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"leverton house"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/34c1e7b5"
],
[
"_:booking/34c1e7b5",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"leverton house"
],
[
"_:booking",
"ref",
"IALQDGL4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"castle galleries"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"amount",
"eleven"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb23bj"
],
[
"_:search",
"name",
"leverton house"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/34c1e7b5"
],
[
"_:booking/34c1e7b5",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"leverton house"
],
[
"_:booking",
"ref",
"IALQDGL4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"castle galleries"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black audi"
],
[
"_:result",
"phone",
"07340911875"
],
[
"_: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": [
"hello()"
],
"speaker": "user",
"text": "Hi , I am planning a trip and could use some advice on a place to stay ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Sure . What is your price range and what side of town will you be interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I would like a moderate price hotel in Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'some');(_:result,area,'center');(_:result,area,'north');(_:result,category,'hotels');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have some moderate priced hotels in the north and center . Do you have a location preference ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,has_internet,'no');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm not concerned about the area but it does n't need to include internet ."
},
{
"id": 5,
"rdf-acts": [
"select((_:result,name,'Ashley Hotel');(_:result,name,'Lovell Lodge');(_:result,type,'Hotel'))",
"inform((_:result,area,'north');(_:result,category,'hotels');(_:result,count,'2');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,stars,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are two 2 star hotels in the north part of town . Ashley Hotel and Lovell Lodge . Both include free internet and parking . Do you have a preference ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'4');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Either one is fine . I need to book it for 5 nights on Wednesday . There are 4 people ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "I will work on that and be back with you in a moment ."
}
] |
PMUL4430.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Well , I am planning a trip and need some help with a train ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Of course , do you know your departure location and time ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'10:30');(_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,destination,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I weill departing on thursday from cambridge and need to arrive by 10:30 in stevenage ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,leave_at,'between 5:21 and 9:21');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have three , leaving between 5:21 and 9:21 . Do you have a preference ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Not really . I need to know how much a ticket costs and how long it travels ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'10:10');(_:result,duration,'49 minutes');(_:result,id,'TR0552');(_:result,ticket,'12.80 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Train TR0552 arrives by 10:10 the ticket price is 12.80 pounds and the travel time is 49 minutes ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Perfect . I am also looking for a place to stay with free parking"
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "No problem , how many nights will you be staying ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm not sure of that yet . It does need to be in the north ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Would you prefer a guest house or hotel ?"
}
] |
PMUL3986.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:30"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:30"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"leave_at",
"between 5:21 and 9:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:30"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"leave_at",
"between 5:21 and 9:21"
],
[
"_:result",
"arrive_by",
"10:10"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:result",
"id",
"TR0552"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:30"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"leave_at",
"between 5:21 and 9:21"
],
[
"_:result",
"arrive_by",
"10:10"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:result",
"id",
"TR0552"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,destination,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i am looking for a train that leaves for bishops stortford on Wednesday"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I 'd love to help ! What is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'13:30');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should depart from cambridge and should arrive by 13:30"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'12:07');(_:result,destination,'Bishops Stortford');(_:result,id,'TR8224');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR8224 arrives in Bishops Stortford by 12:07 . Can I book a seat for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "yes , please . For one"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'73Z0FEHF');(_:booking,ticket,'10.1 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are booked . The fee is 10.1 GBP . Your reference number is 73Z0FEHF . Is there anything else I can help with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I also need to find a place to stay in the north ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,area,'north');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are many options for a place to stay in the north ? Do you have a price range or any specific needs ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I would like free wifi and the hotel should have a star of 4 ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'acorn guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There is an acorn guest house would you like me to book it ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I would like to book that for the same day for 4 nights please starting from saturday ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,day,'Saturday');(_:booking,day,'Wednesday');(_:booking,type,'Booking');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I 'm sorry , are you wanting to book the room for Wednesday or Saturday ? You 're train is booked for Wednesday ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,stay,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like to stay four nights starting from Saturday , please , for just me ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Acorn Guest House');(_:booking,ref,'3SXCM6MR');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your stay at the Acorn Guest House has been booked . Your reference number is 3SXCM6MR . Is there anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No . Thanks but that is all I need . Take care . Bye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "It was a pleasure . Take care . Goodbye ."
}
] |
MUL2102.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:result",
"id",
"TR8224"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:result",
"id",
"TR8224"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"73Z0FEHF"
],
[
"_:booking",
"ticket",
"10.1 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:result",
"id",
"TR8224"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"73Z0FEHF"
],
[
"_:booking",
"ticket",
"10.1 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"?"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:result",
"id",
"TR8224"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"73Z0FEHF"
],
[
"_:booking",
"ticket",
"10.1 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"?"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:result",
"id",
"TR8224"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"73Z0FEHF"
],
[
"_:booking",
"ticket",
"10.1 GBP"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"stay",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"?"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:result",
"id",
"TR8224"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"ticket",
"10.1 GBP"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"stay",
"four"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:booking",
"ref",
"3SXCM6MR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hello , can you recommend attractions in the Centre of town , please ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'6 trinity street');(_:result,entrance_fee,'free');(_:result,name,'Cambridge Contemporary Art museum');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "I would recommend the Cambridge Contemporary Art museum . It is located at 6 trinity street and it also has free admission . Is there anything else that you need ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is their postcode ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,postcode,'cb21su');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "That postcode is cb21su ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks . I also need an expensive place to stay that includes free parking ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay , what area will you be staying in ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd also like my hotel or guesthouse to be in the centre of town ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,stars,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What is your star rating preference ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,stars,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I really do not care anything will do"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'Regent Street');(_:result,name,'University Arms Hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I recommend the University Arms Hotel on Regent Street . Would you like to book a room ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want want to book a taxi to commute between the two places ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where and when do you want to the taxi to pick you up ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'07:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can the taxi pick me up at the hotel by 07:30 ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'yellow honda');(_:result,phone,'07397168594');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Booking completed ! \n Booked car type \t : \t yellow honda \n Contact number \t : \t 07397168594"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for all of your assistance ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you have a nice day ."
}
] |
PMUL3430.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"6 trinity street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Contemporary Art museum"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"6 trinity street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Contemporary Art museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb21su"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"6 trinity street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Contemporary Art museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb21su"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"6 trinity street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Contemporary Art museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb21su"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb21su"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb21su"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"07: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": [
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb21su"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"07:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow honda"
],
[
"_:result",
"phone",
"07397168594"
],
[
"_: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,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for information on some places I can go when I am visiting soon ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'lots');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are lots of nice places . What would you like to do ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))",
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to go to a museum that you recommend . I will need the phone number please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Byard Art Museum');(_:result,phone,'01223464646');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Byard Art Museum is wonderful . Their phone number is 01223464646 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need some where to stay , 4 star ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'3');(_:result,name,'Cambridge Belfry');(_:result,name,'Huntingdon Marriott Hotel');(_:result,name,'University Arms Hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are three that meet your criteria . The Huntingdon Marriott Hotel , The Cambridge Belfry , and the University Arms Hotel . Would you like me to book one of those for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'3');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please . Book it for 3 people and 4 nights starting from Friday ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,count,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry , which of the 3 would you like a reservation at ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'cheapest');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to book the cheapest one ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,type,'Booking');(_:result,name,'cambridge belfry');(_:result,pricerange,'cheapest');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The cambridge belfry was cheapest so I reserved that one ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I probably need a reference number do nt I ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'U4Z311TN');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , your reference number is U4Z311TN . Can I help you with anything further today ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,destination,'the attraction');(_:search,leave_at,'2:45');(_:search,type,'Attraction');(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi from the hotel to the attraction , leaving at 2:45 ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'black volkswagen');(_:result,phone,'07217220369');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I have booked you with a black volkswagen taxi . The phone number to contact is 07217220369 if there are any changes needing to be made later ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That was quickly handled . Thank you for your help . Goodbye now ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Have a lovely visit in Cambridge . Please use the TownInfo centre when you arrive . Goodbye ."
}
] |
PMUL3431.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"name",
"Byard Art Museum"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheapest"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"pricerange",
"cheapest"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"cambridge belfry"
],
[
"_:result",
"pricerange",
"cheapest"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"pricerange",
"cheapest"
],
[
"_:result",
"name",
"cambridge belfry"
],
[
"_:result",
"pricerange",
"cheapest"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"U4Z311TN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the attraction"
],
[
"_:search",
"leave_at",
"2:45"
],
[
"_: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",
"amount",
"lots"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"pricerange",
"cheapest"
],
[
"_:result",
"name",
"cambridge belfry"
],
[
"_:result",
"pricerange",
"cheapest"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"U4Z311TN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the attraction"
],
[
"_:search",
"leave_at",
"2:45"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black volkswagen"
],
[
"_:result",
"phone",
"07217220369"
],
[
"_: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,destination,'none');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "What is the cheapest taxi service in Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I would need more info , where would you need a taxi to and from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay , where will you be heading to ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'broxbourne');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving broxbourne to go to cambridge on sunday ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "And what time of day do you want to travel ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,leave_at,'12:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be travelling at 12:30 PM"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,id,'TR0862');(_:result,leave_at,'12.32');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR0862 will leave at 12.32"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on Sunday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,day,'Sunday');(_:result,id,'TR0862');(_:result,leave_at,'12.32');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR0862 will leave at 12.32 on Sunday . Do you want me to book this train for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I do n't want to book yet , but please tell me the arrival time for that one"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'13:32');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The arrival time is 13:32 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks very much . Goodbye"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Did you need any further help ?"
}
] |
PMUL1797.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"none"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"12:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"12:30"
],
[
"_:result",
"id",
"TR0862"
],
[
"_:result",
"leave_at",
"12.32"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"12:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"id",
"TR0862"
],
[
"_:result",
"leave_at",
"12.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
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"12:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"id",
"TR0862"
],
[
"_:result",
"leave_at",
"12.32"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"13:32"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'curry king');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for info about the curry king restaurant ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'5 Jordans Yard Bridge Street City Centre');(_:result,area,'centre');(_:result,phone,'01223324351and');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It is in the centre of town , the expensive price range , their phone number is 01223324351and they are at 5 Jordans Yard Bridge Street City Centre"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'13:45');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you please book the restaurant for 4 people at 13:45 on sunday ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Sunday');(_:booking,duration,'13:45');(_:booking,name,'Curry King');(_:booking,people,'four');(_:booking,ref,'16LCXAD5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have book a table for four at Curry King for Sunday at 13:45 . The reference number is 16LCXAD5 . Can I help with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'sports');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I also need a sports place to go on the east side of town ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,category,'multiple sports location');(_:result,name,'The');(_:result,name,'cherry hinton village centre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The cherry hinton village centre is a multiple sports location ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Great . May I have their postcode please ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'cherry hinton village centre');(_:result,phone,'01223576412');(_:result,postcode,'cb19ej');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , the postcode for the cherry hinton village centre is cb19ej for more infomation about the facility their number is 01223576412 . May I help you with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I need for now . Thank you for your help ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Goodbye ."
}
] |
MUL0862.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"curry king"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"curry king"
],
[
"_:result",
"address",
"5 Jordans Yard Bridge Street City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"phone",
"01223324351and"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"curry king"
],
[
"_:result",
"address",
"5 Jordans Yard Bridge Street City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"phone",
"01223324351and"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"13:45"
],
[
"_:booking",
"name",
"Curry King"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"ref",
"16LCXAD5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"sports"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"curry king"
],
[
"_:result",
"address",
"5 Jordans Yard Bridge Street City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"phone",
"01223324351and"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"13:45"
],
[
"_:booking",
"name",
"Curry King"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"ref",
"16LCXAD5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"sports"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"multiple sports location"
],
[
"_:result",
"name",
"The"
],
[
"_:result",
"name",
"cherry hinton village centre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"curry king"
],
[
"_:result",
"address",
"5 Jordans Yard Bridge Street City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"13:45"
],
[
"_:booking",
"name",
"Curry King"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"ref",
"16LCXAD5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"sports"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"multiple sports location"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"cherry hinton village centre"
],
[
"_:result",
"phone",
"01223576412"
],
[
"_:result",
"postcode",
"cb19ej"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'indonesian');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for an indonesian restaurant that 's moderate in price ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,food,'Indonesian');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "There are no Indonesian restaurants in the moderate price range would you like me to search for something else ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are you sure ? I thought there was one located in the centre of town ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,food,'asain');(_:result,type,'Restaurant'))",
"canthelp((_:search,food,'indonesian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunately I do not see any indonesian restaurants . Maybe you would like asain instead ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Asian oriental food sounds good . What options do you have available ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'a few');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have a few , what price range do you prefer ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm not really worried about price . Which do you suggest that is located in the centre ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'Th Kymmoy');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Th Kymmoy is expensive but very nice ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I think I would like to be in the moderate price range please ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'yippee noddle bar');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The yippee noddle bar is in the moderate price range . Would you like to book a table ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'yippee noodle bar');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Actually , can you give me the phone number for Yippee Noodle Bar instead ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223518111');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Absolutely . Their phone number is 01223518111 . Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'16:15');(_:search,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am also looking for a train . The train should arrive by 16:15 and should leave on Friday ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I 'm sure we can find your perfect train for you . What are your departure and arrival locations ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to go to norwich from cambridge ."
},
{
"id": 15,
"rdf-acts": [
"select((_:result,leave_at,'05:36');(_:result,leave_at,'every hour thereafter');(_:result,type,'Train'))",
"inform((_:result,departure,'Cambridge');(_:result,destination,'Norwich');(_:result,duration,'79 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The first train from Cambridge to Norwich leaves at 05:36 , and there are trains every hour thereafter . The duration of the trip is 79 minutes . Which departure time works best for you ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,arrive_by,'4:15');(_:search,destination,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you suggest one ? I would like to arrive in Norwich about 4:15 PM ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,arrive_by,'15:55');(_:result,id,'TR8314');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I would recommend TR8314 , which will get you there at 15:55 . Would you like me to book your ticket ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , one ticket please ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ticket,'17.6 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 17.6 GBP payable at the station ."
},
{
"id": 20,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "When does the TR8314 leave ?"
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,leave_at,'14:36');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "It will leave at 14:36"
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great ! Thanks for all your help ."
},
{
"id": 23,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with today ?"
},
{
"id": 24,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that is all . Thanks , goodbye ."
},
{
"id": 25,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Have a great day !"
}
] |
MUL1464.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indonesian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indonesian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/027d977b"
],
[
"_:search/027d977b",
"food",
"Indonesian"
],
[
"_:search/027d977b",
"pricerange",
"moderate"
],
[
"_:search/027d977b",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/027d977b"
],
[
"_:search/027d977b",
"food",
"Indonesian"
],
[
"_:search/027d977b",
"pricerange",
"moderate"
],
[
"_:search/027d977b",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"food",
"asain"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ad93ff00"
],
[
"_:search/ad93ff00",
"food",
"indonesian"
],
[
"_:search/ad93ff00",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/027d977b"
],
[
"_:search/027d977b",
"food",
"Indonesian"
],
[
"_:search/027d977b",
"pricerange",
"moderate"
],
[
"_:search/027d977b",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"asain"
],
[
"_:system",
"canthelp",
"_:search/ad93ff00"
],
[
"_:search/ad93ff00",
"food",
"indonesian"
],
[
"_:search/ad93ff00",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/027d977b"
],
[
"_:search/027d977b",
"food",
"Indonesian"
],
[
"_:search/027d977b",
"pricerange",
"moderate"
],
[
"_:search/027d977b",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"asain"
],
[
"_:system",
"canthelp",
"_:search/ad93ff00"
],
[
"_:search/ad93ff00",
"food",
"indonesian"
],
[
"_:search/ad93ff00",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"name",
"Th Kymmoy"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"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": [
[
"_:system",
"canthelp",
"_:search/027d977b"
],
[
"_:search/027d977b",
"food",
"Indonesian"
],
[
"_:search/027d977b",
"pricerange",
"moderate"
],
[
"_:search/027d977b",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"asain"
],
[
"_:system",
"canthelp",
"_:search/ad93ff00"
],
[
"_:search/ad93ff00",
"food",
"indonesian"
],
[
"_:search/ad93ff00",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"yippee noddle bar"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"yippee noodle bar"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/027d977b"
],
[
"_:search/027d977b",
"food",
"Indonesian"
],
[
"_:search/027d977b",
"pricerange",
"moderate"
],
[
"_:search/027d977b",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asain"
],
[
"_:system",
"canthelp",
"_:search/ad93ff00"
],
[
"_:search/ad93ff00",
"food",
"indonesian"
],
[
"_:search/ad93ff00",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"yippee noddle bar"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"name",
"yippee noodle bar"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223518111"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"day",
"friday"
],
[
"_: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/027d977b"
],
[
"_:search/027d977b",
"food",
"Indonesian"
],
[
"_:search/027d977b",
"pricerange",
"moderate"
],
[
"_:search/027d977b",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asain"
],
[
"_:system",
"canthelp",
"_:search/ad93ff00"
],
[
"_:search/ad93ff00",
"food",
"indonesian"
],
[
"_:search/ad93ff00",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"yippee noddle bar"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"name",
"yippee noodle bar"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223518111"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/027d977b"
],
[
"_:search/027d977b",
"food",
"Indonesian"
],
[
"_:search/027d977b",
"pricerange",
"moderate"
],
[
"_:search/027d977b",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asain"
],
[
"_:system",
"canthelp",
"_:search/ad93ff00"
],
[
"_:search/ad93ff00",
"food",
"indonesian"
],
[
"_:search/ad93ff00",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"yippee noddle bar"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"name",
"yippee noodle bar"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223518111"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"leave_at",
"05:36"
],
[
"_:result",
"leave_at",
"every hour thereafter"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"4:15"
],
[
"_:search",
"destination",
"norwich"
],
[
"_: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": [
[
"_:system",
"canthelp",
"_:search/027d977b"
],
[
"_:search/027d977b",
"food",
"Indonesian"
],
[
"_:search/027d977b",
"pricerange",
"moderate"
],
[
"_:search/027d977b",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asain"
],
[
"_:system",
"canthelp",
"_:search/ad93ff00"
],
[
"_:search/ad93ff00",
"food",
"indonesian"
],
[
"_:search/ad93ff00",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"yippee noddle bar"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"name",
"yippee noodle bar"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223518111"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"leave_at",
"05:36"
],
[
"_:result",
"leave_at",
"every hour thereafter"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:search",
"arrive_by",
"4:15"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"arrive_by",
"15:55"
],
[
"_:result",
"id",
"TR8314"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/027d977b"
],
[
"_:search/027d977b",
"food",
"Indonesian"
],
[
"_:search/027d977b",
"pricerange",
"moderate"
],
[
"_:search/027d977b",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asain"
],
[
"_:system",
"canthelp",
"_:search/ad93ff00"
],
[
"_:search/ad93ff00",
"food",
"indonesian"
],
[
"_:search/ad93ff00",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"yippee noddle bar"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"name",
"yippee noodle bar"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223518111"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"leave_at",
"05:36"
],
[
"_:result",
"leave_at",
"every hour thereafter"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:search",
"arrive_by",
"4:15"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"arrive_by",
"15:55"
],
[
"_:result",
"id",
"TR8314"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"17.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"?"
]
],
"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/027d977b"
],
[
"_:search/027d977b",
"food",
"Indonesian"
],
[
"_:search/027d977b",
"pricerange",
"moderate"
],
[
"_:search/027d977b",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asain"
],
[
"_:system",
"canthelp",
"_:search/ad93ff00"
],
[
"_:search/ad93ff00",
"food",
"indonesian"
],
[
"_:search/ad93ff00",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"yippee noddle bar"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"name",
"yippee noodle bar"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223518111"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:search",
"arrive_by",
"4:15"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"arrive_by",
"15:55"
],
[
"_:result",
"id",
"TR8314"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"17.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"14:36"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/027d977b"
],
[
"_:search/027d977b",
"food",
"Indonesian"
],
[
"_:search/027d977b",
"pricerange",
"moderate"
],
[
"_:search/027d977b",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asain"
],
[
"_:system",
"canthelp",
"_:search/ad93ff00"
],
[
"_:search/ad93ff00",
"food",
"indonesian"
],
[
"_:search/ad93ff00",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"yippee noddle bar"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"name",
"yippee noodle bar"
],
[
"_:result",
"phone",
"01223518111"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:search",
"arrive_by",
"4:15"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"arrive_by",
"15:55"
],
[
"_:result",
"id",
"TR8314"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"17.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"14:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'12:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for a train that leaves after 12:00 and departs from Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I will also need your arrival destination and day of travel please to complete this request ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,destination,'Leichester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to go to Leichester on Tuesday ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "On what day will you be travelling ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be leaving on Tuesday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'12');(_:result,leave_at,'every hour starting at 12:21');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have 12 trains that match your criteria . They leave every hour starting at 12:21 . Do you have a preference of time ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That first one sounds good , the one that leaves at 12:21 . Can you book that train for 2 people please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'ATZTDM9Q');(_:booking,ticket,'75.59 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your total is 75.59 GBP , which you can pay at the train station . Your Reference number is : ATZTDM9Q ."
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "I 'm also looking for some entertainment around the center of town , do you have any suggestions"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , I can help you with that ? Was there a type of attraction you were looking for ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I was actually looking for an entertainment venue ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:search,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "I have nothing in the venue right now . Do you have other preferences ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'theatre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "How about a theatre ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,count,'4');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "we got 4 . can i recommend one ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , please . I need the theatre 's entrance fee , address and postcode ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,address,'park street');(_:result,entrance_fee,'No entrance fee');(_:result,name,'adc theatr');(_:result,postcode,'cb58as');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I recommend the adc theatr , postcode \t cb58as , address park street . No entrance fee ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Ok that sounds perfect , thank you ."
},
{
"id": 17,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You are welcome . Anything else I can help you with ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is everything thank you ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day !"
}
] |
PMUL1421.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"Leichester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"destination",
"Leichester"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"Leichester"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"count",
"12"
],
[
"_:result",
"leave_at",
"every hour starting at 12:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"Leichester"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"count",
"12"
],
[
"_:result",
"leave_at",
"every hour starting at 12:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"ATZTDM9Q"
],
[
"_:booking",
"ticket",
"75.59 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"Leichester"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"count",
"12"
],
[
"_:result",
"leave_at",
"every hour starting at 12:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"ATZTDM9Q"
],
[
"_:booking",
"ticket",
"75.59 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"Leichester"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"count",
"12"
],
[
"_:result",
"leave_at",
"every hour starting at 12:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"ATZTDM9Q"
],
[
"_:booking",
"ticket",
"75.59 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/870bf7b2"
],
[
"_:search/870bf7b2",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"Leichester"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"leave_at",
"every hour starting at 12:21"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"ATZTDM9Q"
],
[
"_:booking",
"ticket",
"75.59 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/870bf7b2"
],
[
"_:search/870bf7b2",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_: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",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"Leichester"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"leave_at",
"every hour starting at 12:21"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"ATZTDM9Q"
],
[
"_:booking",
"ticket",
"75.59 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/870bf7b2"
],
[
"_:search/870bf7b2",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"entrance_fee",
"No entrance fee"
],
[
"_:result",
"name",
"adc theatr"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"Leichester"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"leave_at",
"every hour starting at 12:21"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"ATZTDM9Q"
],
[
"_:booking",
"ticket",
"75.59 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/870bf7b2"
],
[
"_:search/870bf7b2",
"type",
"Attraction"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"entrance_fee",
"No entrance fee"
],
[
"_:result",
"name",
"adc theatr"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "I got injured and I am looking for a hospital nearby"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,department,?);(_:search,type,'Hospital'))"
],
"speaker": "system",
"text": "There are several hospitals in the area what department do you want ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Just the general information , please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Addenbrookes Hospital is on Hills Rd , Cambridge , in the postcode of CB20QQ . Do you need more information ?"
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , that will be all . Thank you ! good bye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You can reach Addenbrookes Hospital is on Hills Rd , Cambridge . Postcode : CB20QQ . Telephone number 01223245151 ."
}
] |
SNG01254.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'home from home');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need information on the home from home hotel ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,stars,'4');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "It is a 4 star guesthouse in the north with free internet and parking . Anything else today ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks so much for your help . That 's all ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "You are so welcome ! Have a lovely day !"
}
] |
SNG1191.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'african');(_:search,pricerange,'inexpensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for an inexpensive African restaurant ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry , no matches matched your search . Do you want a different price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,pricerange,'inexpensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No thank you . Is there any inexpensive restaurants that serve Asian oriental food ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,name,'Dojo Noodle Bar');(_:result,name,'J Restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , Dojo Noodle Bar and J Restaurant in the city centre both have what you 're looking for . Would you like to book a table at one of them ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'20:00');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds great . Would you book either of those for me for Wednesday at 20:00 for 6 people ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'J restaurant');(_:booking,ref,'3KVIT5AR');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book at J restaurant for you . Your reference number is 3KVIT5AR . They will only hold the table for 15 minutes . Is there anything else ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope that sounds great , thank you"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Enjoy your meal !"
}
] |
SSNG0079.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"african"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/fcc6929c"
],
[
"_:search/fcc6929c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/fcc6929c"
],
[
"_:search/fcc6929c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Dojo Noodle Bar"
],
[
"_:result",
"name",
"J Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/fcc6929c"
],
[
"_:search/fcc6929c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Dojo Noodle Bar"
],
[
"_:result",
"name",
"J Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"J restaurant"
],
[
"_:booking",
"ref",
"3KVIT5AR"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am on a budget and looking for a cheap place to stay with free wifi ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "I can help you with that ! Is there a specific area you prefer to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm not sure on the area of town . I do know I want a guesthouse . Is there anything for me ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'nine');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "There are nine options that meet your criteria . Would you like a recommendation or do you want to narrow it down further ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'one');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "book for one and 2 nights starting friday one of your choice"
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Will you have other guests with you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Just for one person please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,name,'allenbell');(_:booking,ref,'BY6E1MTC');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful at the allenbell . The Reference number is : BY6E1MTC ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'13:45');(_:search,day,'same day');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "also looking for a train . The train should arrive by 13:45 and should be on the same day as the hotel booking ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be departing from ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be departing from broxbourne ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'13:32');(_:result,departure,'broxbourne');(_:result,destination,'cambridge');(_:result,id,'TR3158');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR3158 arrives in cambridge from broxbourne at 13:32 . Would you like me to book it for you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,duration,?);(_:result,id,?);(_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No but I do need the train ID , departure time , and travel time ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,duration,'60 minutes');(_:result,id,'TR3158');(_:result,leave_at,'13:32');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "TR3158 . This train leaves at 13:32 . It has a travel time of 60 minutes . What else would you like to know ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "That 's all the information I need ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Fantastic . Have a wonderful day ."
}
] |
PMUL3630.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"people",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"name",
"allenbell"
],
[
"_:booking",
"ref",
"BY6E1MTC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"people",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"name",
"allenbell"
],
[
"_:booking",
"ref",
"BY6E1MTC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"nine"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"people",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"name",
"allenbell"
],
[
"_:booking",
"ref",
"BY6E1MTC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"13:32"
],
[
"_:result",
"departure",
"broxbourne"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR3158"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"nine"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"name",
"allenbell"
],
[
"_:booking",
"ref",
"BY6E1MTC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"13:32"
],
[
"_:result",
"departure",
"broxbourne"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"60 minutes"
],
[
"_:result",
"id",
"TR3158"
],
[
"_:result",
"leave_at",
"13:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I have a hotel that I really want to stay at today ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Can you tell me the name of the hotel please and then we can talk about booking a room ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'huntingdon marriott hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It is the Huntingdon Marriott Hotel"
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "When will you be staying there ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,has_internet,?);(_:result,type,'Hotel'))",
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm not sure . Do they have internet ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , they have internet available ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,category,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "What type of hotel is it ? And what is the post code ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,category,'hotel');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Its an expensive hotel ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can I get the postcode please ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,postcode,'PE296FL');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Okay , the postal code is : PE296FL . Can I assist with anything else ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "I also would like to eat in the center of town ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'a lot of');(_:result,area,'centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is a lot of restaurants in the town centre . What type of food are you looking for ? What is your price range for the restaurant ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Do n't really have a food preference but would prefer something expensive ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'33');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 33 expensive restaurants in the centre . Are you sure you have no preference for food type ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "None , it is my first time in the town and I like every food , I will go with what you recommend ."
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'British');(_:result,name,'Cambridge Chop House');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay . Well , I 've heard great things about the Cambridge Chop House . It 's a British restaurant . Would you like me to book that for you ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'17:30');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes can you book it for 3 people on Wednesday at 17:30 ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,ref,'CUZ69HSD');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . Here is your reference number , CUZ69HSD ."
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,arrive_by,'17:30');(_:search,departure,'my hotel');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,category,?);(_:result,type,'Hotel');(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Thanks , now can you book me a taxi ? I want to be picked up from my hotel and taken to the restaurant by 17:30 . Please give me car type / contact number"
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,car,'blue Toyota');(_:result,phone,'07594906784');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Your taxi has been booked . The car type is a blue Toyota and the contact number is 07594906784 . Is there anything else I can help you with ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need for now . Thanks for all your help !"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "You are quite welcome ! Enjoy your stay !"
}
] |
PMUL0022.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"
],
[
"_:search",
"name",
"huntingdon marriott hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"huntingdon marriott hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"huntingdon marriott hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"huntingdon marriott hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"huntingdon marriott hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"postcode",
"PE296FL"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"huntingdon marriott hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"postcode",
"PE296FL"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"a lot of"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_: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",
"name",
"huntingdon marriott hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"postcode",
"PE296FL"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"a lot of"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"huntingdon marriott hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"postcode",
"PE296FL"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"a lot of"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Cambridge Chop House"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17: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",
"category",
"hotel"
],
[
"_:search",
"name",
"huntingdon marriott hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"postcode",
"PE296FL"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"a lot of"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Cambridge Chop House"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"CUZ69HSD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"departure",
"my hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"huntingdon marriott hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"postcode",
"PE296FL"
],
[
"_:result",
"amount",
"a lot of"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Cambridge Chop House"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"CUZ69HSD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"departure",
"my hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"car",
"blue Toyota"
],
[
"_:result",
"phone",
"07594906784"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a hotel in the north part of town with free wifi ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"select((_:result,category,'guesthouse');(_:result,type,'Hotel'))",
"canthelp((_:search,category,'hotels');(_:search,has_internet,'none');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "There are no hotels in that area with free wifi , can I look up a different area or guesthouse ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I 'd like a place in the north with a 4 star rating including free wifi please ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry that area does n't have anything matching those criteria . May I try another area ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is there a guesthouse ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Avalon');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , the Avalon is exactly what you 're looking for . It offers internet ( but no parking ) . Would you like me to book a room for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'avalon');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "And the Avalon is in what part of town ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,name,'Avalon');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Avalon is in the north . Can I book you a room ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No thanks can I just have the address and postcode ? I also need help finding a restaurant ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'62 gilbert road');(_:result,postcode,'cb43pd');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The address is 62 gilbert road and the post code is cb43pd ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay , thank you ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with any thing else ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,food,'romanian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes I need a romanian place to eat in the same area , please make sure it 's expensive ."
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:search,food,'romanian');(_:search,pricerange,'any');(_:search,type,'Restaurant'))",
"inform((_:result,count,'5');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "There are no romanian places at any price range there , but we have 5 expensive restaurants , shalI run another search ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What about Indian food ?"
},
{
"id": 15,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'Indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry . I do n't have any expensive Indian restaurants either . Would you be willing to try another price range or area ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you that will be all"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Your welcome . It has been a pleasure assisting you today . Have a wonderful day ."
}
] |
PMUL0065.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/5d6f2657"
],
[
"_:search/5d6f2657",
"category",
"hotels"
],
[
"_:search/5d6f2657",
"has_internet",
"none"
],
[
"_:search/5d6f2657",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/5d6f2657"
],
[
"_:search/5d6f2657",
"category",
"hotels"
],
[
"_:search/5d6f2657",
"has_internet",
"none"
],
[
"_:search/5d6f2657",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/3a54b68c"
],
[
"_:search/3a54b68c",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/5d6f2657"
],
[
"_:search/5d6f2657",
"category",
"hotels"
],
[
"_:search/5d6f2657",
"has_internet",
"none"
],
[
"_:search/5d6f2657",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/3a54b68c"
],
[
"_:search/3a54b68c",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"avalon"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/5d6f2657"
],
[
"_:search/5d6f2657",
"category",
"hotels"
],
[
"_:search/5d6f2657",
"has_internet",
"none"
],
[
"_:search/5d6f2657",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/3a54b68c"
],
[
"_:search/3a54b68c",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"name",
"avalon"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/5d6f2657"
],
[
"_:search/5d6f2657",
"category",
"hotels"
],
[
"_:search/5d6f2657",
"has_internet",
"none"
],
[
"_:search/5d6f2657",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/3a54b68c"
],
[
"_:search/3a54b68c",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"name",
"avalon"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"address",
"62 gilbert road"
],
[
"_:result",
"postcode",
"cb43pd"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/5d6f2657"
],
[
"_:search/5d6f2657",
"category",
"hotels"
],
[
"_:search/5d6f2657",
"has_internet",
"none"
],
[
"_:search/5d6f2657",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/3a54b68c"
],
[
"_:search/3a54b68c",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"name",
"avalon"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"address",
"62 gilbert road"
],
[
"_:result",
"postcode",
"cb43pd"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"romanian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/5d6f2657"
],
[
"_:search/5d6f2657",
"category",
"hotels"
],
[
"_:search/5d6f2657",
"has_internet",
"none"
],
[
"_:search/5d6f2657",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/3a54b68c"
],
[
"_:search/3a54b68c",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"name",
"avalon"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"address",
"62 gilbert road"
],
[
"_:result",
"postcode",
"cb43pd"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/e29ec5e0"
],
[
"_:search/e29ec5e0",
"food",
"romanian"
],
[
"_:search/e29ec5e0",
"pricerange",
"any"
],
[
"_:search/e29ec5e0",
"type",
"Restaurant"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/5d6f2657"
],
[
"_:search/5d6f2657",
"category",
"hotels"
],
[
"_:search/5d6f2657",
"has_internet",
"none"
],
[
"_:search/5d6f2657",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/3a54b68c"
],
[
"_:search/3a54b68c",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"name",
"avalon"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"address",
"62 gilbert road"
],
[
"_:result",
"postcode",
"cb43pd"
],
[
"_:system",
"canthelp",
"_:search/e29ec5e0"
],
[
"_:search/e29ec5e0",
"food",
"romanian"
],
[
"_:search/e29ec5e0",
"pricerange",
"any"
],
[
"_:search/e29ec5e0",
"type",
"Restaurant"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/021091be"
],
[
"_:search/021091be",
"food",
"Indian"
],
[
"_:search/021091be",
"pricerange",
"expensive"
],
[
"_:search/021091be",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,stars,'3-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm so tired . Really need a place to lay my head for the nights . Can you find me some 3-star lodgings somewhere in the south ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'South');(_:result,name,'Bridge Guest House');(_:result,name,'Lensfield Hotel');(_:result,pricerange,'expensive');(_:result,pricerange,'moderately priced');(_:result,stars,'3-star');(_:result,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Absolutely ! There is the Bridge Guest House which is moderately priced and The Lensfield Hotel which is more expensive . They are both 3-star establishments in the South ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,name,'Lensfield Hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does the Lensfield Hotel include parking ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , it does include parking . Would you like me to make a booking ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'6');(_:search,stay,'5');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please book that for 6 people starting Thursday for 5 nights ? I need the reference number as well ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Lensfield Hotel');(_:booking,people,'6');(_:booking,ref,'P00B5C1R');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your rooms for 6 have been reserved at the Lensfield Hotel . Reference number : P00B5C1R . Can I help you with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please , I need a trains going to london liverpool street ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Sure . Where will you be departing from ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'13:15');(_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be leaving Cambridge on Tuesday and need to arrive by 13:15 ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,people,'6');(_:booking,ref,'VZX1QAGN');(_:booking,ticket,'99.6 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've booked 6 tickets for you . The total is 99.6 GBP and your reference number is VZX1QAGN . Can I help you with anything else today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that seems to be everything . Thank you ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Perfect . Have a great day . Goodbye ."
}
] |
MUL2237.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"name",
"Bridge Guest House"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"Lensfield Hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"name",
"Bridge Guest House"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"Lensfield Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"name",
"Bridge Guest House"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"Lensfield Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Lensfield Hotel"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"P00B5C1R"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"name",
"Bridge Guest House"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"Lensfield Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Lensfield Hotel"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"P00B5C1R"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"name",
"Bridge Guest House"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"Lensfield Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"Lensfield Hotel"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"VZX1QAGN"
],
[
"_:booking",
"ticket",
"99.6 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can I please get information for a train going from cambridge to broxbourne ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day will you be traveling ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to travel on Friday , please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time would you like to leave ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'19:45');(_:search,type,'Train'))",
"request((_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you give me the train ID and price of the first train that departs after 19:45 ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR3342');(_:result,ticket,'17.90 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , it will cost 17.90 pounds and the ID is TR3342 . Anything else ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "no , that 's it for today"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "system",
"text": "If you need reservations or information in the future , we will be happy to assist you ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your assistance . Goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "My pleasure . Have a great day ."
}
] |
SNG1185.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"19:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"19:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR3342"
],
[
"_:result",
"ticket",
"17.90 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"19:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR3342"
],
[
"_:result",
"ticket",
"17.90 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'bangkok city');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you help me find a restaurant by the name of Bangkok City ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'thai');(_:result,name,'bangkok city');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Certainly , bangkok city is a thai restaurant in the centre area in the expensive price range . Would you like their address ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'5:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No thank you . I would like to book a reservation for Wednesday at 5:45 pm ."
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "and how many people will the reservation be for ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "There are 6 of us ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Unfortunately , the restaurant is booked . Would you like to try another restaurant ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,pricerange,'same pricerange');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . Something in the same area and same pricerange , please ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,food,'thai');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I can book reservations for a thai in the centre area that meets your needs"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please that would be great . We love thai ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am so sorry , but I was not able to book this . Would you like to try a different restaurant ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please try to book a different Thai restaurant ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,day,'vmhj6y3i.');(_:booking,name,'Sala Thong');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great news . I was able to book the Sala Thong and your reference number is VMHJ6Y3I."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks so much . That is awesome ! Have a good day !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome . Goodbye ."
}
] |
SSNG0097.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bangkok city"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bangkok city"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"5:45"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bangkok city"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"5:45"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bangkok city"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"5:45"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/0c2df4b9"
],
[
"_:booking/0c2df4b9",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same pricerange"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bangkok city"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"5:45"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/0c2df4b9"
],
[
"_:booking/0c2df4b9",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same pricerange"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bangkok city"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"5:45"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/0c2df4b9"
],
[
"_:booking/0c2df4b9",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same pricerange"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/26e18338"
],
[
"_:booking/26e18338",
"type",
"Booking"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bangkok city"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"5:45"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/0c2df4b9"
],
[
"_:booking/0c2df4b9",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same pricerange"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/26e18338"
],
[
"_:booking/26e18338",
"type",
"Booking"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"vmhj6y3i."
],
[
"_:booking",
"name",
"Sala Thong"
],
[
"_: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_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you recommend a local hotel with free parking ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'8');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure , there are 8 hotels that offer free parking . Would you like to stay in a specific part of town , or want a certain prince range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I would like those in the south of town in the expensive price range ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,has_parking,'none');(_:result,name,'Lensfield Hotel');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I would like to recommend the Lensfield Hotel . It is located in the south in the expensive range with free parking ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great . Please book it for 5 nights starting Thursday ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "For how many people would you like me to book that hotel ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you book it for 7 people , please . And what is the reference number ?"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I am sorry they have no rooms available . Perhaps another hotel , I am sorry about this ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please and I need a reference number after booked please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'Aylesbray Lodge Guest House');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I also have Aylesbray Lodge Guest House in the south . It 's moderately priced . Would that work for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I really want one in the same price range , please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,ref,'8OFBIII9');(_:result,type,'Hotel'))",
"reqmore()",
"inform((_:booking,name,'University Arms Hotel');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I got you a room at the University Arms Hotel . Your reference number is : 8OFBIII9 . Anything else you need today ?"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , thank you for helping me . Good bye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Okay . Glad I could be of help and enjoy your stay ."
}
] |
SSNG0313.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"8"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"8"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"8"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/1fc136ed"
],
[
"_:booking/1fc136ed",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"8"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/1fc136ed"
],
[
"_:booking/1fc136ed",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Aylesbray Lodge Guest House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_: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"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"8"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/1fc136ed"
],
[
"_:booking/1fc136ed",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Aylesbray Lodge Guest House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"8OFBIII9"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"University Arms Hotel"
],
[
"_: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,'east');(_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a hotel to stay at in Cambridge . Can you recommend a place on the east side ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'express by holiday inn cambridge');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about the Express by Holiday Inn Cambridge ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "does it have free wifi and parking ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Express by Holiday Inn');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes . The Express by Holiday Inn has both free parking and free wifi . Would you like to reserve a room ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you please provide me the phone number of the hotel ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,postcode,'01223866800');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes . The phone number is 01223866800 . Is there anything else I can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am also looking for a train on Saturday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are many trains available . Where is your departure and destination ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "From cambridge to norwich ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'19');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "We have 19 options available to you . Is there a specific departure or arrival time you prefer ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave after 8:15 , please . I also need the travel time for that"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,duration,'79 minutes');(_:result,id,'TR1062');(_:result,leave_at,'8:36');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR1062 leaves at 8:36 and the ride would last 79 minutes . Should I book that one for you ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , I think I can do that myself . Thank you for all your help today ."
},
{
"id": 13,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "You 're welcome . Have a great day !"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "You too , thanks !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using Cambridge TownInfo centre . Please consider us for your future travel needs ?"
}
] |
MUL2019.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Express by Holiday Inn"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Express by Holiday Inn"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"01223866800"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Express by Holiday Inn"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"01223866800"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Express by Holiday Inn"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"01223866800"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Express by Holiday Inn"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"01223866800"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"count",
"19"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:result",
"id",
"TR1062"
],
[
"_:result",
"leave_at",
"8:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Express by Holiday Inn"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"01223866800"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"count",
"19"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:result",
"id",
"TR1062"
],
[
"_:result",
"leave_at",
"8:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'swimming pool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi , I was wondering if there was a swimming pool that an out of town person could use while visiting ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,count,'4');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have four , what area were you looking to swim in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Attraction'))",
"request((_:result,area,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Any of them will be ok I also need the postcode and area it 's in ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'kings hedges learner pool');(_:result,postcode,'cb42xh');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "I recommend kings hedges learner pool in the north the postcode is cb42xh . Is there anything else I can help you with today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'turkish');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Perfect , thanks . Can you also help me find a good Turkish restaurant that 's moderately priced ?"
},
{
"id": 5,
"rdf-acts": [
"select((_:result,name,'Anatolia');(_:result,name,'efes');(_:result,type,'Restaurant'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,count,'2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 2 and they are both in the centre . Anatolia & efes restaurant . Which do you prefer ? Would you like a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'anatolia');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I get more information about Anatolia ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,food,'Turkish');(_:result,phone,'01223362372');(_:result,pricerange,'Moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Moderate Range Turkish food . Phone , 01223362372 . Anything else ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you give me the postcode ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb21uj');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The postcode is cb21uj . Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , I also want to book a taxi . Can you help me with that ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where will the taxi be leaving from and going to ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,destination,'the swimming pool');(_:search,leave_at,'5:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "the restaurant and the swimming pool of course . I want to leave the restaurant by 5:15 sharp"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'white Skoda');(_:result,departure,'the restaurant');(_:result,phone,'07935 536 503');(_:result,type,'Taxi'))",
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "You 'll be in a white Skoda and the contact number is 07935 536 503 . Can I confirm , though , that you wish to leave the restaurant at 5:15 in the morning ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,leave_at,'05:15');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , I want to leave the restaurant by 05:15 ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'white Skoda');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Great - you are all set with your white Skoda . Anything else I can help with ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you that will be all"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Have a nice day !"
}
] |
PMUL2420.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"kings hedges learner pool"
],
[
"_:result",
"postcode",
"cb42xh"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"postcode",
"cb42xh"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"Anatolia"
],
[
"_:result",
"name",
"efes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"anatolia"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"postcode",
"cb42xh"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"Anatolia"
],
[
"_:result",
"name",
"efes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"anatolia"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:result",
"phone",
"01223362372"
],
[
"_:result",
"pricerange",
"Moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"Anatolia"
],
[
"_:result",
"name",
"efes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"anatolia"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:result",
"phone",
"01223362372"
],
[
"_:result",
"pricerange",
"Moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb21uj"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"Anatolia"
],
[
"_:result",
"name",
"efes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"anatolia"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:result",
"phone",
"01223362372"
],
[
"_:result",
"pricerange",
"Moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb21uj"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the swimming pool"
],
[
"_:search",
"leave_at",
"5: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",
"swimming pool"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"Anatolia"
],
[
"_:result",
"name",
"efes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"anatolia"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:result",
"pricerange",
"Moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb21uj"
],
[
"_:search",
"destination",
"the swimming pool"
],
[
"_:result",
"car",
"white Skoda"
],
[
"_:result",
"departure",
"the restaurant"
],
[
"_:result",
"phone",
"07935 536 503"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"05:15"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"Anatolia"
],
[
"_:result",
"name",
"efes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"anatolia"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:result",
"pricerange",
"Moderate"
],
[
"_:result",
"postcode",
"cb21uj"
],
[
"_:search",
"destination",
"the swimming pool"
],
[
"_:result",
"departure",
"the restaurant"
],
[
"_:result",
"phone",
"07935 536 503"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"05:15"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white Skoda"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need some information on a hotel , can you help with that ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "of course ! do you know what area you want to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'alexander bed and breakfast');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need information about the alexander bed and breakfast ."
},
{
"id": 3,
"rdf-acts": [],
"speaker": "system",
"text": "What would you like to know ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'5');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need reservations for 5 people and 2 nights starting from sunday ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'918P1IAS');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your room is booked , reference number 918P1IAS . Is there anything else I can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'stevenage');(_:search,leave_at,'16:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm also looking for a train to Stevenage leaving after 16:15 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Could you tell me what day you wish to travel ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'Cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need to leave Cambridge on Monday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,id,'TR0254');(_:result,leave_at,'17:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR0254 that leaves at 17:21 . Would that work for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Sure . What is the price and arrival time ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'18:10');(_:result,ticket,'12.80 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Arrival is at 18:10 , and the price per ticket is 12.80 pounds . Would you like me to book that for you ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you . I 'll take it from here . You 've been very helpful . Have a great day !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day ."
}
] |
PMUL1691.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"918P1IAS"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"918P1IAS"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"918P1IAS"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR0254"
],
[
"_:result",
"leave_at",
"17:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"918P1IAS"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR0254"
],
[
"_:result",
"leave_at",
"17:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"arrive_by",
"18:10"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you help me find a train going to cambridge leaving on saturday ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What city will you be departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be leaving from Ely ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time would you like to depart ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'15:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave after 15:30 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR8176');(_:result,leave_at,'15:35');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "what about train TR8176 that leaves at 15:35 ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds perfect . Can you also help me to find a 2 star hotel ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'3');(_:result,pricerange,'expensive');(_:result,pricerange,'moderately priced');(_:result,stars,'two');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are three 2-star hotels ; two are moderately priced and one is expensive . Do you have a price preference ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like it to be in the moderate range in price ."
},
{
"id": 9,
"rdf-acts": [
"select((_:result,name,'ashley hotel');(_:result,name,'lovell lodge');(_:result,type,'Hotel'))",
"inform((_:result,area,'north');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have ashley hotel and lovell lodge . Both in the north with internet and parking . Do you have a preference ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,name,'ashley hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would prefer Ashley hotel ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , would you like me to book it ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please book it for 8 people for 5 nights"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'9H9Z3QNC');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking was successful and the reference number is 9H9Z3QNC . Is there anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "That is all I needed ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "I am glad I could help you with your trip . Thank you for using Cambridge TownInfo Centre . Goodbye ."
}
] |
PMUL4977.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"id",
"TR8176"
],
[
"_:result",
"leave_at",
"15:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"id",
"TR8176"
],
[
"_:result",
"leave_at",
"15:35"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"two"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"id",
"TR8176"
],
[
"_:result",
"leave_at",
"15:35"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"two"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"name",
"lovell lodge"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"id",
"TR8176"
],
[
"_:result",
"leave_at",
"15:35"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"two"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"name",
"lovell lodge"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"id",
"TR8176"
],
[
"_:result",
"leave_at",
"15:35"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"two"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"name",
"lovell lodge"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"9H9Z3QNC"
],
[
"_: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,area,'centre');(_:search,food,'spanish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need help finding a place that serves spanish food and is located in the centre , can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,food,'Spanish');(_:result,name,'La Raza');(_:result,name,'La Tasca');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "La Tasca and La Raza serve Spanish food in the centre of town . What price range would you prefer ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'20:00');(_:search,people,'4');(_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Price range is n't an issue . Can you book me at the one with the most stars please on Monday at 20:00 for 4 people please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,day,'Monday');(_:booking,duration,'20:00');(_:booking,name,'La Raza');(_:booking,people,'four');(_:booking,ref,'LD696IB9');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've booked La Raza for Monday at 20:00 , for four people . Your reference number is LD696IB9 . The reservation lasts 15 minutes ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that is everything that I need ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy the rest of your day ."
}
] |
SSNG0085.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"spanish"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Spanish"
],
[
"_:result",
"name",
"La Raza"
],
[
"_:result",
"name",
"La Tasca"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"spanish"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Spanish"
],
[
"_:result",
"name",
"La Raza"
],
[
"_:result",
"name",
"La Tasca"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"20:00"
],
[
"_:booking",
"name",
"La Raza"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"ref",
"LD696IB9"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'downing college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , hello . I 'm looking for a particular attraction called Downing College ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'regent street');(_:result,area,'centre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "t is located on \t regent street , in the centre ."
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much !"
},
{
"id": 3,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You are welcome ! Did you need anything else today ?"
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , that was all . Good bye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks and enjoy !"
}
] |
SNG1173.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"downing college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"downing college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"downing college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a place to stay with a 3 star rating ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'6');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I 've found 6 choices that match your inquiry . Are you looking for a specific price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like a lower price range with free parking ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'guesthouses');(_:result,count,'3');(_:result,has_parking,'none');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have 3 guesthouses with free parking in moderate price range ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want to be in a hotel , not a guesthouse ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "There are no hotels matching your requirements , would you like to try something different ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you find me a hotel in the south with a 3 star rating free parking ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'The lensfield hotel');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The lensfield hotel matches that all your requirements , would you like to book there ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Yes please let 's try that ."
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Can you please let me know the details of your reservation such as number of people , length of stay , and arrival date ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'6');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Please book for 6 people and 5 nights starting from thursday ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "That booking was unsuccessful . Would you like me to help you find another hotel ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is there another hotel in the same price range that you can book ?"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"canthelp((_:search,type,'Hotel'))",
"inform((_:result,area,'same area');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are none in the same area , can I check in another area ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please check in another area ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'Gonville hotel');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The Gonville hotel in the centre area meets all your requirements . Would you like to book there ?"
},
{
"id": 16,
"rdf-acts": [],
"speaker": "user",
"text": "Yes could you check there please ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,ref,'AEBKVJV3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have made a booking and it went through . Your Reference number is : AEBKVJV3 ."
},
{
"id": 18,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , and please give me the reference number ."
},
{
"id": 19,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'AEBKVJV3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reference number is AEBKVJV3 . Is there anything else you needed today ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that will be it . Thank you ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Enjoy your stay ."
}
] |
SSNG0211.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"3"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"3"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/2e897421"
],
[
"_:search/2e897421",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/2e897421"
],
[
"_:search/2e897421",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"The lensfield hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/2e897421"
],
[
"_:search/2e897421",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"The lensfield hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_: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": [
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/2e897421"
],
[
"_:search/2e897421",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"The lensfield hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"canthelp",
"_:booking/9bf865a9"
],
[
"_:booking/9bf865a9",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/2e897421"
],
[
"_:search/2e897421",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"The lensfield hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"canthelp",
"_:booking/9bf865a9"
],
[
"_:booking/9bf865a9",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:system",
"canthelp",
"_:search/2bb0fd2c"
],
[
"_:search/2bb0fd2c",
"type",
"Hotel"
],
[
"_:result",
"area",
"same area"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/2e897421"
],
[
"_:search/2e897421",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"canthelp",
"_:booking/9bf865a9"
],
[
"_:booking/9bf865a9",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:system",
"canthelp",
"_:search/2bb0fd2c"
],
[
"_:search/2bb0fd2c",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Gonville hotel"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/2e897421"
],
[
"_:search/2e897421",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"canthelp",
"_:booking/9bf865a9"
],
[
"_:booking/9bf865a9",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:system",
"canthelp",
"_:search/2bb0fd2c"
],
[
"_:search/2bb0fd2c",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Gonville hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"AEBKVJV3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/2e897421"
],
[
"_:search/2e897421",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"canthelp",
"_:booking/9bf865a9"
],
[
"_:booking/9bf865a9",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:system",
"canthelp",
"_:search/2bb0fd2c"
],
[
"_:search/2bb0fd2c",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Gonville hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"AEBKVJV3"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'cityroomz');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you please help me get information on cityroomz ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,has_internet,'none');(_:result,phone,'01223304050');(_:result,pricerange,'moderate');(_:result,stars,'0');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Cityroomz is a hotel located in the centre area . It is a 0 star hotel and has a moderate price range . They also offer internet . Their phone number is 01223304050"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'3');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to book it for 3 people and 2 nights starting Tuesday ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'7ILVZWKR');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , that booking was successful . Your reference number is 7ILVZWKR . Anything else I can do for you ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's it . Thanks ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Have a nice day ."
}
] |
SNG1218.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cityroomz"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cityroomz"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"phone",
"01223304050"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cityroomz"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"phone",
"01223304050"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"7ILVZWKR"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'prezzo');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi . I am having trouble finding a place to eat called prezzo . Can you locate it for me and tell me a little about it please ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'21 - 24 Northampton Road');(_:result,area,'west');(_:result,food,'italian');(_:result,name,'Prezzo');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Prezzo is located at 21 - 24 Northampton Road , in the west . It 's an italian restaurant . Moderate price range ."
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "That sounds perfect !"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like me to book you a table ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Not this time but I would like to visit an attraction while in Centre , can you find one for me ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'centre');(_:result,count,'44');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Okay , there 's about 44 attractions in the centre of town . Is there something in particular you 'd like ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'dontcare');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "no , but I will need the address ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'trinity lane');(_:result,area,'centre');(_:result,category,'architectural');(_:result,name,'Old Schools');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I think you would enjoy Old Schools in the centre of town . It is an architectural attraction . The address is trinity lane ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , that sounds perfect . Thanks !"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Trinity lane');(_:result,postcode,'cb21tt');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Post code is cb21tt , Trinity lane . Is there anything else I can tell you ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Not today , thank you so much for your help . I appreciate everything you do ."
},
{
"id": 11,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Absolutely positively no problem at all ! Thanks for using our service . Enjoy your time !"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , I 'm all set here . You can end the conversation now ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you ! Goodbye ."
}
] |
MUL2405.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"prezzo"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"prezzo"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"21 - 24 Northampton Road"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"prezzo"
],
[
"_:result",
"address",
"21 - 24 Northampton Road"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"prezzo"
],
[
"_:result",
"address",
"21 - 24 Northampton Road"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"prezzo"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"trinity lane"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architectural"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"prezzo"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architectural"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Trinity lane"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"prezzo"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architectural"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Trinity lane"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a place to dine . The restaurant should be in the expensive price range and should be in the south of town"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,food,'chinese');(_:result,food,'indian');(_:result,food,'italian');(_:result,food,'mexican');(_:result,type,'Restaurant'))",
"inform((_:result,count,'2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 2 chinese , indian , italian and mexican food . Did you have a preference ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I prefer italian . I really like pizza ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,count,'1');(_:result,food,'Italian');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is one Italian restaurant in the south . It does have an expensive price range . Not sure if it serves pizza though . Would you like the phone number ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'16:30');(_:search,food,'mexican');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Well let 's change that to Mexican and I need a reservation for 2 people at 16:30 on Sunday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,name,'Chiquito Restaurant Bar');(_:booking,ref,'6OG10PUW');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , I have you booked at Chiquito Restaurant Bar then . Reference number is : 6OG10PUW ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Ok , thank you ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'allenbell');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yeah , I 'm also looking for a hotel called the allenbell ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Sorry I do nt have anything with that name ."
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "are you sure ? i was literally there 3 weeks ago ..."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:search,name,'The allenbell');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "The allenbell is not available ."
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "why is it not ? it is there please look again ."
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"canthelp((_:search,name,'Allenbell');(_:search,type,'Hotel'))",
"inform((_:result,category,'hotel');(_:result,name,'Allenbell');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have checked again . The hotel is listed as \" Allenbell \" instead of \" The Allenbell . \" Would you like to book a stay there ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,people,'same group of people');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I need reservations for the same group of people on the same day as the previous reservation . We will be staying 4 nights ."
},
{
"id": 15,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people and on what day was your previous reservation ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "2 people on Monday is what I would like ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,ref,'DAQEE9BH');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok . I apologize for the confusion . I booked the room for you and the reference number is DAQEE9BH ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that is all that I need ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for the Cambridge TownInfo centre . Goodbye"
}
] |
PMUL4116.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"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"Chiquito Restaurant Bar"
],
[
"_:booking",
"ref",
"6OG10PUW"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"name",
"Chiquito Restaurant Bar"
],
[
"_:booking",
"ref",
"6OG10PUW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"name",
"Chiquito Restaurant Bar"
],
[
"_:booking",
"ref",
"6OG10PUW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/eb233422"
],
[
"_:search/eb233422",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"name",
"Chiquito Restaurant Bar"
],
[
"_:booking",
"ref",
"6OG10PUW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/eb233422"
],
[
"_:search/eb233422",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/82cb52da"
],
[
"_:search/82cb52da",
"name",
"The allenbell"
],
[
"_:search/82cb52da",
"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",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"food",
"mexican"
],
[
"_:booking",
"name",
"Chiquito Restaurant Bar"
],
[
"_:booking",
"ref",
"6OG10PUW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:system",
"canthelp",
"_:search/eb233422"
],
[
"_:search/eb233422",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/82cb52da"
],
[
"_:search/82cb52da",
"name",
"The allenbell"
],
[
"_:search/82cb52da",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/3c3aecd9"
],
[
"_:search/3c3aecd9",
"name",
"Allenbell"
],
[
"_:search/3c3aecd9",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"food",
"mexican"
],
[
"_:booking",
"name",
"Chiquito Restaurant Bar"
],
[
"_:booking",
"ref",
"6OG10PUW"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:system",
"canthelp",
"_:search/eb233422"
],
[
"_:search/eb233422",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/82cb52da"
],
[
"_:search/82cb52da",
"name",
"The allenbell"
],
[
"_:search/82cb52da",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/3c3aecd9"
],
[
"_:search/3c3aecd9",
"name",
"Allenbell"
],
[
"_:search/3c3aecd9",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"food",
"mexican"
],
[
"_:booking",
"name",
"Chiquito Restaurant Bar"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:system",
"canthelp",
"_:search/eb233422"
],
[
"_:search/eb233422",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/82cb52da"
],
[
"_:search/82cb52da",
"name",
"The allenbell"
],
[
"_:search/82cb52da",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/3c3aecd9"
],
[
"_:search/3c3aecd9",
"name",
"Allenbell"
],
[
"_:search/3c3aecd9",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"DAQEE9BH"
],
[
"_: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,food,'international');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi , I 'm going to visit Cambridge and am interested in finding a cheap restaurant that serves international type fare ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,amount,'only one');(_:result,name,'Missing Sock');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is only one restaurant that fits what you are looking for and is called The Missing Sock . Would you like to book there ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'Missing Sock');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Where in Cambridge is The Missing Sock located ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'Finders Corner Newmarket Road');(_:result,name,'Missing Sock');(_:result,postcode,'cb259aq');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Missing Sock is located at Finders Corner Newmarket Road , and their postcode is cb259aq . Would you like to reserve a table there ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure but can I also have the phone number as well ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223812660');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Of course . It is 01223812660 . Is there anything else I can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'17:30');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like a train that arrives at Cambridge at 17:30"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,name,'Missing Sock');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Before we get to the train , you mentioned wanting to make a reservation at The Missing Sock . Would you like to do that ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'17:30');(_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,destination,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No , I do n't need a reservation there . I do need a train from cambridge on thursday . I 'll be going to Norwich , and I need to get there by 17:30 ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,arrive_by,'16:55');(_:booking,category,'Train');(_:booking,day,'Thursday');(_:booking,destination,'norwich');(_:booking,id,'TR8604');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR8604 will be arriving at norwich by 16:55 on Thursday . That is the closest to your requested time , would you like to book ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Yes please I would like to book ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Great how many tickets will you need ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need 3 tickets please ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'R22NVXLA');(_:booking,ticket,'52.8 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . The total is 52.8 GBP , payable at the train station . Your reference number is R22NVXLA . Is there anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "that is it , thank you very much ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our service . Have a wonderful day !"
}
] |
MUL0243.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"only one"
],
[
"_:result",
"name",
"Missing Sock"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Missing Sock"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"only one"
],
[
"_:search",
"name",
"Missing Sock"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"Finders Corner Newmarket Road"
],
[
"_:result",
"name",
"Missing Sock"
],
[
"_:result",
"postcode",
"cb259aq"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"only one"
],
[
"_:search",
"name",
"Missing Sock"
],
[
"_:result",
"address",
"Finders Corner Newmarket Road"
],
[
"_:result",
"name",
"Missing Sock"
],
[
"_:result",
"postcode",
"cb259aq"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223812660"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"only one"
],
[
"_:search",
"name",
"Missing Sock"
],
[
"_:result",
"address",
"Finders Corner Newmarket Road"
],
[
"_:result",
"name",
"Missing Sock"
],
[
"_:result",
"postcode",
"cb259aq"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223812660"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"Missing Sock"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"only one"
],
[
"_:search",
"name",
"Missing Sock"
],
[
"_:result",
"address",
"Finders Corner Newmarket Road"
],
[
"_:result",
"name",
"Missing Sock"
],
[
"_:result",
"postcode",
"cb259aq"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223812660"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"Missing Sock"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"arrive_by",
"16:55"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"destination",
"norwich"
],
[
"_:booking",
"id",
"TR8604"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"only one"
],
[
"_:search",
"name",
"Missing Sock"
],
[
"_:result",
"address",
"Finders Corner Newmarket Road"
],
[
"_:result",
"name",
"Missing Sock"
],
[
"_:result",
"postcode",
"cb259aq"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223812660"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"Missing Sock"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:booking",
"arrive_by",
"16:55"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"destination",
"norwich"
],
[
"_:booking",
"id",
"TR8604"
],
[
"_: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",
"food",
"international"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"only one"
],
[
"_:search",
"name",
"Missing Sock"
],
[
"_:result",
"address",
"Finders Corner Newmarket Road"
],
[
"_:result",
"name",
"Missing Sock"
],
[
"_:result",
"postcode",
"cb259aq"
],
[
"_:result",
"phone",
"01223812660"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"Missing Sock"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:booking",
"arrive_by",
"16:55"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"destination",
"norwich"
],
[
"_:booking",
"id",
"TR8604"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"R22NVXLA"
],
[
"_:booking",
"ticket",
"52.8 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'9:45');(_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train arriving by 9:45 on Tuesday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "May I get your departure and destination information please ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am going from Cambridge to Leicester ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'09:06');(_:result,departure,'Cambridge');(_:result,destination,'Leicester');(_:result,id,'TR2863');(_:result,leave_at,'07:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR2863 departs from Cambridge at 07:21 and arrive in Leicester by 09:06 . Would you like to book this train ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Maybe ... how much does it cost ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,ticket,'37.80 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "It costs 37.80 pounds per ticket ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'09:45');(_:search,departure,'leicester');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm sorry , we have that mixed up . I need to depart from leicester and go to cambridge . Do you have a train that arrives by 09:45 in cambridge ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'08:54');(_:result,departure,'Leicester');(_:result,destination,'Cambridge');(_:result,id,'TR6954');(_:result,leave_at,'07:09');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR6954 departs from Leicester at 07:09 and arrives in Cambridge at 08:54 . Would you like to book this train ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you verify the cost for train TR6954 for me ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,ticket,'37.80 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The cost for this particular train is 37.80 pounds per ticket . Would you like assistance booking tickets for this train ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I would like help with booking the train and I will also need to book a hotel ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Hotel'))",
"inform((_:booking,category,'Train');(_:booking,ref,'NT43PSC0');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking reference is NT43PSC0 . Now , if you let me know what type of hotel you are interested in , I can help you with that as well ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,stars,'5-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you help me find a 5-star room somewhere that offers free parking and wifi ?"
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:search,area,'in the city');(_:search,stars,'5-star');(_:search,type,'Hotel'))",
"select((_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There do n't seem to be any 5-star lodgings in the city . Would you like to try searching for 4 stars instead ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , 4 stars would be fine ."
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,category,'hotel');(_:result,name,'acorn guest house');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The acorn guest house is a 4 star hotel located in the north side . Would you like to make reservations ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please . There are 5 of us total and we need 4 nights in a row . Thank you ."
},
{
"id": 17,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day would like to start your stay ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like to start my stay on Tuesday , please ."
},
{
"id": 19,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'N4TJE8VR');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok great ! I was able to get you booked , your reference number is N4TJE8VR . Is there anything else that I can help you with ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , that 'll take care of everything , thanks !"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great stay !"
}
] |
MUL0793.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"9:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"9:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"9:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"09:06"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"id",
"TR2863"
],
[
"_:result",
"leave_at",
"07:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"09:06"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"id",
"TR2863"
],
[
"_:result",
"leave_at",
"07:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"08:54"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR6954"
],
[
"_:result",
"leave_at",
"07:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"08:54"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR6954"
],
[
"_:result",
"leave_at",
"07:09"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"08:54"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR6954"
],
[
"_:result",
"leave_at",
"07:09"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"category",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"NT43PSC0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"5-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"08:54"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR6954"
],
[
"_:result",
"leave_at",
"07:09"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:search",
"category",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"NT43PSC0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/c7175f41"
],
[
"_:search/c7175f41",
"area",
"in the city"
],
[
"_:search/c7175f41",
"stars",
"5-star"
],
[
"_:search/c7175f41",
"type",
"Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"08:54"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR6954"
],
[
"_:result",
"leave_at",
"07:09"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:search",
"category",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"NT43PSC0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/c7175f41"
],
[
"_:search/c7175f41",
"area",
"in the city"
],
[
"_:search/c7175f41",
"stars",
"5-star"
],
[
"_:search/c7175f41",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"08:54"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR6954"
],
[
"_:result",
"leave_at",
"07:09"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:search",
"category",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"NT43PSC0"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/c7175f41"
],
[
"_:search/c7175f41",
"area",
"in the city"
],
[
"_:search/c7175f41",
"stars",
"5-star"
],
[
"_:search/c7175f41",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"08:54"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR6954"
],
[
"_:result",
"leave_at",
"07:09"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:search",
"category",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/c7175f41"
],
[
"_:search/c7175f41",
"area",
"in the city"
],
[
"_:search/c7175f41",
"stars",
"5-star"
],
[
"_:search/c7175f41",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"N4TJE8VR"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want a place to stay in the north of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'plenty of');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Okay , any other preferences ? We have plenty of options ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like something with a 2 star rating if possible ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"select((_:result,address,'chesterton road');(_:result,address,'milton');(_:result,name,'ashley hotel');(_:result,name,'lovell lodge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have ashley hotel on chesterton road or lovell lodge on milton . Would you like me to book one of those ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,name,'ashley hotel');(_:search,people,'2');(_:search,stay,'3');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Bood ashley hotel for 2 people and 3 nights starting from Thursday . What is the reference number please ?"
},
{
"id": 5,
"rdf-acts": [
"thank()",
"inform((_:booking,ref,'N9AC95R7');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes your reference number is N9AC95R7 . I hope you enjoy your stay ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am also looking for a train . Can you help me with that ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Of course . When would you like to leave by ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,departure,'birmingham new street');(_:search,destination,'cambridge');(_:search,leave_at,'21:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should go to cambridge and should leave after 21:15 . \n The train should depart from birmingham new street and should be on the same day as the hotel booking"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'9:23');(_:result,id,'TR3736');(_:result,leave_at,'6:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR3736 leaving at 6:40 and arriving at 9:23 . Would you like to book that ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,leave_at,'21:15');(_:search,people,'two');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need the train to leave after 21:15 . I also need it booked for two people ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'24:23');(_:result,id,'TR7324');(_:result,leave_at,'21:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How about train TR7324 that leaves at 21:40 and arrives by 24:23 . Would you like to make reservations on that ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please . I need tickets for 2 people ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'3YS7IOSA');(_:booking,ticket,'150.19 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , booking was successful , the total fee is 150.19 GBP payable at the station . Reference number is : 3YS7IOSA . Anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be all today .. Thanks . Goodbye"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your stay in Cambridge !"
}
] |
PMUL1628.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"amount",
"plenty of"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"amount",
"plenty of"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"chesterton road"
],
[
"_:result",
"address",
"milton"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"name",
"lovell lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"amount",
"plenty of"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"chesterton road"
],
[
"_:result",
"address",
"milton"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"name",
"lovell lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"N9AC95R7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"amount",
"plenty of"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"chesterton road"
],
[
"_:result",
"address",
"milton"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"name",
"lovell lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"N9AC95R7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"amount",
"plenty of"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"chesterton road"
],
[
"_:result",
"address",
"milton"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"name",
"lovell lodge"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"N9AC95R7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"9:23"
],
[
"_:result",
"id",
"TR3736"
],
[
"_:result",
"leave_at",
"6:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:search",
"people",
"two"
],
[
"_: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"
],
[
"_:result",
"amount",
"plenty of"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"chesterton road"
],
[
"_:result",
"address",
"milton"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"name",
"lovell lodge"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"N9AC95R7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"arrive_by",
"24:23"
],
[
"_:result",
"id",
"TR7324"
],
[
"_:result",
"leave_at",
"21:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"amount",
"plenty of"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"chesterton road"
],
[
"_:result",
"address",
"milton"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"name",
"lovell lodge"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"arrive_by",
"24:23"
],
[
"_:result",
"id",
"TR7324"
],
[
"_:result",
"leave_at",
"21:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"3YS7IOSA"
],
[
"_:booking",
"ticket",
"150.19 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi , I am looking for attractions in the centre of town . Do you have any recommendations ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'a lot of');(_:result,area,'centre');(_:result,category,'architecture');(_:result,category,'colleges');(_:result,category,'museums');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are a lot of attractions to see in the centre , from architecture , colleges , and museums . What kind of attractions are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,category,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'll visit anything . I do n't much care the type ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'architecture');(_:result,entrance_fee,'free');(_:result,name,'Old Schools');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "How about Old Schools ? It 's an architecture attraction that 's free ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'old schools');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Ok . What is the address and phone number for old schools ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Trinity Lane');(_:result,name,'Old Schools');(_:result,phone,'01223332320');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Old Schools is on Trinity Lane , and their phone number is 01223332320 . Can I help with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'kings lynn');(_:search,leave_at,'10:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train to leave after 10:45 from kings lynn"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'quite a few');(_:result,departure,'kings lynn');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are a quite a few trains that leave from kings lynn . Did you want to leave on a certain day ? Or arrive by a certain time ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should leave on monday and should go to cambridge . I do n't care about the arrival time ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,id,'TR0684');(_:result,leave_at,'11:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR0684 which leaves at 11:11 would work well for you . Want me to book that ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I would like to book that for 8 people please . Can i get the reference number ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'M50TGTUW');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "All booked ! The reference number is M50TGTUW ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for the help ! Have a nice day ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You have a great day too ! Do n't forget , when you 're in a bind , call the Cambridge TownInfo centre !"
}
] |
MUL0577.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",
"amount",
"a lot of"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"category",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"a lot of"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"name",
"old schools"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"a lot of"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"name",
"old schools"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"name",
"old schools"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"departure",
"kings lynn"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"name",
"old schools"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"departure",
"kings lynn"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR0684"
],
[
"_:result",
"leave_at",
"11:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"name",
"old schools"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"departure",
"kings lynn"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR0684"
],
[
"_:result",
"leave_at",
"11:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"M50TGTUW"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a museum in the centre of Cambridge . Can you help me find one ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'unit su43 , Grand Arcade , Saint Andrews Street');(_:result,amount,'eleven');(_:result,category,'museums');(_:result,entrance_fee,'free');(_:result,name,'Castle Galleries');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are eleven museums there . I would recommend the Castle Galleries , located at unit su43 , Grand Arcade , Saint Andrews Street . Entrance is free there , too . Need an alternate recommendation ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "No , that sounds fine . Could I get the phone number ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223307402');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number is 01223307402 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need to find a hotel . I 'm looking for one in the east with free wifi ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'Express by Holiday Inn Cambridge');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have the Express by Holiday Inn Cambridge that matches your preferences . Would you like me to book it for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does the hotel include free parking ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes it does have free parking"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "yes absolutely , you can book it for me please"
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "I would be happy to . What is your arrival day , how many nights do you need , and how many are in your party ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'2');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "There are 2 of us . We will arrive on Wednesday and stay for 3 nights ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was unfortunately unsuccessful . Let 's try another day or a shorter stay ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,stay,'1');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Oh dear . What if we only stay there on Wednesday ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Wednesday');(_:booking,ref,'MLQZYRU2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , I have booked you for Wednesday night . Your reference number is MLQZYRU2 . Is there anything else I can help with ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also want to book a taxi to commute between the two places ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Will you need it from the hotel or to the hotel ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "From the hotel ."
},
{
"id": 17,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What time would you need to be picked up at the hotel ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,departure,'the hotel');(_:search,leave_at,'11:00');(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to leave the hotel by 11:00 ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,car,'red honda');(_:result,phone,'07451827304');(_:result,type,'Taxi'))",
"reqmore()",
"thank()"
],
"speaker": "system",
"text": "Great ! Be on the look out for a red honda . The contact number is 07451827304 . Anything else I can help with ?"
},
{
"id": 20,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , you 've been a great help already . Thanks so much . Bye ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Goodbye ."
}
] |
MUL1114.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"unit su43 , Grand Arcade , Saint Andrews Street"
],
[
"_:result",
"amount",
"eleven"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"unit su43 , Grand Arcade , Saint Andrews Street"
],
[
"_:result",
"amount",
"eleven"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"phone",
"01223307402"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"unit su43 , Grand Arcade , Saint Andrews Street"
],
[
"_:result",
"amount",
"eleven"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223307402"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"Express by Holiday Inn Cambridge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"unit su43 , Grand Arcade , Saint Andrews Street"
],
[
"_:result",
"amount",
"eleven"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223307402"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"Express by Holiday Inn Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"unit su43 , Grand Arcade , Saint Andrews Street"
],
[
"_:result",
"amount",
"eleven"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223307402"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"Express by Holiday Inn Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"unit su43 , Grand Arcade , Saint Andrews Street"
],
[
"_:result",
"amount",
"eleven"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223307402"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"Express by Holiday Inn Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/75424fd8"
],
[
"_:booking/75424fd8",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"stay",
"1"
],
[
"_: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",
"unit su43 , Grand Arcade , Saint Andrews Street"
],
[
"_:result",
"amount",
"eleven"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223307402"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"Express by Holiday Inn Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/75424fd8"
],
[
"_:booking/75424fd8",
"type",
"Booking"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"stay",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"ref",
"MLQZYRU2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"unit su43 , Grand Arcade , Saint Andrews Street"
],
[
"_:result",
"amount",
"eleven"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223307402"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"Express by Holiday Inn Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/75424fd8"
],
[
"_:booking/75424fd8",
"type",
"Booking"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"stay",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"ref",
"MLQZYRU2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"unit su43 , Grand Arcade , Saint Andrews Street"
],
[
"_:result",
"amount",
"eleven"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223307402"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"Express by Holiday Inn Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/75424fd8"
],
[
"_:booking/75424fd8",
"type",
"Booking"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"stay",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"ref",
"MLQZYRU2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"unit su43 , Grand Arcade , Saint Andrews Street"
],
[
"_:result",
"amount",
"eleven"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"Express by Holiday Inn Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/75424fd8"
],
[
"_:booking/75424fd8",
"type",
"Booking"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"stay",
"1"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"ref",
"MLQZYRU2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red honda"
],
[
"_:result",
"phone",
"07451827304"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any moderately priced places to eat with British styled food ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'5');(_:result,name,'cotto');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , I have 5 places . What about cotto ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'12:00');(_:search,name,'cotto');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Cotto is fine . I want to book a table for 1 person at 12:00 on Sunday ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,day,'Saturday');(_:booking,duration,'noon');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Cotto is completely booked for Saturday at noon . Could I direct you to a different restaurant ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,pricerange,'same area and price range');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please book me a different restaurant in the same area and price range ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,food,'British');(_:result,name,'Restaurant one seven');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Restaurant one seven is also British cuisine , moderate priced , in the center of town and they are able to accommodate your reservation ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that sounds like a great place ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Saturday');(_:booking,duration,'12:00');(_:booking,name,'restaurant one seven');(_:booking,ref,'DYSZRX2B');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked your reservation for restaurant one seven on Saturday at 12:00 . Your reference number is DYSZRX2B . Do you need any other assistance ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "no , that will be all . thank you very much ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day !"
}
] |
SSNG0165.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"cotto"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"name",
"cotto"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"cotto"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"name",
"cotto"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/e94d0a2e"
],
[
"_:booking/e94d0a2e",
"day",
"Saturday"
],
[
"_:booking/e94d0a2e",
"duration",
"noon"
],
[
"_:booking/e94d0a2e",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same area and price range"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"name",
"cotto"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/e94d0a2e"
],
[
"_:booking/e94d0a2e",
"day",
"Saturday"
],
[
"_:booking/e94d0a2e",
"duration",
"noon"
],
[
"_:booking/e94d0a2e",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same area and price range"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Restaurant one seven"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"name",
"cotto"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/e94d0a2e"
],
[
"_:booking/e94d0a2e",
"day",
"Saturday"
],
[
"_:booking/e94d0a2e",
"duration",
"noon"
],
[
"_:booking/e94d0a2e",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same area and price range"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Restaurant one seven"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"12:00"
],
[
"_:booking",
"name",
"restaurant one seven"
],
[
"_:booking",
"ref",
"DYSZRX2B"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'saint johns college');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like a taxi from Saint John 's college to Pizza Hut Fen Ditton ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What time do you want to leave and what time do you want to arrive by ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,leave_at,'17:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to leave after 17:15 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'blue honda');(_:result,phone,'07218068540');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Booking completed ! your taxi will be blue honda Contact number is 07218068540"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for all the help ! I appreciate it ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "You are welcome . Is there anything else I can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , I am all set . Have a nice day . Bye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "you too ! thank you"
}
] |
SNG0073.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"saint johns college"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"saint johns college"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"saint johns college"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue honda"
],
[
"_:result",
"phone",
"07218068540"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"saint johns college"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue honda"
],
[
"_:result",
"phone",
"07218068540"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,category,'multiple sports');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for a multiple sports attraction in the area of center ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "We currently do not show any locations that fit that criteria . Would like me to look in a different area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'swimming pool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No , How about a swimming pool in that area ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Gonville Place');(_:result,entrance_fee,'do not have the entrance fee available');(_:result,name,'Parkside Pools');(_:result,phone,'01223446100');(_:result,postcode,'cb11ly');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Parkside Pools is located at Gonville Place . I do not have the entrance fee available , but the phone number is 01223446100 and the postcode is cb11ly"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you for the phone number . Thanks for the help !"
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am also looking for a train leaving friday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'404');(_:result,type,'Train'))",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 404 trains that day , what destinations do you need ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'18:30');(_:search,departure,'cambridge');(_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking to depart cambridge , head to ely , and arrive by 18:30"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'17:50');(_:result,arrive_by,'5:50');(_:result,arrive_by,'once an hour every hour');(_:result,count,'7');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alright , there are seven trains that meet that requirement , starting at 5:50 and running once an hour every hour until 17:50 . Would you like me to book any of these trips ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please book for 1 person the train that departs at 17:50 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,id,'TR9933');(_:booking,ref,'P4U5T2N6');(_:booking,ticket,'4.4 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful for TR9933 , the total fee is 4.4 GBP payable at the station . Reference number is : P4U5T2N6 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for all your help ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "You 're welcome . Is there anything else I can help you with today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's everything I needed , thank you very much for your time !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your trip !"
}
] |
MUL0526.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/7e65155f"
],
[
"_:search/7e65155f",
"type",
"Attraction"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/7e65155f"
],
[
"_:search/7e65155f",
"type",
"Attraction"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Gonville Place"
],
[
"_:result",
"entrance_fee",
"do not have the entrance fee available"
],
[
"_:result",
"name",
"Parkside Pools"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/7e65155f"
],
[
"_:search/7e65155f",
"type",
"Attraction"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"address",
"Gonville Place"
],
[
"_:result",
"entrance_fee",
"do not have the entrance fee available"
],
[
"_:result",
"name",
"Parkside Pools"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/7e65155f"
],
[
"_:search/7e65155f",
"type",
"Attraction"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"address",
"Gonville Place"
],
[
"_:result",
"entrance_fee",
"do not have the entrance fee available"
],
[
"_:result",
"name",
"Parkside Pools"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"count",
"404"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/7e65155f"
],
[
"_:search/7e65155f",
"type",
"Attraction"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"address",
"Gonville Place"
],
[
"_:result",
"entrance_fee",
"do not have the entrance fee available"
],
[
"_:result",
"name",
"Parkside Pools"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"arrive_by",
"17:50"
],
[
"_:result",
"arrive_by",
"5:50"
],
[
"_:result",
"arrive_by",
"once an hour every hour"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/7e65155f"
],
[
"_:search/7e65155f",
"type",
"Attraction"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"address",
"Gonville Place"
],
[
"_:result",
"entrance_fee",
"do not have the entrance fee available"
],
[
"_:result",
"name",
"Parkside Pools"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"arrive_by",
"17:50"
],
[
"_:result",
"arrive_by",
"5:50"
],
[
"_:result",
"arrive_by",
"once an hour every hour"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9933"
],
[
"_:booking",
"ref",
"P4U5T2N6"
],
[
"_:booking",
"ticket",
"4.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",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/7e65155f"
],
[
"_:search/7e65155f",
"type",
"Attraction"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"address",
"Gonville Place"
],
[
"_:result",
"entrance_fee",
"do not have the entrance fee available"
],
[
"_:result",
"name",
"Parkside Pools"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"arrive_by",
"17:50"
],
[
"_:result",
"arrive_by",
"5:50"
],
[
"_:result",
"arrive_by",
"once an hour every hour"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9933"
],
[
"_:booking",
"ref",
"P4U5T2N6"
],
[
"_:booking",
"ticket",
"4.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am planning a trip in Cambridge"
},
{
"id": 1,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "OK , what type of information are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'11:45');(_:search,day,'saturday');(_:search,departure,'bishops stortford');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to find a train to arrive on Saturday by 11:45 going to Cambridge from Bishops Stortford ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'06:07');(_:result,departure,'bishops stortford');(_:result,destination,'Cambridge');(_:result,id,'TR6163');(_:result,leave_at,'05:29');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train number TR6163 leaves Bishops Stortford at 05:29 and arrives in Cambridge by 06:07 . Would you like a ticket for this one ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I would like a ticket for one please ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'CQB3NI5K');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . Your reference number is CQB3NI5K . Is there anything else ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "How much is the ticket going to cost me ? Do I pay you ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,ticket,'8.08 GBP');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The cost of the ticket is 8.08 GBP and it 's payable at the station . Anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , can you help me find places to go in town ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , is there a specific type of attraction you would like to see ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , what do you recommend for entertainment ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'the funky fun house');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I suggest the funky fun house on the east side of town !"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,category,?);(_:result,type,'Attraction'))",
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Ok great ! What type of entertainment is that ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,category,'entertainment');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "it 's listed as \" entertainment \""
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Of course . Can you tell me the address and entrance fee please ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,address,'8 mercers row , mercers row industrial estate');(_:result,entrance_fee,'no entrance fee in our data base');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "8 mercers row , mercers row industrial estate \t is the address but there is no entrance fee in our data base"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank . That is all I need ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Happy to have been of assistance . Please let us know if there is anything else we can do for you . Goodbye ."
}
] |
PMUL3749.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"06:07"
],
[
"_:result",
"departure",
"bishops stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR6163"
],
[
"_:result",
"leave_at",
"05:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"06:07"
],
[
"_:result",
"departure",
"bishops stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR6163"
],
[
"_:result",
"leave_at",
"05:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"CQB3NI5K"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"06:07"
],
[
"_:result",
"departure",
"bishops stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR6163"
],
[
"_:result",
"leave_at",
"05:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"CQB3NI5K"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"8.08 GBP"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"06:07"
],
[
"_:result",
"departure",
"bishops stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR6163"
],
[
"_:result",
"leave_at",
"05:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"CQB3NI5K"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"8.08 GBP"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"06:07"
],
[
"_:result",
"departure",
"bishops stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR6163"
],
[
"_:result",
"leave_at",
"05:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"CQB3NI5K"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"8.08 GBP"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"the funky fun house"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"category",
"?"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"06:07"
],
[
"_:result",
"departure",
"bishops stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR6163"
],
[
"_:result",
"leave_at",
"05:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"CQB3NI5K"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"8.08 GBP"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"the funky fun house"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"06:07"
],
[
"_:result",
"departure",
"bishops stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR6163"
],
[
"_:result",
"leave_at",
"05:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"CQB3NI5K"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"8.08 GBP"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"the funky fun house"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"address",
"8 mercers row , mercers row industrial estate"
],
[
"_:result",
"entrance_fee",
"no entrance fee in our data base"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi , I 'm planning a trip to Cambridge and I 'm looking for places to visit in the centre ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,category,'churches');(_:result,category,'colleges');(_:result,category,'museums');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are churches , colleges , and museums ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm not sure which I 'd like to visit , do you have any recommendations ? Also , please let me know the entrance fee ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,entrance_fee,'unsure');(_:result,name,'adc theatre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I recommend adc theatre . I am unsure of the entrance fee ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'stevenage');(_:search,leave_at,'11:45');(_:search,type,'Train'))",
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Is there anyway to find out the entrance fee ? I will also need to book a train leaving stevenage leaving after 11:45 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'ADC Theatre');(_:result,phone,'01223300085');(_:result,type,'Attraction'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "You can call ADC Theatre at 01223300085 to find out the entrance fee . For the train , can you tell me the day you would like to travel ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to travel on Sunday going to cambridge ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,day,'Sunday');(_:result,destination,'Cambridge');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are many trains that go to Cambridge on Sunday , where are you departing from ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be leaving from stevenage"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'12:43');(_:result,day,'Sunday');(_:result,departure,'Stevenage');(_:result,destination,'Cambridge');(_:result,leave_at,'11:54');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is a train leaving Stevenage at 11:54 and arriving in Cambridge at 12:43 this Sunday . Would you like me to book this train ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please , for 4 people ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'KY3BCCE0');(_:booking,ticket,'40.96 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 40.96 GBP payable at the station . Reference number is : KY3BCCE0 . Can I help you with anything else today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No . That will be all for today . Thank you ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day ."
}
] |
MUL0497.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"entrance_fee",
"unsure"
],
[
"_:result",
"name",
"adc theatre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"entrance_fee",
"unsure"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"name",
"ADC Theatre"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"entrance_fee",
"unsure"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"name",
"ADC Theatre"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"entrance_fee",
"unsure"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"name",
"ADC Theatre"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"arrive_by",
"12:43"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"11:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"entrance_fee",
"unsure"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"name",
"ADC Theatre"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"arrive_by",
"12:43"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"11:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"KY3BCCE0"
],
[
"_:booking",
"ticket",
"40.96 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,stars,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like a guesthouse , four star ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'east');(_:result,category,'guesthouse');(_:result,name,'The allenbell');(_:result,stars,'4-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The allenbell is a 4-star guesthouse in the east . Would you like to make a booking ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "does it include free parking ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It includes free parking . Would you like to book a room at this hotel ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'1');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please book it for 1 person and 3 nights starting from sunday ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm very sorry . That booking was unavailable . Would you like to find another hotel ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sure . Any guesthouse in the same price range would be fine ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,name,'Autumn House');(_:booking,type,'Booking');(_:result,address,'710 newmarket road');(_:result,phone,'01223575122');(_:result,ref,'YU3MOAHH');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have booked you a room at the Autumn House . Their address is 710 newmarket road . Phone number is 01223575122 . Reference number is : YU3MOAHH ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you for the reference number YU3MOAHH . Goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Let us know if you need further help ."
}
] |
SSNG0340.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"four"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"The allenbell"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"four"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"The allenbell"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"four"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"The allenbell"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"canthelp",
"_:booking/d6629649"
],
[
"_:booking/d6629649",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"four"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"The allenbell"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"canthelp",
"_:booking/d6629649"
],
[
"_:booking/d6629649",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"Autumn House"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"710 newmarket road"
],
[
"_:result",
"phone",
"01223575122"
],
[
"_:result",
"ref",
"YU3MOAHH"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I ca n't wait to try some of your local restaurants . Can you help me with an attraction to visit also ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure thing , is there any specific type of attraction you 'd like to try ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,\"kettle 's yard\");(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "It is called kettle 's yard ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,category,'museum');(_:result,name,\"Kettle 's yard\");(_:result,phone,'01223748100');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Kettle 's yard is a museum found in the west area of town . Their phone number is 01223748100"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I get the address as well please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Castle Street');(_:result,name,\"Kettle 's Yard\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Kettle 's Yard is located on Castle Street ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the entrance fee for Kettle 's Yard ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,entrance_fee,'free to enter');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is free to enter ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great . I am also looking for a restaurant ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "I would love to help . Any particular food you 'd like ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'dontcare');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , I 'd just like for it to be in the east and moderately priced ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'italian');(_:result,name,'pizza hut fen ditton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i suggest pizza hut fen ditton . it serves italian food . can we book ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'15:00');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes book that for 5 people at 15:00 on sunday ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'EC390ABK');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : EC390ABK ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , that 's all I need today ! Goodbye !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Have a good day ."
}
] |
PMUL2393.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"kettle 's yard"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"kettle 's yard"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"Kettle 's yard"
],
[
"_:result",
"phone",
"01223748100"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"kettle 's yard"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"phone",
"01223748100"
],
[
"_:result",
"address",
"Castle Street"
],
[
"_:result",
"name",
"Kettle 's Yard"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"kettle 's yard"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"phone",
"01223748100"
],
[
"_:result",
"address",
"Castle Street"
],
[
"_:result",
"name",
"Kettle 's Yard"
],
[
"_:result",
"entrance_fee",
"free to enter"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"kettle 's yard"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"phone",
"01223748100"
],
[
"_:result",
"address",
"Castle Street"
],
[
"_:result",
"name",
"Kettle 's Yard"
],
[
"_:result",
"entrance_fee",
"free to enter"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"kettle 's yard"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"phone",
"01223748100"
],
[
"_:result",
"address",
"Castle Street"
],
[
"_:result",
"entrance_fee",
"free to enter"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"kettle 's yard"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"phone",
"01223748100"
],
[
"_:result",
"address",
"Castle Street"
],
[
"_:result",
"entrance_fee",
"free to enter"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"EC390ABK"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi , I would like to find an expensive restaurant in the centre of cambridge please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,area,'centre');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Certainly , there are many expensive restaurants in the town centre . What type of food do you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking to eat some mediterranean food ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,count,'2');(_:result,name,'La Mimosa');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have two great choices for you . La Mimosa and the Shiraz Restaurant . Can I offer you more information on one of these two ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))",
"inform((_:search,name,'La Mimosa');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure , can I get the postcode , phone number , and address for La Mimosa , please ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'Thompsons Lane Fen Ditton');(_:result,name,'La Mimosa');(_:result,phone,'01223362525');(_:result,postcode,'cb58aq');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Absolutely . La Mimosa is located at Thompsons Lane Fen Ditton . The postcode is cb58aq . Their phone number is 01223362525 . Can I assist you in making a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you ! ! Thank you for all your help ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there any other information I can get for you at this time ?"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , that 's all for today . Goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Goodbye , have a wonderful day !"
}
] |
SNG0708.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"La Mimosa"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"name",
"La Mimosa"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"La Mimosa"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Thompsons Lane Fen Ditton"
],
[
"_:result",
"name",
"La Mimosa"
],
[
"_:result",
"phone",
"01223362525"
],
[
"_:result",
"postcode",
"cb58aq"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"La Mimosa"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Thompsons Lane Fen Ditton"
],
[
"_:result",
"name",
"La Mimosa"
],
[
"_:result",
"phone",
"01223362525"
],
[
"_:result",
"postcode",
"cb58aq"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to get out of Cambridge quick ! Can you find me a train for tomorrow , Tuesday ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can help you . What is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'broxbourne');(_:search,leave_at,'15:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to arrive to Cambridge from Broxbourne and would like to leave after 15:45 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'17:32');(_:result,departure,'Broxbourne');(_:result,destination,'Cambridge');(_:result,leave_at,'16:32');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "A train is leaving Broxbourne at 16:32 , arriving Cambridge at 17:32 . Shall I book a seat for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes . I actually need 3 seats"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'Y25Y52KM');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful . Your reference number is Y25Y52KM ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,has_internet,'none');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you find me a place to stay in the centre . I do n't need internet ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry , I 'm not finding any matches , would you like to try something else ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you I will call back"
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Ok . Is there anything else you need ? Information about attractions or a restaurant reservation perhaps ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Well , I do need a place to stay . How about one with free wifi in the centre of town ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Alexander Bed and Breakfast');(_:result,pricerange,'inexpensive');(_:result,stars,'4');(_:result,type,'Hotel'))",
"request((_:search,category,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you mind if it 's a guest house ? The Alexander Bed and Breakfast is an inexpensive 4 star guesthouse offering both free wifi and free parking ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , I really would like a hotel in the centre with free parking and it can have wifi ."
},
{
"id": 13,
"rdf-acts": [
"select((_:result,pricerange,'expensive');(_:result,stars,'drop the star rating');(_:result,type,'Hotel'))",
"inform((_:result,amount,'All of');(_:result,category,'hotels');(_:result,pricerange,'expensive');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "All of the 4 star hotels in the area are expensive . Would you like me to drop the star rating for you , or are you okay with it being expensive ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "If there are no hotels with free parking in the centre , how about one with free wifi ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'university arms hotel');(_:result,pricerange,'expensive');(_:result,stars,'4');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The university arms hotel sounds perfect : hotel in the centre of town , expensive , 4 stars , with internet and parking . Can I book a reservation for you ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I guess that will work book for 2 please"
},
{
"id": 17,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "OK . What day will you want to check in , and for how many nights ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,stay,'one');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to check in on Tuesday please . And I want to stay for one night ."
},
{
"id": 19,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "OK , you 're all set . Is there anything else I can do for you ?"
},
{
"id": 20,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No thanks . That would be all . I appreciate your help . Take care . Bye ."
},
{
"id": 21,
"rdf-acts": [],
"speaker": "system",
"text": "Did you need a reference number or anything like that ?"
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks . I forgot I should wait to book until I am sure how many people we will have . Thanks though . Good night !"
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , have a great day !"
}
] |
MUL2050.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:result",
"arrive_by",
"17:32"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"16:32"
],
[
"_: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",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:result",
"arrive_by",
"17:32"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"16:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"Y25Y52KM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"none"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:result",
"arrive_by",
"17:32"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"16:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"Y25Y52KM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"none"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/30cbd11f"
],
[
"_:search/30cbd11f",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:result",
"arrive_by",
"17:32"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"16:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"Y25Y52KM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/30cbd11f"
],
[
"_:search/30cbd11f",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:result",
"arrive_by",
"17:32"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"16:32"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"Y25Y52KM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/30cbd11f"
],
[
"_:search/30cbd11f",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:result",
"arrive_by",
"17:32"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"16:32"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"Y25Y52KM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/30cbd11f"
],
[
"_:search/30cbd11f",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"amount",
"All of"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:result",
"arrive_by",
"17:32"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"16:32"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"Y25Y52KM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/30cbd11f"
],
[
"_:search/30cbd11f",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"amount",
"All of"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:result",
"arrive_by",
"17:32"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"16:32"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"Y25Y52KM"
],
[
"_:system",
"canthelp",
"_:search/30cbd11f"
],
[
"_:search/30cbd11f",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"amount",
"All of"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"stay",
"one"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:result",
"arrive_by",
"17:32"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"16:32"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"Y25Y52KM"
],
[
"_:system",
"canthelp",
"_:search/30cbd11f"
],
[
"_:search/30cbd11f",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"amount",
"All of"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"stay",
"one"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:result",
"arrive_by",
"17:32"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"16:32"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"Y25Y52KM"
],
[
"_:system",
"canthelp",
"_:search/30cbd11f"
],
[
"_:search/30cbd11f",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"amount",
"All of"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"stay",
"one"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'norwich');(_:search,leave_at,'20:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you help me find a train leaving after 20:45 going to norwich ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day of the week are you traveling ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be travelling on Monday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,leave_at,'21:36');(_:result,leave_at,'22:36');(_:result,leave_at,'and 23:36');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are 3 trains . They leave at 21:36 , 22:36 , and 23:36 . Can I book one for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel');(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you book it for me and get a reference number ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many tickets do you need ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,ticket,?);(_:result,type,'Train'))",
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm sorry , I just need the arrival time and price , please . That is departing from cambridge , right ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'24:45');(_:result,id,'TR9493');(_:result,ticket,'17.20 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "TR9493 arrives at 24:45 . It will cost you 17.20 pounds per ticket . Anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you please book me 1 ticket for TR9493 ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'GVQ282KF');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are booked ! Your reference number is GVQ282KF . Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for a place to stay ."
},
{
"id": 11,
"rdf-acts": [
"select((_:result,category,'hotel or a guesthouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Ok . Would you prefer a hotel or a guesthouse ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Oh , a hotel , for sure ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'9');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 9 hotels available do you have a preference on price range or which area the hotel is in ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,has_internet,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need it in the north and free wifi and cheap ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'lovell lodge');(_:result,pricerange,'moderate');(_:result,stars,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The lovell lodge is hotel 2 star in the north area of town in the moderate price range with free internet and parking ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great , I need a reservation for 5 people ."
},
{
"id": 17,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,category,'hotels');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))",
"inform((_:result,name,'Ashley Hotel');(_:result,name,'Lovell Lodge');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I double checked and there are no hotels in the cheap range , in the north . The Ashley Hotel and the Lovell Lodge are moderately priced and in the north ."
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,name,'Ashley Hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about The Ashley Hotel ? I need a reservation please ."
},
{
"id": 19,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day will you be arriving , how many days are you staying and for how many people ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'5');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you make a reservation for Friday for 5 people , 3 nights please ?"
},
{
"id": 21,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'8O3M27N5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : 8O3M27N5 .anything else"
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "that is it for now . thank you"
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "thanks and welcome to Cambridge"
}
] |
PMUL4621.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"leave_at",
"21:36"
],
[
"_:result",
"leave_at",
"22:36"
],
[
"_:result",
"leave_at",
"and 23:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"leave_at",
"21:36"
],
[
"_:result",
"leave_at",
"22:36"
],
[
"_:result",
"leave_at",
"and 23:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"leave_at",
"21:36"
],
[
"_:result",
"leave_at",
"22:36"
],
[
"_:result",
"leave_at",
"and 23:36"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"24:45"
],
[
"_:result",
"id",
"TR9493"
],
[
"_:result",
"ticket",
"17.20 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"leave_at",
"21:36"
],
[
"_:result",
"leave_at",
"22:36"
],
[
"_:result",
"leave_at",
"and 23:36"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"24:45"
],
[
"_:result",
"id",
"TR9493"
],
[
"_:result",
"ticket",
"17.20 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"GVQ282KF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"leave_at",
"21:36"
],
[
"_:result",
"leave_at",
"22:36"
],
[
"_:result",
"leave_at",
"and 23:36"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"24:45"
],
[
"_:result",
"id",
"TR9493"
],
[
"_:result",
"ticket",
"17.20 pounds"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"GVQ282KF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel or a guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"leave_at",
"21:36"
],
[
"_:result",
"leave_at",
"22:36"
],
[
"_:result",
"leave_at",
"and 23:36"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"24:45"
],
[
"_:result",
"id",
"TR9493"
],
[
"_:result",
"ticket",
"17.20 pounds"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"GVQ282KF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel or a guesthouse"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"leave_at",
"21:36"
],
[
"_:result",
"leave_at",
"22:36"
],
[
"_:result",
"leave_at",
"and 23:36"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"24:45"
],
[
"_:result",
"id",
"TR9493"
],
[
"_:result",
"ticket",
"17.20 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"GVQ282KF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel or a guesthouse"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"lovell lodge"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"leave_at",
"21:36"
],
[
"_:result",
"leave_at",
"22:36"
],
[
"_:result",
"leave_at",
"and 23:36"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"24:45"
],
[
"_:result",
"id",
"TR9493"
],
[
"_:result",
"ticket",
"17.20 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"GVQ282KF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel or a guesthouse"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:search/ab4638fd"
],
[
"_:search/ab4638fd",
"area",
"north"
],
[
"_:search/ab4638fd",
"category",
"hotels"
],
[
"_:search/ab4638fd",
"pricerange",
"cheap"
],
[
"_:search/ab4638fd",
"type",
"Hotel"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"Ashley Hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:result",
"leave_at",
"21:36"
],
[
"_:result",
"leave_at",
"22:36"
],
[
"_:result",
"leave_at",
"and 23:36"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"24:45"
],
[
"_:result",
"id",
"TR9493"
],
[
"_:result",
"ticket",
"17.20 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"GVQ282KF"
],
[
"_:result",
"category",
"hotel or a guesthouse"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"2"
],
[
"_:system",
"canthelp",
"_:search/ab4638fd"
],
[
"_:search/ab4638fd",
"area",
"north"
],
[
"_:search/ab4638fd",
"category",
"hotels"
],
[
"_:search/ab4638fd",
"pricerange",
"cheap"
],
[
"_:search/ab4638fd",
"type",
"Hotel"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"Ashley Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:result",
"leave_at",
"21:36"
],
[
"_:result",
"leave_at",
"22:36"
],
[
"_:result",
"leave_at",
"and 23:36"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"24:45"
],
[
"_:result",
"id",
"TR9493"
],
[
"_:result",
"ticket",
"17.20 pounds"
],
[
"_:result",
"category",
"hotel or a guesthouse"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"2"
],
[
"_:system",
"canthelp",
"_:search/ab4638fd"
],
[
"_:search/ab4638fd",
"area",
"north"
],
[
"_:search/ab4638fd",
"category",
"hotels"
],
[
"_:search/ab4638fd",
"pricerange",
"cheap"
],
[
"_:search/ab4638fd",
"type",
"Hotel"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"Ashley Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"8O3M27N5"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for entertainment in the centre ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,type,'Attraction'))",
"reqmore()",
"inform((_:result,amount,'some');(_:result,area,'other parts of town');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Unfortunately there are n't any venues like that in the centre . There are some in other parts of town that might work for you , though . Do you want to hear about those ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'boat');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Ok , do you have any information about boat attractions ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'camboats');(_:result,name,'riverboat');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Were you looking at the riverboat or the camboats ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'boat');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Either one is fine . I just want to attend some type of boat attraction ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'riverboat georgina');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is the riverboat georgina in the north . Would you like their phone number ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Actually can I have the post code , address , and information about the entrance fee ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'cambridge passenger cruisers at jubilee house');(_:result,entrance_fee,\"do n't have fee information\");(_:result,postcode,'cb43ax');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The post code is cb43ax and the address for it is cambridge passenger cruisers at jubilee house . I do n't have fee information but I could get you their phone number ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No thank you , I do need to find a train going to Cambridge though ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be leaving from and what day would you like to travel ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,departure,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should leave on friday and should depart from leicester ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,count,'19');(_:result,day,'Friday');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 19 available trains on Friday , when would you like to leave ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'18:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to arrive by 18:45 please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'17:54');(_:result,id,'TR7878');(_:result,leave_at,'16:09');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "We have the TR7878 which leaves at 16:09 and arrives at 17:54 , would you like me to book you a ticket ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,departure,'leicester');(_:search,destination,'cambridge');(_:search,people,'8');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please book 8 seats on TR7878 leaving from leicester to cambridge on friday at 16:09 . can I have a reference number please ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'O3MYNURT');(_:booking,ticket,'302.39 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , the reference number is O3MYNURT . The fee is 302.39 GBP and you can pay at the station . Is there anything else ?"
},
{
"id": 16,
"rdf-acts": [],
"speaker": "user",
"text": "No , that is all ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Great . Have a wonderful trip !"
}
] |
MUL1925.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/0d43b501"
],
[
"_:search/0d43b501",
"area",
"centre"
],
[
"_:search/0d43b501",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"area",
"other parts of town"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/0d43b501"
],
[
"_:search/0d43b501",
"area",
"centre"
],
[
"_:search/0d43b501",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"area",
"other parts of town"
],
[
"_:result",
"name",
"camboats"
],
[
"_:result",
"name",
"riverboat"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/0d43b501"
],
[
"_:search/0d43b501",
"area",
"centre"
],
[
"_:search/0d43b501",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"some"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"riverboat georgina"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/0d43b501"
],
[
"_:search/0d43b501",
"area",
"centre"
],
[
"_:search/0d43b501",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"some"
],
[
"_:search",
"category",
"boat"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"riverboat georgina"
],
[
"_:result",
"address",
"cambridge passenger cruisers at jubilee house"
],
[
"_:result",
"entrance_fee",
"do n't have fee information"
],
[
"_:result",
"postcode",
"cb43ax"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/0d43b501"
],
[
"_:search/0d43b501",
"area",
"centre"
],
[
"_:search/0d43b501",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"some"
],
[
"_:search",
"category",
"boat"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"riverboat georgina"
],
[
"_:result",
"address",
"cambridge passenger cruisers at jubilee house"
],
[
"_:result",
"entrance_fee",
"do n't have fee information"
],
[
"_:result",
"postcode",
"cb43ax"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/0d43b501"
],
[
"_:search/0d43b501",
"area",
"centre"
],
[
"_:search/0d43b501",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"some"
],
[
"_:search",
"category",
"boat"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"riverboat georgina"
],
[
"_:result",
"address",
"cambridge passenger cruisers at jubilee house"
],
[
"_:result",
"entrance_fee",
"do n't have fee information"
],
[
"_:result",
"postcode",
"cb43ax"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/0d43b501"
],
[
"_:search/0d43b501",
"area",
"centre"
],
[
"_:search/0d43b501",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"some"
],
[
"_:search",
"category",
"boat"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"riverboat georgina"
],
[
"_:result",
"address",
"cambridge passenger cruisers at jubilee house"
],
[
"_:result",
"entrance_fee",
"do n't have fee information"
],
[
"_:result",
"postcode",
"cb43ax"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"Friday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:result",
"arrive_by",
"17:54"
],
[
"_:result",
"id",
"TR7878"
],
[
"_:result",
"leave_at",
"16:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/0d43b501"
],
[
"_:search/0d43b501",
"area",
"centre"
],
[
"_:search/0d43b501",
"type",
"Attraction"
],
[
"_:result",
"amount",
"some"
],
[
"_:search",
"category",
"boat"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"riverboat georgina"
],
[
"_:result",
"address",
"cambridge passenger cruisers at jubilee house"
],
[
"_:result",
"entrance_fee",
"do n't have fee information"
],
[
"_:result",
"postcode",
"cb43ax"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"Friday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:result",
"arrive_by",
"17:54"
],
[
"_:result",
"id",
"TR7878"
],
[
"_:result",
"leave_at",
"16:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"O3MYNURT"
],
[
"_:booking",
"ticket",
"302.39 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,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i please have a cheap restaurant in the west ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'15 Magdalene Street City Centre');(_:result,food,'Italian');(_:result,name,'La Margherita');(_:result,phone,'01223 315232');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "La Margherita is an Italian restaurant . It is located at 15 Magdalene Street City Centre . Phone number is 01223 315232 ."
},
{
"id": 2,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you very much . bye ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , goodbye ."
}
] |
WOZ20058.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"15 Magdalene Street City Centre"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:result",
"phone",
"01223 315232"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'13:00');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train that goes to cambridge and arrives at the destination after 13:00 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I will be happy to find one for you . What day will you be traveling ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be traveling on Saturday and want to leave from peterborough ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,leave_at,'13:17');(_:result,leave_at,'15:17');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have a 13:17 or a 15:17 ? would those departure times work for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "No I need an earlier train ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:search,type,'Train'))"
],
"speaker": "system",
"text": "I 'm afraid that 's all we 've got ."
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "I 'm sorry I may have confused you . I would want to go from Petersborough to Cambridge on Saturday and arrive by 13:00 , so anything that will get me there before that ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , when would you like to depart ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'13:00');(_:search,destination,'Cambridge');(_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "It does n't matter . I just need to get to Cambridge before 13:00 . I will need 5 seats please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'12:38');(_:result,departure,'Peterborough');(_:result,destination,'Cambridge');(_:result,duration,'50 minutes');(_:result,id,'TR5538');(_:result,leave_at,'11:48');(_:result,ticket,'13.20 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR5538 departs Peterborough at 11:48 and arrives in Cambridge at 12:38 with a duration of 50 minutes . The cost is 13.20 pounds . Would you like to book a ticket on this train , or should we look at some other times ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That sounds perfect , can you book that for 5 people for me , please ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'Z66EG4L8');(_:booking,ticket,'66 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booked ! You pay 66 GBP at the station . Reference number : Z66EG4L8 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "You 've been very helpful . Thank you . Goodbye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Have a good trip . Thank you for using Cambridge TownInfo Centre . Goodbye ."
}
] |
SNG0350.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:result",
"leave_at",
"13:17"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:result",
"leave_at",
"13:17"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/e347846f"
],
[
"_:search/e347846f",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:result",
"leave_at",
"13:17"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/e347846f"
],
[
"_:search/e347846f",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:system",
"canthelp",
"_:search/e347846f"
],
[
"_:search/e347846f",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"arrive_by",
"12:38"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:result",
"id",
"TR5538"
],
[
"_:result",
"leave_at",
"11:48"
],
[
"_:result",
"ticket",
"13.20 pounds"
],
[
"_: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,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:system",
"canthelp",
"_:search/e347846f"
],
[
"_:search/e347846f",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"arrive_by",
"12:38"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:result",
"id",
"TR5538"
],
[
"_:result",
"leave_at",
"11:48"
],
[
"_:result",
"ticket",
"13.20 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"Z66EG4L8"
],
[
"_:booking",
"ticket",
"66 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,type,'Police'))"
],
"speaker": "user",
"text": "I am looking for the nearest police station ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'Parkside Police Station');(_:result,phone,'01223358966');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The nearest police station is the Parkside Police Station on Parkside . The postcode is CB11JG . The telephone number is 01223358966 ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "Can you please give me the written address as well ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The addres is Parkside , Cambridge CB11JG . Can I help you find anything else ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be all today thank you ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Are you sure you do not need any thing else ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that is all I need today . Thank you !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome ! Message us again if you need anything else ."
}
] |
SNG0117.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",
"phone",
"01223358966"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"name",
"Parkside Police Station"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_: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",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'hamilton lodge');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , I 'm looking to book the Hamilton Lodge in Cambridge"
},
{
"id": 1,
"rdf-acts": [
"inform((_:booking,name,'Hamilton Lodge');(_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "When would you like to book a room at Hamilton Lodge ? How many guests will there be ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want a room on Sunday for 2 people ."
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "For how many days ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,stay,'five');(_:search,type,'Hotel'))",
"request((_:result,category,?);(_:result,has_internet,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Five days . Does the room have internet ? Also , what is the hotel type ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'guesthouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "This is a guesthouse , is that okay ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,has_internet,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , that 's okay . Please get me their phone number . Also , find out if they have internet or not"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,phone,'01223365664');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Phone number is 01223365664 and yes it has internet ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))",
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Great ! I also need a college to go see in the centre . I need the phone number and entrance fee to one you recommend ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,name,'Gonville and caius college');(_:result,phone,'01223332400');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "Gonville and caius college is great to visit . They are free to visit and their number is 01223332400 . Is there anything else I can help with ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'the college');(_:search,destination,'my hotel');(_:search,leave_at,'22:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Oh great . Can I also get you to book me a taxi from the college to my hotel ? I want to leave by 22:30 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'black lexus');(_:result,phone,'07352412792');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Booked car type is black lexus . Contact number is 07352412792 . Anything else ?"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That 's all I needed . Thanks . Bye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for using our service today have a great day ."
}
] |
PMUL2608.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:booking",
"name",
"Hamilton Lodge"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:booking",
"name",
"Hamilton Lodge"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stay",
"five"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:booking",
"name",
"Hamilton Lodge"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stay",
"five"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:booking",
"name",
"Hamilton Lodge"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stay",
"five"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"phone",
"01223365664"
],
[
"_:result",
"type",
"Hotel"
],
[
"_: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
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:booking",
"name",
"Hamilton Lodge"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stay",
"five"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Gonville and caius college"
],
[
"_:result",
"phone",
"01223332400"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"the college"
],
[
"_:search",
"destination",
"my hotel"
],
[
"_:search",
"leave_at",
"22:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:booking",
"name",
"Hamilton Lodge"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stay",
"five"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Gonville and caius college"
],
[
"_:search",
"departure",
"the college"
],
[
"_:search",
"destination",
"my hotel"
],
[
"_:search",
"leave_at",
"22:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black lexus"
],
[
"_:result",
"phone",
"07352412792"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "How do I locate the closest police station ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The closest station is at Parkside , Cambridge , in the postal code CB11JG ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "Thank you so much . Could you also provide me with the phone number ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223358966');(_:result,type,'Police'))",
"reqmore()"
],
"speaker": "system",
"text": "Their phone number is 01223358966 . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all that I need . Thank you very much ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "thank for inquiring with us"
}
] |
SNG01239.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"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"type",
"Police"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,department,'neurosciences critical care unit');(_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "i am looking for a nearby hospital with the neurosciences critical care unit department"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,phone,'01223216297');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "phone them through 01223216297"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "Thanks , I also need the address and phone number ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,department,'neurosciences critical care unit');(_:result,phone,'01223216297');(_:result,phone,'01223245151');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Addenbrookes Hospital is at Hills Rd , Cambridge in postcode CB20QQ . Their general phone number is 01223245151 and the Neurosciences Critical Care Unit 's number is 01223216297 . Can I help with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I know where to get care for my injury . Thank you for helping me . Goodbye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Alright , goodbye now ! Good luck !"
}
] |
SNG01329.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"neurosciences critical care unit"
],
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"neurosciences critical care unit"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"01223216297"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"neurosciences critical care unit"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"department",
"neurosciences critical care unit"
],
[
"_:result",
"phone",
"01223216297"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need help locating a moderately priced Italian restaurant ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 5 results . What area would you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't care which area , as long as I can make a reservation ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Jesus Lane Fen Ditton');(_:result,name,'pizza express Fen Ditton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I recommend pizza express Fen Ditton , The restaurant 's address is Jesus Lane Fen Ditton ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'17:15');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please reserve a spot for me and two other friends ( 3 total ) on Friday at 17:15 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'1MYWH06H');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : 1MYWH06H ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd also like a place to stay with free wifi in the west ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'4');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "There are four places to pick from any other preferences ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about a 4 star rating hotel ?"
},
{
"id": 9,
"rdf-acts": [
"select((_:result,name,'Cambridge Belfry');(_:result,name,'Huntingdon Marriott Hotel');(_:result,type,'Hotel'))",
"inform((_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay , I found two options for you : The Huntingdon Marriott Hotel and The Cambridge Belfry . Do either of those interest you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like it to be in the west ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,category,'hotel');(_:result,name,'Huntingdon Marriott');(_:result,stars,'4-star');(_:result,type,'Hotel'))",
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The Huntingdon Marriott Hotel is a fine 4-star hotel in the west . How many rooms would you and your friends require and I 'll make the reservation on your behalf ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,has_parking,?);(_:result,type,'Hotel'))",
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do they have free parking ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes they have free parking and free internet . Would you like a reservation ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))",
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No , thank you . I would just like the hotel 's phone number ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,phone,'01480446000');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "their phone number is 01480446000 ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great , thanks . I 'm also going to need to get a taxi to the restaurant from the hotel for our reservation time ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'Yellow Ford');(_:result,phone,'07153648167');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I have you a taxi . A Yellow Ford . You can contact them at : 07153648167"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much today . That is all ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome ! Bye now !"
}
] |
PMUL3509.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"5"
],
[
"_: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",
"moderately"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"Jesus Lane Fen Ditton"
],
[
"_:result",
"name",
"pizza express Fen Ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"Jesus Lane Fen Ditton"
],
[
"_:result",
"name",
"pizza express Fen Ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"1MYWH06H"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"address",
"Jesus Lane Fen Ditton"
],
[
"_:result",
"name",
"pizza express Fen Ditton"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"1MYWH06H"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"address",
"Jesus Lane Fen Ditton"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"1MYWH06H"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"address",
"Jesus Lane Fen Ditton"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"1MYWH06H"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Huntingdon Marriott"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"address",
"Jesus Lane Fen Ditton"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"1MYWH06H"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Huntingdon Marriott"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"address",
"Jesus Lane Fen Ditton"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"1MYWH06H"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Huntingdon Marriott"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"phone",
"01480446000"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"address",
"Jesus Lane Fen Ditton"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"1MYWH06H"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Huntingdon Marriott"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"car",
"Yellow Ford"
],
[
"_:result",
"phone",
"07153648167"
],
[
"_: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,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you give me some information about colleges that I can visit while I am in town ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,category,'colleges');(_:result,count,'79');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I see we have a total of 79 colleges ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'colleges');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What colleges are in the centre ? Please provide postcode , address , and phone number too ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'thirteen');(_:result,area,'centre');(_:result,category,'colleges');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are thirteen colleges in the centre ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'peterborough');(_:search,leave_at,'21:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "train should depart from peterborough and should leave after 21:45"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Yes I will need your destination city and day of travel please ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be leaving monday , it will be to Cambridge ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'22:38');(_:result,day,'Monday');(_:result,departure,'Peterborough');(_:result,destination,'Cambridge');(_:result,id,'TR1553');(_:result,leave_at,'21:48');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR1553 \t Leaves Peterborough Monday at 21:48 \t and arrives in Cambridge at 22:38 . Would you like me to book that for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , i will need 4 tickets ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'Y4IXQIJC');(_:booking,ticket,'66 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 66 GBP payable at the station . Your reference number is Y4IXQIJC"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much for all your help ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Have a wonderful day !"
}
] |
PMUL1433.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"79"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"79"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"amount",
"thirteen"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"79"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"amount",
"thirteen"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"79"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"amount",
"thirteen"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"22:38"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR1553"
],
[
"_:result",
"leave_at",
"21:48"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"79"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"amount",
"thirteen"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"22:38"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR1553"
],
[
"_:result",
"leave_at",
"21:48"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"Y4IXQIJC"
],
[
"_:booking",
"ticket",
"66 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , could you help me find a train departing from London Kings Cross ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I 'd be happy to help you find a train . What is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be going to cambridge on thursday ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Trains run that route every couple of hours . Do you have a preferred time to leave or arrive ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'20:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to arrive by 20:00 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'17:17');(_:result,id,'TR1149');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The latest arrival is TR1149 at 17:17 , is that ok ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Sounds great . When will that be leaving the station ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,leave_at,'17:17');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "This train leaves at 17:17 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))",
"request((_:result,pricerange,?);(_:result,ticket,?);(_:result,type,'Hotel');(_:result,type,'Train'))"
],
"speaker": "user",
"text": "get me the price . also find me a 4 star hotel in the north"
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I do not have any in the north . What else can I help with ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'North');(_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "What about a Guesthouse in the North ? Can you find me one ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Acorn Guest house');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There is the Acorn Guest house . It has 4 stars and is moderately priced . Would you like for me to book it for you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you just tell me the address please ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'154 chesterton road');(_:result,category,'hotel');(_:result,ticket,'23.60 pounds');(_:result,type,'Hotel');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Price for the train is 23.60 pounds . THe hotel is located at 154 chesterton road ."
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "Can you book the room for me ?"
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I would be happy to book that for you . Can you tell me what day you will be checking in , how many people and for how many days ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,address,?);(_:result,pricerange,?);(_:result,ticket,?);(_:result,type,'Hotel');(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I do n't need to book a hotel just need the address and price range ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,phone,'01223353888');(_:result,pricerange,'moderate priced');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "It is a moderate priced guesthouse . They can be contacted at 01223353888 . Is there anything else I can help you with ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all , thank you ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "thank you and enjoy your stay in cambridge"
}
] |
PMUL1563.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"17:17"
],
[
"_:result",
"id",
"TR1149"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:result",
"arrive_by",
"17:17"
],
[
"_:result",
"id",
"TR1149"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"17:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:result",
"arrive_by",
"17:17"
],
[
"_:result",
"id",
"TR1149"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"17:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/3019228b"
],
[
"_:search/3019228b",
"area",
"north"
],
[
"_:search/3019228b",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"North"
],
[
"_: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",
"departure",
"london kings cross"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:result",
"arrive_by",
"17:17"
],
[
"_:result",
"id",
"TR1149"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"17:17"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/3019228b"
],
[
"_:search/3019228b",
"area",
"north"
],
[
"_:search/3019228b",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"North"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Acorn Guest house"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:result",
"arrive_by",
"17:17"
],
[
"_:result",
"id",
"TR1149"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"17:17"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/3019228b"
],
[
"_:search/3019228b",
"area",
"north"
],
[
"_:search/3019228b",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"North"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Acorn Guest house"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"address",
"154 chesterton road"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:result",
"arrive_by",
"17:17"
],
[
"_:result",
"id",
"TR1149"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"leave_at",
"17:17"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/3019228b"
],
[
"_:search/3019228b",
"area",
"north"
],
[
"_:search/3019228b",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"North"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Acorn Guest house"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"address",
"154 chesterton road"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"pricerange",
"?"
],
[
"_: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",
"departure",
"london kings cross"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:result",
"arrive_by",
"17:17"
],
[
"_:result",
"id",
"TR1149"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"leave_at",
"17:17"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/3019228b"
],
[
"_:search/3019228b",
"area",
"north"
],
[
"_:search/3019228b",
"type",
"Hotel"
],
[
"_:search",
"area",
"North"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Acorn Guest house"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"address",
"154 chesterton road"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"pricerange",
"moderate priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.