turns
listlengths 2
60
| dialogue_id
stringlengths 1
31
| states
listlengths 1
30
|
---|---|---|
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need a restaurant that serves Indian food in the moderate price range"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'east');(_:result,area,'north');(_:result,area,'west');(_:result,count,'2');(_:result,food,'indian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have two indian restaurants in the east , and one each in the north and west . Where do you want to dine ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like the one in the west ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'Indian food');(_:result,name,'Meghan');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Meghan is in that area and serves Indian food would you like to make a reservation"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'13:15');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . I would like a reservation for 1 person at 13:15 on Thursday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'GK41EYSD');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've successfully booked your table . The reference number is GK41EYSD ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'nightclub');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to go to a nice nightclub"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'ballare');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have ballare that 's night , it 's in the city centre ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Okay , what is the address and entrance fee for it ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Heidelberg Gardens , Lion Yard');(_:result,entrance_fee,'5 pounds');(_:result,name,'Ballare');(_:result,postcode,'cb23na');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Ballare is Heidelberg Gardens , Lion Yard , postcode cb23na and the entrance fee is 5 pounds . Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'13:15');(_:search,departure,'ballare');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I am also going to need a taxi that goes from Ballare to Meghan and gets me to Meghan by 13:15 for my reservation ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'grey skoda');(_:result,phone,'07058412849');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "OK , I have a grey skoda taxi booked for you . The Contact number is 07058412849 . Is there anything else I can help with today ? \n ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you , that is everything that I need ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you and enjoy your stay ."
}
] |
MUL2335.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Indian food"
],
[
"_:result",
"name",
"Meghan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Indian food"
],
[
"_:result",
"name",
"Meghan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"ref",
"GK41EYSD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Indian food"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"ref",
"GK41EYSD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"ballare"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Indian food"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"ref",
"GK41EYSD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Heidelberg Gardens , Lion Yard"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"departure",
"ballare"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Indian food"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"ref",
"GK41EYSD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"Heidelberg Gardens , Lion Yard"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"departure",
"ballare"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey skoda"
],
[
"_:result",
"phone",
"07058412849"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'castle galleries');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "i am looking for a particular attraction . Its name is called castle galleries ."
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,category,'museum');(_:result,entrance_fee,'without an entrance fee');(_:result,name,'Castle Galleries');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Castle Galleries is a museum in the city centre without an entrance fee . Do you need more information ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you that will be all"
},
{
"id": 3,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "You 're welcome . Enjoy your visit !"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you help me find a moderately priced guesthouse to stay in , as well ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'near the museum');(_:result,name,'a and b guest house');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "a and b guest house has rooms available and is near the museum , would you like me to book rooms for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Um , actually I think I 'd like to be in the east . I also need parking ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'Carolina Bed and Breakfast');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are two options . I 'd recommend the Carolina Bed and Breakfast . Would you like to boom a room ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'6');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please , for 6 people starting saturday , for 5 nights ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'C3H6D8YS');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : C3H6D8YS ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "My pleasure . Have a wonderful day , goodbye ."
}
] |
PMUL4535.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"castle galleries"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"castle galleries"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"without an entrance fee"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"castle galleries"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"without an entrance fee"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"castle galleries"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"without an entrance fee"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"near the museum"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"castle galleries"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"without an entrance fee"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"near the museum"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"Carolina Bed and Breakfast"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"castle galleries"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"without an entrance fee"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"near the museum"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"Carolina Bed and Breakfast"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"C3H6D8YS"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'kymmoy');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I m looking for a the Kymmoy restaurant in Cambridge"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'52 Mill Road');(_:result,area,'city Centre');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , they are a bit expensive but are located in the city Centre at 52 Mill Road . May I help you with reservation ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'15:15');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes i 'd like to book a table of 8 at 15:15 on monday"
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The book for successful , did you need the reservation number ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'bishops stortford');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please . I would also like a train that will depart from bishops stortford and go to cambridge ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,ref,'AL0QEU6X');(_:result,type,'Restaurant'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Your reservation number is AL0QEU6X . What day would you like to make this trip ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'08:00');(_:search,day,'same day');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should arrive by 08:00 and should be on the same day as the restaurant booking ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'18:07');(_:result,departure,'Bishops Stortford');(_:result,destination,'Cambridge');(_:result,leave_at,'17:29');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The latest train leaves Bishops Stortford at 17:29 and arrives in Cambridge at 18:07 . Will this work or would you like an earlier time ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'8:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That 's too late . I need something that arrives by 8:00 , please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'06:07');(_:result,day,'Monday');(_:result,departure,'Bishops Stortford');(_:result,leave_at,'05:29');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The train departs Bishops Stortford on Monday at 05:29 and arrives at 06:07 . Would you like to make a reservation ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No , I am just looking for information . Could you give me the ticket price ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,ticket,'10.10 pounds');(_:result,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "They are 10.10 pounds each , thanks !"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that 's all the information I needed , thanks for your help ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Well thank you for contacting the Help Desk , and have a great day !"
}
] |
MUL0369.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kymmoy"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kymmoy"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"52 Mill Road"
],
[
"_:result",
"area",
"city Centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kymmoy"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"52 Mill Road"
],
[
"_:result",
"area",
"city Centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kymmoy"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"52 Mill Road"
],
[
"_:result",
"area",
"city Centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"ref",
"AL0QEU6X"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kymmoy"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"52 Mill Road"
],
[
"_:result",
"area",
"city Centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"ref",
"AL0QEU6X"
],
[
"_:search",
"day",
"same day"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"departure",
"Bishops Stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"17:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"8:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kymmoy"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"52 Mill Road"
],
[
"_:result",
"area",
"city Centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"ref",
"AL0QEU6X"
],
[
"_:search",
"day",
"same day"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"arrive_by",
"8:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"06:07"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"departure",
"Bishops Stortford"
],
[
"_:result",
"leave_at",
"05:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kymmoy"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"52 Mill Road"
],
[
"_:result",
"area",
"city Centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"ref",
"AL0QEU6X"
],
[
"_:search",
"day",
"same day"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"arrive_by",
"8:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"06:07"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"departure",
"Bishops Stortford"
],
[
"_:result",
"leave_at",
"05:29"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"10.10 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": "I 'm looking for a train that goes to Cambridge on Saturday"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Would you like to leave or arrive by a certain time ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,leave_at,'21:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave after 21:30 ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be departing from ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be departing from broxbourne ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,leave_at,'starting at 21:32');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "We have 3 options that meet your criteria . All depart within an hour of each other starting at 21:32 . Would you like me to book one of them for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , whichever train has seats available for 7 people ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,leave_at,'21:32');(_:booking,ref,'UZFW2TAQ');(_:booking,ticket,'100.24 GBP');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Your booking was successful , the total fee is 100.24 GBP payable at the station . The train departs at 21:32 . Your reference # is UZFW2TAQ . Is there anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'alexander bed and breakfast');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , i am looking to book a room at the alexander bed and breakfast ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,name,'Alexander bed and breakfast');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I found Alexander bed and breakfast . Do you want to make a reservation ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'same group of people');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes bookit for the same group of people 4 nights ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day will you be arriving ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Let 's try for saturday , but if that is not available then tuesday would be fine"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,day,'Saturday');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book you for Saturday ."
},
{
"id": 14,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "thanks can I get a reference number please ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,ref,'XVE54KKH');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Your reference number is XVE54KKH . Is there anything else I can do for you ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be all , thanks again ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome enjoy"
}
] |
PMUL1903.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",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"leave_at",
"starting at 21:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"leave_at",
"starting at 21:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"21:32"
],
[
"_:booking",
"ref",
"UZFW2TAQ"
],
[
"_:booking",
"ticket",
"100.24 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_: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",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"leave_at",
"starting at 21:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"21:32"
],
[
"_:booking",
"ref",
"UZFW2TAQ"
],
[
"_:booking",
"ticket",
"100.24 GBP"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:booking",
"name",
"Alexander bed and breakfast"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"leave_at",
"starting at 21:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"21:32"
],
[
"_:booking",
"ref",
"UZFW2TAQ"
],
[
"_:booking",
"ticket",
"100.24 GBP"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:booking",
"name",
"Alexander bed and breakfast"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"leave_at",
"starting at 21:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"21:32"
],
[
"_:booking",
"ref",
"UZFW2TAQ"
],
[
"_:booking",
"ticket",
"100.24 GBP"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:booking",
"name",
"Alexander bed and breakfast"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"leave_at",
"starting at 21:32"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"21:32"
],
[
"_:booking",
"ref",
"UZFW2TAQ"
],
[
"_:booking",
"ticket",
"100.24 GBP"
],
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:booking",
"name",
"Alexander bed and breakfast"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"XVE54KKH"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,destination,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train on Tuesday that goes to london kings cross ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'ten');(_:result,day,'tuesday');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are ten trains on tuesday to that location . What time would you like to depart ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,leave_at,'19:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to leave by 19:30 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'11:51');(_:result,departure,'Cambridge');(_:result,destination,'London Kings Cross');(_:result,leave_at,'11:00');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a train leaving Cambridge at 11:00 to go to London Kings Cross by 11:51 , TR6925 . Does this sound acceptable ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,leave_at,'19:30');(_:search,people,'5');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Well I need it to leave after 19:30 and I would like to make a booking for 5 people on Tuesday and I will need a reference number ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'MMHRON1T');(_:booking,ticket,'118 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 118 GBP payable at the station .Reference number is : MMHRON1T ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'hamilton lodge');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i am also looking for information about the hamilton lodge ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,name,'The hamilton lodge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The hamilton lodge is a guesthouse in the north area . Would you like a booking ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,has_internet,?);(_:result,type,'Hotel'))",
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you tell me if they have free internet ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "They do indeed have free internet as well as free parking ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Ok . Thanks . All set ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can get for you today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that would be all for today . Thank you for all your help ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome , enjoy your stay ."
}
] |
PMUL1547.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"amount",
"ten"
],
[
"_:result",
"day",
"tuesday"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"amount",
"ten"
],
[
"_:result",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"amount",
"ten"
],
[
"_:result",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"MMHRON1T"
],
[
"_:booking",
"ticket",
"118 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"amount",
"ten"
],
[
"_:result",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"MMHRON1T"
],
[
"_:booking",
"ticket",
"118 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"The hamilton lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"amount",
"ten"
],
[
"_:result",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"MMHRON1T"
],
[
"_:booking",
"ticket",
"118 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"The hamilton lodge"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"amount",
"ten"
],
[
"_:result",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"MMHRON1T"
],
[
"_:booking",
"ticket",
"118 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"The hamilton lodge"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hello , can you please help me find a train that leaves on sunday . I would also like the train to go to peterborough ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'38');(_:result,day,'Sunday');(_:result,destination,'Peterborough');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Ok , I have 38 trains heading to Peterborough on Sunday . What time would you like to leave ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,leave_at,'15:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave after 15:00 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'plenty');(_:result,leave_at,'15:34');(_:result,leave_at,'16:06');(_:result,leave_at,'many more');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , there are plenty of trains that you could take . The first is at 15:34 , then 16:06 , and there are many more . Is there a time that 's best ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The 15:34 sounds perfect . Could you book me tickets for 2 ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,day,'sunday');(_:booking,departure,'cambridge');(_:booking,id,'TR4558');(_:booking,leave_at,'16:06');(_:booking,people,'2');(_:booking,ticket,'13.20 pounds');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked 2 seats on TR4558 . The cost is 13.20 pounds . Train leaves cambridge sunday at 16:06 . Is there anything else I can help with ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , I also need to find a room ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Is there a specific area you 'd like me to search ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , that does n't matter , as long as it has free wifi . I would like it to be a 2 star hotel ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,name,'Ashley Hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 3 matches for your preferences . I recommend Ashley Hotel ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'2');(_:search,stay,'5');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay , please book that for 2 people and 5 nights starting tuesday . I 'll need a reference number ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'PFMOZLXC');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok . The booking was successful and your reference number is PFMOZLXC ."
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks , that takes care of all my needs for today . Bye !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Great , it was a pleasure assisting you ! Goodbye !"
}
] |
PMUL1618.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"count",
"38"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"count",
"38"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:result",
"leave_at",
"15:34"
],
[
"_:result",
"leave_at",
"16:06"
],
[
"_:result",
"leave_at",
"many more"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"count",
"38"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:result",
"leave_at",
"15:34"
],
[
"_:result",
"leave_at",
"16:06"
],
[
"_:result",
"leave_at",
"many more"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"sunday"
],
[
"_:booking",
"departure",
"cambridge"
],
[
"_:booking",
"id",
"TR4558"
],
[
"_:booking",
"leave_at",
"16:06"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ticket",
"13.20 pounds"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"count",
"38"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:result",
"leave_at",
"15:34"
],
[
"_:result",
"leave_at",
"16:06"
],
[
"_:result",
"leave_at",
"many more"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"sunday"
],
[
"_:booking",
"departure",
"cambridge"
],
[
"_:booking",
"id",
"TR4558"
],
[
"_:booking",
"leave_at",
"16:06"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ticket",
"13.20 pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:result",
"leave_at",
"15:34"
],
[
"_:result",
"leave_at",
"16:06"
],
[
"_:result",
"leave_at",
"many more"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"sunday"
],
[
"_:booking",
"departure",
"cambridge"
],
[
"_:booking",
"id",
"TR4558"
],
[
"_:booking",
"leave_at",
"16:06"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ticket",
"13.20 pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:result",
"leave_at",
"15:34"
],
[
"_:result",
"leave_at",
"16:06"
],
[
"_:result",
"leave_at",
"many more"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"sunday"
],
[
"_:booking",
"departure",
"cambridge"
],
[
"_:booking",
"id",
"TR4558"
],
[
"_:booking",
"leave_at",
"16:06"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ticket",
"13.20 pounds"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"PFMOZLXC"
],
[
"_: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,'south');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a moderately priced restaurant in the south part of town ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,food,'Italian');(_:result,food,'Modern European');(_:result,type,'Restaurant'))",
"inform((_:result,area,'south');(_:result,count,'2');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two moderately priced restaurants in the south . Would you prefer Italian or Modern European ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "May I have the address and phone number of the Italian restaurant ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'G4 Cambridge Leisure Park Clifton Way Cherry Hinton');(_:result,name,'Pizza Hut Cherry Hinton');(_:result,phone,'01223 323737');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "That would be the Pizza Hut Cherry Hinton at G4 Cambridge Leisure Park Clifton Way Cherry Hinton , and they can be reached at 01223 323737 . Can I help you with anything else today ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , goodbye !"
}
] |
WOZ20451.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Modern European"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Modern European"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"G4 Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"phone",
"01223 323737"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a place to stay that has 4 stars and includes free parking ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,category,'guest house');(_:result,category,'hotel');(_:result,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "I can help you with that . Would you prefer a guest house or hotel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I think I need it to be in the centre . I probably prefer a hotel if possible ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'1');(_:result,name,'university arms hotel');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There is one available . The university arms hotel . It is expensive , is that okay ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'4');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sure . I need a room for 4 people and 4 nights starting from thursday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,name,'university arms hotel');(_:booking,people,'4');(_:booking,ref,'BW6K6IAR');(_:booking,stay,'5 days 4 nights');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservation at the university arms hotel for 5 days 4 nights for 4 people was successful . Your Reference number is : BW6K6IAR ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks . Now that the hotel is set , I need to book a train for Thursday going to Peterborough ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'38');(_:result,day,'Thursday');(_:result,destination,'Peterborough');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have 38 trains going to Peterborough on Thursday . Will you be leaving from Cambridge and what time would you like to leave and arrive by ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'09:45');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I am leaving from Cambridge and I will need to arrive by 09:45 please"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "ok am booking for you one and send you the requirements"
}
] |
PMUL4476.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"name",
"university arms hotel"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"BW6K6IAR"
],
[
"_:booking",
"stay",
"5 days 4 nights"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"name",
"university arms hotel"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"BW6K6IAR"
],
[
"_:booking",
"stay",
"5 days 4 nights"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"count",
"38"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi there . I was wondering if you might be able to help me locate a guesthouse to stay at in town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'24');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found 24 guesthouses do you have a location you prefer or any other requirements ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am just looking for one with free parking"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,category,'guesthouse');(_:result,name,'Allenbell');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "All right , the Allenbell is a cheap guesthouse on the east side that might suit your needs ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'1');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds good . Please book it for 1 person and 3 nights starting on Friday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,day,'Friday');(_:booking,name,'allenbell guesthouse');(_:booking,people,'1');(_:booking,ref,'O35QES09');(_:booking,stay,'3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have reserved you a room at the allenbell guesthouse for 1 on Friday , for 3 nights , reference number O35QES09 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need , thank you ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your stay ! Goodbye !"
}
] |
SNG0788.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"24"
],
[
"_: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",
"area",
"?"
],
[
"_:result",
"count",
"24"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"24"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"name",
"allenbell guesthouse"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ref",
"O35QES09"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm trying to find a moderately priced restaurant in the East part of town . Can you recommend one to me ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'east');(_:result,count,'3');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are three restaurants in the east part of town in the moderate price range . Would you prefer Indian or Italian food ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "can you suggest me some indian ones ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'rajmahal');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I would recommend rajmahal , a nice indian place in the east ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you , can you please give me the address and phone number ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'7 Barnwell Road Fen Ditton');(_:result,name,'Rajmahal');(_:result,phone,'01223 244955');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Certainly . The address for Rajmahal is 7 Barnwell Road Fen Ditton and their phone number is 01223 244955 . Is there anything else I can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Good bye ."
}
] |
WOZ20424.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"7 Barnwell Road Fen Ditton"
],
[
"_:result",
"name",
"Rajmahal"
],
[
"_:result",
"phone",
"01223 244955"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to take a train from cambridge on saturday ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'202');(_:result,type,'Train'))",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 202 trains that fit that criteria , what s your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,destination,'stansted airport');(_:search,leave_at,'15:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am going to stansted airport on saturday and need the train to leave anytime after 15:30 please"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'17:08');(_:result,destination,'Stansted Airport');(_:result,id,'2001');(_:result,leave_at,'16:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train ID 2001 leaving at 16:40 arriving Stansted Airport at 17:08 . Would you like me to confirm this for you ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Before I book this , what is the price ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,ticket,'8.08 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The price is 8.08 pounds . Would you like me to book it ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No I 'm not ready to book a spot yet . I do need to find a place to eat in the west though ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'west');(_:result,count,'14');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 14 restaurants in the west . Is there a particular cuisine you are looking for ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like an indian restaurant ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'Indian');(_:result,name,'tandoori palace');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The tandoori palace has Indian cuisine . Would you like me to book a table ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'10:15');(_:search,people,'one');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes I 'd love one , please . Just me , and I 'd like to eat at 10:15 on the same day ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I apologize , the booking for that time slot was unsuccessful . Would you like to book for another day or time ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,duration,'9:15');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about 9:15 ?"
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "They are not open that early , can I try another time ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,duration,'11:15');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure . Are they open at 11:15 ?"
},
{
"id": 15,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry , that time did n't work either , would you like to try something else ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'10:15');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure . Please try 10:15 on the same day . I would like the reference number , please ."
},
{
"id": 17,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Restaurant'))",
"canthelp((_:booking,duration,'10:15');(_:booking,duration,'11:15');(_:booking,name,'Tandoori Palace');(_:booking,type,'Booking'))",
"inform((_:result,food,'Indian');(_:result,name,'Meghna');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , neither 11:15 nor 10:15 are available at Tandoori Palace . Would you like to try a different restaurant , maybe Meghna , an Indian place with a moderate price range ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'10:15');(_:search,name,'Meghna');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please book Meghna for 10:15 , same day ."
},
{
"id": 19,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Unfortunately , there are no bookings available for that time . Would you like to try a different time or day ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,day,'saturday');(_:search,duration,'10:15');(_:search,food,'indian');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would really like indian food on saturday in the west area . If you can book it for 1 person at 10:15 or 9:15 I do n't care which place ."
},
{
"id": 21,
"rdf-acts": [
"inform((_:booking,day,'Saturday');(_:booking,duration,'9:15');(_:booking,name,'India House');(_:booking,people,'1');(_:booking,ref,'XWR84US7');(_:booking,type,'Booking');(_:result,address,'31 Newnham Road');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I booked India House for 1 at 9:15 on Saturday , reference number XWR84US7 . The restaurant is at 31 Newnham Road . Is this satisfactory ?"
},
{
"id": 22,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Yes , I am relieved . I have no more questions . Thank you for your persistence . Good bye ."
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . I am sorry it took so long . Have a nice day ."
}
] |
MUL1626.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"17:08"
],
[
"_:result",
"destination",
"Stansted Airport"
],
[
"_:result",
"id",
"2001"
],
[
"_:result",
"leave_at",
"16: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",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"arrive_by",
"17:08"
],
[
"_:result",
"destination",
"Stansted Airport"
],
[
"_:result",
"id",
"2001"
],
[
"_:result",
"leave_at",
"16:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"8.08 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"arrive_by",
"17:08"
],
[
"_:result",
"destination",
"Stansted Airport"
],
[
"_:result",
"id",
"2001"
],
[
"_:result",
"leave_at",
"16:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"8.08 pounds"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"14"
],
[
"_: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",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"arrive_by",
"17:08"
],
[
"_:result",
"destination",
"Stansted Airport"
],
[
"_:result",
"id",
"2001"
],
[
"_:result",
"leave_at",
"16:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"8.08 pounds"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"14"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"tandoori palace"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"10:15"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"arrive_by",
"17:08"
],
[
"_:result",
"destination",
"Stansted Airport"
],
[
"_:result",
"id",
"2001"
],
[
"_:result",
"leave_at",
"16:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"8.08 pounds"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"14"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"tandoori palace"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"canthelp",
"_:booking/a7e7660f"
],
[
"_:booking/a7e7660f",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"9:15"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"arrive_by",
"17:08"
],
[
"_:result",
"destination",
"Stansted Airport"
],
[
"_:result",
"id",
"2001"
],
[
"_:result",
"leave_at",
"16:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"8.08 pounds"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"14"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"tandoori palace"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"canthelp",
"_:booking/a7e7660f"
],
[
"_:booking/a7e7660f",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:system",
"canthelp",
"_:booking/c717171e"
],
[
"_:booking/c717171e",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"arrive_by",
"17:08"
],
[
"_:result",
"destination",
"Stansted Airport"
],
[
"_:result",
"id",
"2001"
],
[
"_:result",
"leave_at",
"16:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"8.08 pounds"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"14"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"tandoori palace"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"canthelp",
"_:booking/a7e7660f"
],
[
"_:booking/a7e7660f",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:system",
"canthelp",
"_:booking/c717171e"
],
[
"_:booking/c717171e",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/dfd2aefb"
],
[
"_:booking/dfd2aefb",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"10:15"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"arrive_by",
"17:08"
],
[
"_:result",
"destination",
"Stansted Airport"
],
[
"_:result",
"id",
"2001"
],
[
"_:result",
"leave_at",
"16:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"8.08 pounds"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"14"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"canthelp",
"_:booking/a7e7660f"
],
[
"_:booking/a7e7660f",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:system",
"canthelp",
"_:booking/c717171e"
],
[
"_:booking/c717171e",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/dfd2aefb"
],
[
"_:booking/dfd2aefb",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/909c1658"
],
[
"_:booking/909c1658",
"duration",
"10:15"
],
[
"_:booking/909c1658",
"duration",
"11:15"
],
[
"_:booking/909c1658",
"name",
"Tandoori Palace"
],
[
"_:booking/909c1658",
"type",
"Booking"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"10:15"
],
[
"_:search",
"name",
"Meghna"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"arrive_by",
"17:08"
],
[
"_:result",
"destination",
"Stansted Airport"
],
[
"_:result",
"id",
"2001"
],
[
"_:result",
"leave_at",
"16:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"8.08 pounds"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"14"
],
[
"_:system",
"canthelp",
"_:booking/a7e7660f"
],
[
"_:booking/a7e7660f",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/c717171e"
],
[
"_:booking/c717171e",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/dfd2aefb"
],
[
"_:booking/dfd2aefb",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/909c1658"
],
[
"_:booking/909c1658",
"duration",
"10:15"
],
[
"_:booking/909c1658",
"duration",
"11:15"
],
[
"_:booking/909c1658",
"name",
"Tandoori Palace"
],
[
"_:booking/909c1658",
"type",
"Booking"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Meghna"
],
[
"_:system",
"canthelp",
"_:booking/60c2dd44"
],
[
"_:booking/60c2dd44",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"10:15"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"arrive_by",
"17:08"
],
[
"_:result",
"destination",
"Stansted Airport"
],
[
"_:result",
"id",
"2001"
],
[
"_:result",
"leave_at",
"16:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"8.08 pounds"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"14"
],
[
"_:system",
"canthelp",
"_:booking/a7e7660f"
],
[
"_:booking/a7e7660f",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/c717171e"
],
[
"_:booking/c717171e",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/dfd2aefb"
],
[
"_:booking/dfd2aefb",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/909c1658"
],
[
"_:booking/909c1658",
"duration",
"10:15"
],
[
"_:booking/909c1658",
"duration",
"11:15"
],
[
"_:booking/909c1658",
"name",
"Tandoori Palace"
],
[
"_:booking/909c1658",
"type",
"Booking"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"name",
"Meghna"
],
[
"_:system",
"canthelp",
"_:booking/60c2dd44"
],
[
"_:booking/60c2dd44",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"10:15"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"9:15"
],
[
"_:booking",
"name",
"India House"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ref",
"XWR84US7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"31 Newnham Road"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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,type,'Train'))"
],
"speaker": "user",
"text": "I am planning a trip and could use some help with the trains ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Ok , what day , what time , and where to and from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'14:15');(_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,destination,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on Tuesday departing from Cambridge and arriving by 14:15 at London Kings Cross ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'13:51');(_:result,id,'TR0315');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR0315 arrives at 13:51 . Do you want to book that trip ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please book me for 3 people , and can I get the reference number ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'KHOLTDD9');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reference number is KHOLTDD9 . Can I help you with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a college located in the east ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'east');(_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "There are no colleges in the east would you like to try a different area ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'boat');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "In that case , can you check and see if there is one in the type of boat ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'the plough , green end , fen ditton');(_:result,count,'1');(_:result,name,'Camboats');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes there is one . Camboats is located at the plough , green end , fen ditton ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Great can I get the phone number and entrance fee ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,entrance_fee,\"I do n't have their entrance fee\");(_:result,phone,'01223902112');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I do n't have their entrance fee listed , but you can call them at 01223902112 ."
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That is all I needed today . Thank you good bye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us and have a nice day ."
}
] |
PMUL1148.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",
"14:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"arrive_by",
"13:51"
],
[
"_:result",
"id",
"TR0315"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"arrive_by",
"13:51"
],
[
"_:result",
"id",
"TR0315"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"KHOLTDD9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"arrive_by",
"13:51"
],
[
"_:result",
"id",
"TR0315"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"KHOLTDD9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/e9ede5fd"
],
[
"_:search/e9ede5fd",
"area",
"east"
],
[
"_:search/e9ede5fd",
"category",
"colleges"
],
[
"_:search/e9ede5fd",
"type",
"Attraction"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"arrive_by",
"13:51"
],
[
"_:result",
"id",
"TR0315"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"KHOLTDD9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/e9ede5fd"
],
[
"_:search/e9ede5fd",
"area",
"east"
],
[
"_:search/e9ede5fd",
"category",
"colleges"
],
[
"_:search/e9ede5fd",
"type",
"Attraction"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"the plough , green end , fen ditton"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Camboats"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"arrive_by",
"13:51"
],
[
"_:result",
"id",
"TR0315"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"KHOLTDD9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/e9ede5fd"
],
[
"_:search/e9ede5fd",
"area",
"east"
],
[
"_:search/e9ede5fd",
"category",
"colleges"
],
[
"_:search/e9ede5fd",
"type",
"Attraction"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"the plough , green end , fen ditton"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Camboats"
],
[
"_:result",
"entrance_fee",
"I do n't have their entrance fee"
],
[
"_:result",
"phone",
"01223902112"
],
[
"_:result",
"type",
"Attraction"
],
[
"_: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,'Restaurant'))"
],
"speaker": "user",
"text": "Hi . Can you help me find a restaurant ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "I sure can ! What kind of food are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for an Italian restaurant ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'numbers');(_:result,food,'Italian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are numbers of Italian restaurants . Are you looking for one in any particular area or price range ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want one in the centre ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'Regent Street City Centre');(_:result,name,'Pizza Express');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I would recommend the Pizza Express , a moderately priced restaurant located at Regent Street City Centre . Do you need to make a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No thank you but I do need the phone number ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,phone,'01223324033');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number is 01223324033 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'10:15');(_:search,departure,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Great . I am also looking for a train departing Leicester and arriving before 10:15 at my destination ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What is your destination ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be going to Ely ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "and what day are you traveling ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to go to Cambridge Friday ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'9:54');(_:result,id,'TR4390');(_:result,leave_at,'8:09');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR4390 leaves at 8:09 and arrives at 9:54 . Would you like me to book it for you ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you that was all the info I needed today ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Awesome . Glad to have been of help . Thank you for using the Cambridge TownInfo centre . Have a great day ."
}
] |
PMUL0689.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"numbers"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"numbers"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"name",
"Pizza Express"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"numbers"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"name",
"Pizza Express"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"phone",
"01223324033"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"numbers"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"name",
"Pizza Express"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"phone",
"01223324033"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"numbers"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"name",
"Pizza Express"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"phone",
"01223324033"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"numbers"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"name",
"Pizza Express"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"phone",
"01223324033"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"9:54"
],
[
"_:result",
"id",
"TR4390"
],
[
"_:result",
"leave_at",
"8:09"
],
[
"_: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,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a cheap restaurant to have a meal ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure thing , do you have a type of food you 'd like or a specific area you 'd like to eat in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'eastern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "The restaurant should be in the south , and should serve eastern European food if there is a restaurant like that ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "I am sorry , there are no restaurants that meet that criteria . Can I help with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'portugese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about Portugese ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'1');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is one , shall I book it for you ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What price range is that one ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "This is a cheap one ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'19:30');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need a table for 4 at 19:30 on Thursday . If that time is unavailable , please reserve for 18:30 ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Thursday');(_:booking,duration,'19:30');(_:booking,name,'nandos');(_:booking,people,'four');(_:booking,ref,'X15NtNNN');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked you a table for four people on Thursday at 19:30 at nandos . The reference number is X15NtNNN . Can I help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that is all the information that I needed . Thank you for your time ."
},
{
"id": 11,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Thanks for using our helpline . Hope you have a great day ."
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you ! You too ! Good Bye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Bye , and have a great time at nandos !"
}
] |
SNG1312.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"eastern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/a5e9d5a9"
],
[
"_:search/a5e9d5a9",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"portugese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/a5e9d5a9"
],
[
"_:search/a5e9d5a9",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"portugese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/a5e9d5a9"
],
[
"_:search/a5e9d5a9",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"portugese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/a5e9d5a9"
],
[
"_:search/a5e9d5a9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portugese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"duration",
"19:30"
],
[
"_:booking",
"name",
"nandos"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"ref",
"X15NtNNN"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/a5e9d5a9"
],
[
"_:search/a5e9d5a9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portugese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"duration",
"19:30"
],
[
"_:booking",
"name",
"nandos"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"ref",
"X15NtNNN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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,has_internet,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Good morning , I need a place to stay that has free wifi and that is in the expensive price range . Can you please tell me what is available ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'5');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 5 hotels that fit those qualifications , do you want to stay in a specific part of town , or is there a star rating you 're looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like the hotel to be in the north please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I do not have any expensive hotels in the north with free wifi . Would you like me to look in a different price range ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay , well , how about mid - price range then ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,name,'Acorn Guest House');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The Acorn Guest House is a moderately priced guesthouse in the north with free wifi . Would you like me to book it for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'7');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please . 7 people , Monday , for 3 nights ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was unsuccessful . Want to try another time ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'7');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please book rooms for 7 people for 3 nights starting on Monday ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Archway house is available . It is a moderately priced guest house in the north with wifi . Your reference number is TBHIHEJT . Would that work for you ?"
}
] |
SSNG0208.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/25914644"
],
[
"_:search/25914644",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/25914644"
],
[
"_:search/25914644",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/25914644"
],
[
"_:search/25914644",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:booking/db0b1af9"
],
[
"_:booking/db0b1af9",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'warkworth house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi there . I have heard lots of family members rave over the Warkworth House hotel . Can you tell me anything about it ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Warkworth House');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The Warkworth House is a moderately priced 4 star hotel in the east with WiFi and parking . What else do you want to know ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Do you have the phone number ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,phone,'01223363682');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , their phone number is 01223363682 . I can help you make a booking if you 'd like , or I can help you with anything else ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I do n't need to book right now . But , I also need train - schedule information about departing from Cambridge on Tuesday . Can you help me ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Let me narrow it down . What is your destination ? What time would you like to depart or arrive ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'birmingham new street');(_:search,leave_at,'13:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave after 13:00 and should arrive at birmingham new street"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,departure,'cambridge');(_:result,destination,'birmingham new street');(_:result,id,'TR6168');(_:result,leave_at,'14:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR6168 runs from cambridge to birmingham new street that day and leaves at 14:01 . Does that work for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that works . Can you place the booking for me , it will have to be for 8 people and I 'll need the booking number ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR6168');(_:booking,leave_at,'14:03');(_:booking,ref,'BQFEHIGK');(_:booking,ticket,'600.79');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "OK , I 've booked you on the TR6168 leaving at 14:03 with reference number BQFEHIGK . The fee will be 600.79 at the station . Can I help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I needed . Thank you so much ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using Help Desk . Have a great day !"
}
] |
MUL2083.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"warkworth house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"warkworth house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Warkworth House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Warkworth House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223363682"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Warkworth House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223363682"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Warkworth House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223363682"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"birmingham new street"
],
[
"_:result",
"id",
"TR6168"
],
[
"_:result",
"leave_at",
"14:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Warkworth House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"phone",
"01223363682"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"birmingham new street"
],
[
"_:result",
"id",
"TR6168"
],
[
"_:result",
"leave_at",
"14:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR6168"
],
[
"_:booking",
"leave_at",
"14:03"
],
[
"_:booking",
"ref",
"BQFEHIGK"
],
[
"_:booking",
"ticket",
"600.79"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,stars,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a four star room , free parking too ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'19');(_:result,has_parking,'none');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Are you looking for a hotel ? There are 19 4 star hotels that offer free parking . Do you have a price range or area of town you want to stay ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The hotel should be in the West side of town ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,name,'Cambridge Belfry');(_:result,name,'Finches Bed and Breakfast');(_:result,name,'Huntingdon Marriot');(_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,stars,'four');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 3 four star locations to choose from : Finches Bed and Breakfast , the Huntingdon Marriot , and the Cambridge Belfry . The Huntingdon is listed as expensive while the others are cheap ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'4');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Could I book the Marriot for 4 people starting on Wednesday ? It would be for 5 nights ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,day,'Wednesday');(_:booking,name,'Marriot');(_:booking,people,'4');(_:booking,stay,'5');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , I will book 5 nights at The Marriot for 4 people starting Wednesday . Anything else I can do for you ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "May I have the reference number for the booking please ?"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I apologize but the booking was unsuccessful , the hotel is booked . Do you want me to check one of the other hotels ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes a hotel that is near that one ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,name,'The cambridge bellfry');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The cambridge bellfry has availability . Will that do ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd prefer something in the same price range as the Marriott . It 's all going on an expense report anyway , no reason to be stingy ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:booking,name,'Huntington Marriott');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I am sorry . The Huntington Marriott is not available for those days . Would you like to try another hotel ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is there anything in the same price range you could try ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,type,'Hotel'))",
"reqmore()",
"inform((_:booking,name,'University Arms Hotel');(_:booking,ref,'A3SLP7HG');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I reserved a room at the expensive 4 star University Arms Hotel . It is in the city centre though . Reference number is A3SLP7HG . Is there anything else today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that 's all I need !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Great . I was happy to help . Good - Bye !"
}
] |
SSNG0278.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"name",
"Finches Bed and Breakfast"
],
[
"_:result",
"name",
"Huntingdon Marriot"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"name",
"Finches Bed and Breakfast"
],
[
"_:result",
"name",
"Huntingdon Marriot"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"name",
"Marriot"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"name",
"Finches Bed and Breakfast"
],
[
"_:result",
"name",
"Huntingdon Marriot"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"name",
"Marriot"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/ed401102"
],
[
"_:booking/ed401102",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"name",
"Finches Bed and Breakfast"
],
[
"_:result",
"name",
"Huntingdon Marriot"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/ed401102"
],
[
"_:booking/ed401102",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:booking",
"name",
"The cambridge bellfry"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"name",
"Finches Bed and Breakfast"
],
[
"_:result",
"name",
"Huntingdon Marriot"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/ed401102"
],
[
"_:booking/ed401102",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:booking",
"name",
"The cambridge bellfry"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/52c3c278"
],
[
"_:booking/52c3c278",
"name",
"Huntington Marriott"
],
[
"_:booking/52c3c278",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_: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": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"name",
"Finches Bed and Breakfast"
],
[
"_:result",
"name",
"Huntingdon Marriot"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/ed401102"
],
[
"_:booking/ed401102",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:booking/52c3c278"
],
[
"_:booking/52c3c278",
"name",
"Huntington Marriott"
],
[
"_:booking/52c3c278",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"University Arms Hotel"
],
[
"_:booking",
"ref",
"A3SLP7HG"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to find a really cheap hotel can you help me find one ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'10');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 10 really cheap hotels I 've found . Is there a certain area you 're looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to find a hotel in the west that has free wifi and located in the west please ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'hotel');(_:result,name,'Cambridge Belfry');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Cambridge Belfry is a hotel that should meet your needs . Would you like me to book you a room ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , can you book that for friday for 3 nights ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'd love to - how many people in your party ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "There will be 5 of us ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'39RB6I37');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I booked you a room with reference number 39RB6I37 . Can I be of further assistance to you today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,food,'italian');(_:search,pricerange,'cheap');(_:search,type,'Hotel');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am also looking for a cheap , italian restaurant near the hotel ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,name,'the la margherita');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have two near the hotel , the la margherita is very cheap . Would you like me to reserve it ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I please get the address for it ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'15 Magdalene Street City Centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , of course . The address is 15 Magdalene Street City Centre . Would you like to reserve a table ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,departure,'the restaurant');(_:search,leave_at,'19:00');(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "No , but I do want to book a taxi to go between the restaurant and the hotel , leaving the restaurant by 19:00 ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'red Volvo');(_:result,departure,'restaurant');(_:result,leave_at,'19:00');(_:result,phone,'07540782675');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Ok , I have reserved a taxi for you leaving the restaurant at 19:00 . It will be a red Volvo , and the contact number is 07540782675 . Is there anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , that 's all . Thanks so much ! Bye !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a great day ."
}
] |
MUL1325.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"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"10"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"39RB6I37"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"39RB6I37"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"the la margherita"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"39RB6I37"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"the la margherita"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"15 Magdalene Street City Centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"ref",
"39RB6I37"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"the la margherita"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"15 Magdalene Street City Centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red Volvo"
],
[
"_:result",
"departure",
"restaurant"
],
[
"_:result",
"leave_at",
"19:00"
],
[
"_:result",
"phone",
"07540782675"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "Yes I am looking for information on Michael House cafe ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,food,'european');(_:result,name,'Michael House cafe');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Michael House cafe is an expensive european restaurant located in the centre . Would you like me to make you a reservation ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'17:15');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please . For a party of 7 on Friday , at 17:15 ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'ALCPCA3P');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : ALCPCA3P . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be all . Thank you very much ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Enjoy your day ."
}
] |
SNG0669.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"Michael House cafe"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"Michael House cafe"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ALCPCA3P"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "user",
"text": "Hello ! I am planning my trip to Cambridge and need information on places to stay ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,category,'Hotel');(_:result,category,'guesthouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "ok I d be happy to help with that would you like a guesthouse or Hotel"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i do n't have a preference . I would like a room with a 0 star and free parking"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'city centre north b and b');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay there is city centre north b and b would you like me to book it for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I prefer one in the east . How about a 4 star hotel with free parking there instead ?"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:search,area,'east');(_:search,category,'hotels');(_:search,stars,'4');(_:search,type,'Hotel'))",
"select((_:result,category,'guesthouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are no 4 star hotels in the east section of town that offers free parking . Would you like to search for a guesthouse ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,ticket,?);(_:result,type,'Hotel');(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes that is fine I need the price range as well ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'the leverton house');(_:result,pricerange,'cheap');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have several options in the cheap or moderate price range with parking and wifi . How does the leverton house sound ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'leverton house');(_:search,type,'Hotel'))",
"request((_:result,pricerange,?);(_:result,ticket,?);(_:result,type,'Hotel');(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the price range of the Leverton House ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It 's cheap . Would you like me to book a room for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,leave_at,'9:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please . I also need a train that leaves after 9:00 on sunday"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'Leverton');(_:result,type,'Hotel'))",
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Can you please tell me how long your stay at the Leverton will be ? What day will you be checking in and how many people ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'leicester');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Actually , I apologize no need to book , I was just gathering information . But I do need information on a train from leicester to cambridge ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,id,'TR1079');(_:result,leave_at,'09:09');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR1079 leaves at 09:09 would that work for you ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "That works for me ."
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"reqmore()",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Is there anything else I can help you with today , bookings or more information ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,ticket,?);(_:result,type,'Hotel');(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you tell me the price of the train ticket , please ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,ticket,'30.24 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The price of the train is 30.24 pounds ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much , that 's all I need ."
},
{
"id": 19,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "You are very welcome ! I hope you have a wonderful visit ."
},
{
"id": 20,
"rdf-acts": [],
"speaker": "user",
"text": "I hope so . Can I call any time ?"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "We are available anytime , enjoy the rest of your day ."
}
] |
MUL2236.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"category",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"category",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"city centre north b and b"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"city centre north b and b"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/f180999b"
],
[
"_:search/f180999b",
"area",
"east"
],
[
"_:search/f180999b",
"category",
"hotels"
],
[
"_:search/f180999b",
"stars",
"4"
],
[
"_:search/f180999b",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/f180999b"
],
[
"_:search/f180999b",
"area",
"east"
],
[
"_:search/f180999b",
"category",
"hotels"
],
[
"_:search/f180999b",
"stars",
"4"
],
[
"_:search/f180999b",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"the leverton house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"leverton house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/f180999b"
],
[
"_:search/f180999b",
"area",
"east"
],
[
"_:search/f180999b",
"category",
"hotels"
],
[
"_:search/f180999b",
"stars",
"4"
],
[
"_:search/f180999b",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"the leverton house"
],
[
"_:search",
"name",
"leverton house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"9:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/f180999b"
],
[
"_:search/f180999b",
"area",
"east"
],
[
"_:search/f180999b",
"category",
"hotels"
],
[
"_:search/f180999b",
"stars",
"4"
],
[
"_:search/f180999b",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"name",
"leverton house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"9:00"
],
[
"_:result",
"name",
"Leverton"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/f180999b"
],
[
"_:search/f180999b",
"area",
"east"
],
[
"_:search/f180999b",
"category",
"hotels"
],
[
"_:search/f180999b",
"stars",
"4"
],
[
"_:search/f180999b",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"name",
"leverton house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"9:00"
],
[
"_:result",
"name",
"Leverton"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR1079"
],
[
"_:result",
"leave_at",
"09:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/f180999b"
],
[
"_:search/f180999b",
"area",
"east"
],
[
"_:search/f180999b",
"category",
"hotels"
],
[
"_:search/f180999b",
"stars",
"4"
],
[
"_:search/f180999b",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"name",
"leverton house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"9:00"
],
[
"_:result",
"name",
"Leverton"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR1079"
],
[
"_:result",
"leave_at",
"09:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"pricerange",
"?"
],
[
"_: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": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/f180999b"
],
[
"_:search/f180999b",
"area",
"east"
],
[
"_:search/f180999b",
"category",
"hotels"
],
[
"_:search/f180999b",
"stars",
"4"
],
[
"_:search/f180999b",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"name",
"leverton house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"9:00"
],
[
"_:result",
"name",
"Leverton"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR1079"
],
[
"_:result",
"leave_at",
"09:09"
],
[
"_:booking",
"category",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"ticket",
"30.24 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/f180999b"
],
[
"_:search/f180999b",
"area",
"east"
],
[
"_:search/f180999b",
"category",
"hotels"
],
[
"_:search/f180999b",
"stars",
"4"
],
[
"_:search/f180999b",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"name",
"leverton house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"9:00"
],
[
"_:result",
"name",
"Leverton"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR1079"
],
[
"_:result",
"leave_at",
"09:09"
],
[
"_:booking",
"category",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"ticket",
"30.24 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'nandos');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for the restaurant Nandos ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'south');(_:result,name,'Nandos');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like the Nandos in the south or centre ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'Nandos');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Anywhere , I would just like it to be Nandos . I would like to book a table ."
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , how many people will be dining on what day at one time ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'15:45');(_:search,people,'4');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "4 people , Friday , 15:45 . But 14:45 is also okay . Please give me the reference number ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,duration,'14:45');(_:booking,ref,'I915UV13');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful for the 14:45 time . The table will be reserved for 15 minutes , reference number is : I915UV13 . Do you need anything else ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , I think that covers it . Thanks so much for your help !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome . Enjoy your meal . Goodbye ."
}
] |
SNG0506.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"nandos"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Nandos"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Nandos"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Nandos"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"14:45"
],
[
"_:booking",
"ref",
"I915UV13"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm so hungry - can you find me a place to eat in the city centre ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"thank()",
"inform((_:result,amount,'a great deal');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm happy to help ! There are a great deal of restaurants there . What type of food did you have in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do not not care , it just needs to be expensive ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,food,'british');(_:result,name,'fitzbillies restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "fitzbillies restaurant serves british food would that be okay ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , may I have the address ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'51 Trumpington Street City Centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , they 're located at 51 Trumpington Street City Centre . Can I help you with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , can you help me find a train that can take me from Cambridge to Norwich ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Certainly . Can you tell me what day you would like to travel ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'13:45');(_:search,people,'6');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "the train should arrive by 13:45 and book for 6 people and give me the reference number please"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I 'd be happy to , but can you tell me which day you 'd like to travel on ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should leave on thursday ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'12:55');(_:result,leave_at,'11:36');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The one closest to your desired arrive by time will arrive at 12:55 and depart at 11:36 . Would you like me to book this for you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please . Could I have the reference number as well ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,people,'6');(_:booking,ref,'PSQ9JOOI');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book you 6 tickets for that train . Your reference number is PSQ9JOOI . Is there anything else I can help with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , I do not think so . Thank you for your help ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Okay great , have a good day !"
}
] |
MUL1474.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"a great deal"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"a great deal"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"fitzbillies restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"a great deal"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"fitzbillies restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"51 Trumpington Street City Centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"a great deal"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"fitzbillies restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"51 Trumpington Street City Centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"a great deal"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"fitzbillies restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"51 Trumpington Street City Centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"thursday"
],
[
"_: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",
"amount",
"a great deal"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"fitzbillies restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"51 Trumpington Street City Centre"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"12:55"
],
[
"_:result",
"leave_at",
"11:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"a great deal"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"fitzbillies restaurant"
],
[
"_:result",
"address",
"51 Trumpington Street City Centre"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"12:55"
],
[
"_:result",
"leave_at",
"11:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"PSQ9JOOI"
],
[
"_: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,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for places to go in the centre of town and I would like it to be a museum ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,entrance_fee,'free admission');(_:result,name,'Museum of Archaelogy and Anthropology');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "How does the Museum of Archaelogy and Anthropology sound ? It is in the centre and has free admission ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What 's the postcode for that ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Museum of Archaeology and anthropology');(_:result,postcode,'cb23dz');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The post code for the Museum of Archaeology and anthropology is cb23dz ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I also get the phone number for that ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223333516');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number is 01223333516 . Is there anything else that I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll also need a train on Monday ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can help you with that , what destination , departure site , and time would you like to travel ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'kings lynn');(_:search,destination,'cambridge');(_:search,leave_at,'19:15');(_:search,people,'2');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "leaving monday from kings lynn after 19:15 going to cambridge . I need to get 2 tickets and may I have the referral number please ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'DOA079HV');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Reference number is : DOA079HV Is there anything else I can help you with"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that would be all thank you"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using Help Desk . Goodbye ."
}
] |
MUL1894.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",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free admission"
],
[
"_:result",
"name",
"Museum of Archaelogy and Anthropology"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free admission"
],
[
"_:result",
"name",
"Museum of Archaeology and anthropology"
],
[
"_:result",
"postcode",
"cb23dz"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free admission"
],
[
"_:result",
"name",
"Museum of Archaeology and anthropology"
],
[
"_:result",
"postcode",
"cb23dz"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223333516"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free admission"
],
[
"_:result",
"name",
"Museum of Archaeology and anthropology"
],
[
"_:result",
"postcode",
"cb23dz"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223333516"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"19:15"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free admission"
],
[
"_:result",
"name",
"Museum of Archaeology and anthropology"
],
[
"_:result",
"postcode",
"cb23dz"
],
[
"_:result",
"phone",
"01223333516"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"19:15"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"DOA079HV"
],
[
"_: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,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train from cambridge to ely ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "No problem . What day will you be leaving , and is there a particular time you would like to board ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,leave_at,'15:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need to leave on Friday sometime after 15:30 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'16:07');(_:result,departure,'Cambridge');(_:result,destination,'Ely');(_:result,leave_at,'15:50');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a train that leaves Cambridge at 15:50 and arrives in Ely at 16:07 , would you like me to book it for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I also would like the reference number ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,ref,'FAC22HSG');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure thing . The number is FAC22HSG . Anything else I can do for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm sorry , I forgot to specify that I need 6 tickets . Could you change that for me ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'YWF1K74N');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Surely , I have made that change and the new reference number is YWF1K74N . Is there anything else I can do for you ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks I appreciate it . That 's all I need !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Enjoy your trip !"
}
] |
SNG0431.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"16:07"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"leave_at",
"15:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"arrive_by",
"16:07"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"leave_at",
"15:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"FAC22HSG"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"arrive_by",
"16:07"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"leave_at",
"15:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"FAC22HSG"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"YWF1K74N"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'north african');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a North African restaurant ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry but it looks like I do n't happen to see any restaurants that specialize in that type of cuisine ? Can I help you with a different type ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about something in the expensive price range instead ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'57');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , there are 57 expensive restaurants in town . Is there an area of town you 'd prefer ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would prefer something near the centre please ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'over 33');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are over 33 restaurants that meet your criteria . May I interest you in African cuisine since you originally asked for North African restaurant ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'french');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , I think I 'd like an expensive French restaurant instead ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'center');(_:result,food,'French');(_:result,name,'Cote');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Cote is an expensive French restaurant in the center of town . Would you like a table there , or possibly their address ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'19:45');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please . Can you book it for Friday at 19:45 ? There will be 8 of us ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,day,'Friday');(_:booking,people,'8');(_:booking,ref,'ZWI39RV9');(_:booking,type,'Booking'))",
"reqmore()",
"inform((_:result,name,'Cote');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "OK , you have a table for 8 at Cote onFriday night . Your reference number is ZWI39RV9 . Can I help you with anything else today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No . That 's everything . Thank you ! Goodbye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Have a great day ."
}
] |
SNG0546.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"north african"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/296e4b49"
],
[
"_:search/296e4b49",
"type",
"Restaurant"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/296e4b49"
],
[
"_:search/296e4b49",
"type",
"Restaurant"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"57"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/296e4b49"
],
[
"_:search/296e4b49",
"type",
"Restaurant"
],
[
"_:result",
"count",
"57"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"over 33"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/296e4b49"
],
[
"_:search/296e4b49",
"type",
"Restaurant"
],
[
"_:result",
"count",
"57"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"over 33"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"French"
],
[
"_:result",
"name",
"Cote"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/296e4b49"
],
[
"_:search/296e4b49",
"type",
"Restaurant"
],
[
"_:result",
"count",
"57"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"over 33"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"French"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"ZWI39RV9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Cote"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am planning my trip to Cambridge and looking for a restaurant in the centre that serves italian food . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'in town');(_:result,count,'9');(_:result,food,'Italian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 9 Italian restaurants in town , did you have a price range in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a moderately - priced restaurant ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'Regent Street');(_:result,name,'Pizza Express');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I found Pizza Express on Regent Street , would you like me to book it for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'14:45');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure , book it for 3 people at 14:45 on Monday ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Oh dear . I was unable to make that reservation . Could we try another time ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,duration,'13:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , could we try for 13:45 . That would work for me ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,duration,'13:45');(_:booking,ref,'XEO5JPU2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've booked it for 13:45 and your reference number is XEO5JPU2 . Can I help you any further ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I 'd like to find a place to go in the same area as the restaurant ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "What type of place would you like to go to ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I want to go to a museum ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'centre');(_:result,category,'art museums');(_:result,category,'one with antiques');(_:result,count,'11');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have about 11 different museums in the centre of town . Do you have any certain type of museum in mind . I have art museums , one with antiques , etc ."
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Whichever one you think , and please provide etrance fee as well ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,name,'williams art and antiques');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "They are all free . There is williams art and antiques , I like that one ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Great can I also get a taxi to take me between the two places ?"
},
{
"id": 15,
"rdf-acts": [
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where would you like to leave from and what time ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,departure,'the museum');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I just need to ensure the taxi gets me from the museum to the restaurant by my reservation time . Can you swing that ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'red tesla');(_:result,phone,'07456538406');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I got you a red tesla taxi . The contact number is 07456538406 ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay , that 's all I needed . Thank you ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your trip and please call back if you need anything else ."
}
] |
MUL0889.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"area",
"in town"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"area",
"in town"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"name",
"Pizza Express"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"area",
"in town"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"name",
"Pizza Express"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/08441bbf"
],
[
"_:booking/08441bbf",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:result",
"area",
"in town"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"name",
"Pizza Express"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/08441bbf"
],
[
"_:booking/08441bbf",
"type",
"Booking"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"13:45"
],
[
"_:booking",
"ref",
"XEO5JPU2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:result",
"area",
"in town"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"name",
"Pizza Express"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/08441bbf"
],
[
"_:booking/08441bbf",
"type",
"Booking"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"13:45"
],
[
"_:booking",
"ref",
"XEO5JPU2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"name",
"Pizza Express"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/08441bbf"
],
[
"_:booking/08441bbf",
"type",
"Booking"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"13:45"
],
[
"_:booking",
"ref",
"XEO5JPU2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"art museums"
],
[
"_:result",
"category",
"one with antiques"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/08441bbf"
],
[
"_:booking/08441bbf",
"type",
"Booking"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"13:45"
],
[
"_:booking",
"ref",
"XEO5JPU2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"art museums"
],
[
"_:result",
"category",
"one with antiques"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"williams art and antiques"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/08441bbf"
],
[
"_:booking/08441bbf",
"type",
"Booking"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"13:45"
],
[
"_:booking",
"ref",
"XEO5JPU2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"art museums"
],
[
"_:result",
"category",
"one with antiques"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"williams art and antiques"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"the museum"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/08441bbf"
],
[
"_:booking/08441bbf",
"type",
"Booking"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"13:45"
],
[
"_:booking",
"ref",
"XEO5JPU2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"art museums"
],
[
"_:result",
"category",
"one with antiques"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"williams art and antiques"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"the museum"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red tesla"
],
[
"_:result",
"phone",
"07456538406"
],
[
"_: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,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I was wondering if you can help me find an expensive restaurant in the centre ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'british');(_:result,name,'fitzbillies restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "fitzbillies restaurant is the centre of town , serves british food and is in the expensive price range ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'15:30');(_:search,people,'7');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay I would like to book a table for 7 people at 15:30 on Friday . Can I get the reference number please ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'RD9D3ZLR');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . The table will be reserved for 15 minutes . \n Your reference number is : RD9D3ZLR . Is there anything else I can do to assist you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please , I am also looking for a train that will take me to Peterborough from Cambridge . Is there anything available ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day and time are you planning on traveling ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,leave_at,'12:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking to leave after 12:00 on Saturday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'12:56');(_:result,id,'TR5711');(_:result,leave_at,'12:06');(_:result,ticket,'13.20 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR5711 will leave at 12:06 and arrive by 12:56 . It will cost 13.20 pounds . Would you like to reserve seats ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant');(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you book it for me and get a reference number ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I need to know how many tickets you will need please ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'seven');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "all seven in my party please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,id,'TR5711');(_:booking,ref,'1DQZ1SD7');(_:booking,ticket,'92.4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking on the TR5711 was successful . The reference number is 1DQZ1SD7 . The total fee of 92.4 is payable at the station ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the travel time for that trip ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,duration,'50 mins');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "it is 50 mins travel times"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "that 's perfect . I think this is all i need for now ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , have a great day !"
}
] |
PMUL0807.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"fitzbillies restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"fitzbillies restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"RD9D3ZLR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"fitzbillies restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"RD9D3ZLR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"fitzbillies restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"RD9D3ZLR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"12:56"
],
[
"_:result",
"id",
"TR5711"
],
[
"_:result",
"leave_at",
"12:06"
],
[
"_:result",
"ticket",
"13.20 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"fitzbillies restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"RD9D3ZLR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:result",
"arrive_by",
"12:56"
],
[
"_:result",
"id",
"TR5711"
],
[
"_:result",
"leave_at",
"12:06"
],
[
"_:result",
"ticket",
"13.20 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"seven"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"fitzbillies restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:result",
"arrive_by",
"12:56"
],
[
"_:result",
"id",
"TR5711"
],
[
"_:result",
"leave_at",
"12:06"
],
[
"_:result",
"ticket",
"13.20 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"seven"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR5711"
],
[
"_:booking",
"ref",
"1DQZ1SD7"
],
[
"_:booking",
"ticket",
"92.4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"fitzbillies restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:result",
"arrive_by",
"12:56"
],
[
"_:result",
"id",
"TR5711"
],
[
"_:result",
"leave_at",
"12:06"
],
[
"_:result",
"ticket",
"13.20 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"seven"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR5711"
],
[
"_:booking",
"ref",
"1DQZ1SD7"
],
[
"_:booking",
"ticket",
"92.4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"50 mins"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking somewhere to stay with free wifi and free parking"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'Archway house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Archway house is a good choice !"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'Archway House');(_:search,stars,'two');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does Archway House have two stars ? I require that rating ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Ashley hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "No , I think Ashley hotel might be more in your range ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is it in the east ? I need a hotel in the east ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'eastern');(_:result,name,'Express by Holiday Inn Cambridge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Express by Holiday Inn Cambridge is in the eastern part of town . Would you like me to book you a room ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'1');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please . For 1 person for 3 nights starting on Monday ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Holiday Inn Cambridge');(_:booking,ref,'0CB7CVT7');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "OK , I have you booked at Holiday Inn Cambridge . Your reference number is 0CB7CVT7 . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'Express by Holiday Inn Cambridge');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "So is the name of the hotel Express by Holiday Inn Cambridge or just Holiday Inn Cambridge ? Want to make sure I go to the right one !"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'express by holiday inn Cambridge');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The full name of your hotel is express by holiday inn Cambridge . Do you need further assistance ?"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , you have been very helpful , thank you so much ! Bye now ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our services ."
}
] |
SNG02027.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"Archway house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"Archway House"
],
[
"_:search",
"stars",
"two"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"Archway House"
],
[
"_:search",
"stars",
"two"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"Archway House"
],
[
"_:search",
"stars",
"two"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"eastern"
],
[
"_:result",
"name",
"Express by Holiday Inn Cambridge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"two"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"eastern"
],
[
"_:result",
"name",
"Express by Holiday Inn Cambridge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Holiday Inn Cambridge"
],
[
"_:booking",
"ref",
"0CB7CVT7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"Express by Holiday Inn Cambridge"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"two"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"eastern"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"name",
"Holiday Inn Cambridge"
],
[
"_:booking",
"ref",
"0CB7CVT7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"Express by Holiday Inn Cambridge"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"express by holiday inn Cambridge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "I need to make a call to the Parkland Police Station please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,phone,'01223358966');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "Sure , their phone number is 01223358966 ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "Thanks . Can I also get the address and postcode ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "Yes they are located at Parkside , Cambridge , postcode CB11JG ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that is all I need ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Wonderful . Have a wonderful day ."
}
] |
SNG02157.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"type",
"Police"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking a restaurant in the Centre Cambridge area that serve gastropub food ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'3');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 3 in the centre of town , what price range please ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Moderate price range ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,food,'gastropub');(_:result,name,'Nil');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Nil moderately priced restaurant is in the centre and serves gastropub food . Would you like a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'15:30');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That would be great . Can you make if for a party of 6 on Tuesday at 15:30 ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , I can make the reservation would you like their address ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'creative');(_:search,name,'Nil');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I can find it , but please give me the reference number for the reservation . Nil is such a creative name for a restaurant !"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'CXFENRLZ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , it most certainly is . The booking was successful , and they will hold your table for 15 minutes . The booking number is CXFENRLZ . Anything else I can assist you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,has_internet,'dontcare');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need a place to stay , moderately price , centre area , does n't matter whether or not it has wifi ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'hotel');(_:result,count,'1');(_:result,name,'cityroomz');(_:result,stars,'0');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have one result for you . It is cityroomz , a 0 star hotel . Do you want to book this ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'6');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Oh yessiree , tuesday 6 people and 5 nights please"
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I am unable to make a booking for that right now . Is there anything else I can do for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does it have free wifi ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes it does actually ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you book for 2 nights >"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'XP513560');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your room is reserved under ref # XP513560 . Is there anything else I can help you with today ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,destination,'the restaurant');(_:search,type,'Hotel');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I will also need a taxi to take me to the restaurant and hotel ."
},
{
"id": 17,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "When would you like to arrive by ."
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,arrive_by,'the booked time');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to make sure it arrives the restaurant by the booked time ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,car,'blue Skoda');(_:result,phone,'07324436761');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I have booked you a car . It 's a blue Skoda , and the contact number is 07324436761 ."
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , that 's all I needed today . Goodbye !"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Great , I 'm glad I could help ! Bye !"
}
] |
PMUL0214.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"Nil"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"Nil"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"food",
"creative"
],
[
"_:search",
"name",
"Nil"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"Nil"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"food",
"creative"
],
[
"_:search",
"name",
"Nil"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"CXFENRLZ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"food",
"creative"
],
[
"_:search",
"name",
"Nil"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"CXFENRLZ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"cityroomz"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"food",
"creative"
],
[
"_:search",
"name",
"Nil"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"CXFENRLZ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"cityroomz"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"canthelp",
"_:booking/22b50839"
],
[
"_:booking/22b50839",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"food",
"creative"
],
[
"_:search",
"name",
"Nil"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"CXFENRLZ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"cityroomz"
],
[
"_:result",
"stars",
"0"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/22b50839"
],
[
"_:booking/22b50839",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"food",
"creative"
],
[
"_:search",
"name",
"Nil"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"cityroomz"
],
[
"_:result",
"stars",
"0"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/22b50839"
],
[
"_:booking/22b50839",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"XP513560"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"food",
"creative"
],
[
"_:search",
"name",
"Nil"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"cityroomz"
],
[
"_:result",
"stars",
"0"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/22b50839"
],
[
"_:booking/22b50839",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"XP513560"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"arrive_by",
"the booked time"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"food",
"creative"
],
[
"_:search",
"name",
"Nil"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"cityroomz"
],
[
"_:result",
"stars",
"0"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/22b50839"
],
[
"_:booking/22b50839",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"XP513560"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"arrive_by",
"the booked time"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue Skoda"
],
[
"_:result",
"phone",
"07324436761"
],
[
"_: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": [],
"speaker": "user",
"text": "I am looking for information in Cambridge"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "We have plenty of information . Would you like to know about restaurants , hotels , trains , or attractions ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'guesthouse');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a cheap guesthouse in the centre ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,stars,'0');(_:result,stars,'4');(_:result,type,'Hotel'))",
"inform((_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes I have two to choose from . One is rated 4 stars and one is rated 0 stars . Do you have a preference ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'8');(_:search,stars,'4-star');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you book the 4-star place ? There will be 8 of us staying for 5 nights , and we 'll be arriving on Wednesday ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'at alexander bed and breakfast');(_:booking,ref,'75OVXX6J');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've booked you at alexander bed and breakfast . Your confirmation number is 75OVXX6J . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,leave_at,'21:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Could you tell me if there s a train going to cambridge that leaves after 21:00 ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))",
"inform((_:result,amount,'many');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are many trains available . Where will you be departing from and what day do you prefer ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'peterborough');(_:search,leave_at,'21:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Departing from peterborough and leaving after 21:00"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day will you be departing ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,type,'Train'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "It will be on Wednesday . I will need the price , please ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,ticket,'be 16.50 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The fare will be 16.50 pounds . Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . I think I have everything I need right now ."
},
{
"id": 13,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "thanks for inquiring with us . welcome all the time"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "ok cool leave me alone now"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our services ."
}
] |
PMUL3792.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"at alexander bed and breakfast"
],
[
"_:booking",
"ref",
"75OVXX6J"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"at alexander bed and breakfast"
],
[
"_:booking",
"ref",
"75OVXX6J"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"at alexander bed and breakfast"
],
[
"_:booking",
"ref",
"75OVXX6J"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"name",
"at alexander bed and breakfast"
],
[
"_:booking",
"ref",
"75OVXX6J"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ticket",
"be 16.50 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"name",
"at alexander bed and breakfast"
],
[
"_:booking",
"ref",
"75OVXX6J"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ticket",
"be 16.50 pounds"
],
[
"_: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,departure,'emmanuel college');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to get a taxi from emmanuel college"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where will you be going ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'finches bed and breakfast');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm heading to finches bed and breakfast ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay , what time do you want to leave ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'22:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I do n't have a preference but would like to arrive by 22:30 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,car,'black audi');(_:result,phone,'07715481740');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "You 're all set . Expect a black audi , contact number 07715481740 . Is there anything else I can assist you with ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Have a wonderful time , and good luck !"
}
] |
SNG01310.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"emmanuel college"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"emmanuel college"
],
[
"_:search",
"destination",
"finches bed and breakfast"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"emmanuel college"
],
[
"_:search",
"destination",
"finches bed and breakfast"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"22:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"emmanuel college"
],
[
"_:search",
"destination",
"finches bed and breakfast"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"22:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black audi"
],
[
"_:result",
"phone",
"07715481740"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a guesthouse to stay in that has free parking ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'21');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 21 guesthouses that fit that criteria . Is there a particular area of the city you would like to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No but can you find one in the moderate price range ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Acorn Guest House');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Acorn Guest House has a 4 star rating and has both free internet and parking . Can I book a stay for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No . What other Hotels are nearby ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'guesthouses');(_:result,name,'Kirkwood house');(_:result,name,'arbury lodge guesthouse');(_:result,name,'archway house');(_:result,name,'hamilton lodge');(_:result,name,'home from home');(_:result,name,'limehouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The guesthouses in the north are arbury lodge guesthouse , archway house , hamilton lodge , home from home , Kirkwood house and limehouse ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'archway house');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Go ahead and book the Archway House please and I need a reference number ."
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What size party and how long will your stay be ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'two');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "There will be two of us staying 4 nights from Wednesday ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Unfortunately , we were unable to book that guesthouse . Should we try one of the other guesthouses ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , lets try one of the others ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,name,'acorn guesthouse');(_:booking,ref,'BJ3CL2QU');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book the acorn guesthouse and your reference number is BJ3CL2QU ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay thank you . That is all I need ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Okay great . Enjoy your stay ."
}
] |
SSNG0393.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"name",
"Kirkwood house"
],
[
"_:result",
"name",
"arbury lodge guesthouse"
],
[
"_:result",
"name",
"archway house"
],
[
"_:result",
"name",
"hamilton lodge"
],
[
"_:result",
"name",
"home from home"
],
[
"_:result",
"name",
"limehouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"archway house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"name",
"Kirkwood house"
],
[
"_:result",
"name",
"arbury lodge guesthouse"
],
[
"_:result",
"name",
"archway house"
],
[
"_:result",
"name",
"hamilton lodge"
],
[
"_:result",
"name",
"home from home"
],
[
"_:result",
"name",
"limehouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"archway house"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"two"
],
[
"_: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_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"name",
"Kirkwood house"
],
[
"_:result",
"name",
"arbury lodge guesthouse"
],
[
"_:result",
"name",
"archway house"
],
[
"_:result",
"name",
"hamilton lodge"
],
[
"_:result",
"name",
"home from home"
],
[
"_:result",
"name",
"limehouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"archway house"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/7566acb2"
],
[
"_:booking/7566acb2",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"name",
"Kirkwood house"
],
[
"_:result",
"name",
"arbury lodge guesthouse"
],
[
"_:result",
"name",
"archway house"
],
[
"_:result",
"name",
"hamilton lodge"
],
[
"_:result",
"name",
"home from home"
],
[
"_:result",
"name",
"limehouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"archway house"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/7566acb2"
],
[
"_:booking/7566acb2",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"acorn guesthouse"
],
[
"_:booking",
"ref",
"BJ3CL2QU"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for an entertainment attraction in the centre of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Unfortunately , I was unable to find something in entertainment in the centre of town . Can I help you in finding something in a different area or category ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Could you tell me about the types of museums in the Centre ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'an archaeology museum');(_:result,category,'and a history of science museum');(_:result,category,'art galleries');(_:result,category,'museums');(_:result,count,'11');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 11 museums in the centre , all of which are free . There are art galleries , an archaeology museum , and a history of science museum ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'history of science museum');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "The History of Science Museum sounds interesting . Could you please send me the phone number and address ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'free school lane');(_:result,phone,'01223330906');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their phone number is : 01223330906 . Their address is : free school lane . Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,has_internet,'no');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I 'm also like to get away from it all and stay at a place in the centre with no internet ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,has_internet,'none');(_:search,type,'Hotel'))",
"select((_:result,area,'North side');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry , there is nothing in the centre without internet . Would you like to try the North side of town perhaps ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,pricerange,'expensive');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No . I would like to stay in the same area as the attraction . It does n't have to have internet but it does need to be expensive and with 3 stars ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Gonville Hotel');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Then the Gonville Hotel is the place for you . Would you like a room reserved for you ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , if you could do that ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many nights and starting when ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,stay,'4');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "4 nights starting Friday for just myself . If you could book that and provide me a reference number that would be great !"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'7OB0YMGO');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , your room is reserved . The reference number is 7OB0YMGO . What else can I help you with ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'History of Science');(_:search,destination,'gonville hotel');(_:search,leave_at,'17:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Please book me a taxi leaving the History of Science Museum back to the Gonville Hotel . I need to leave the museum by 17:45 ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'blue Volvo');(_:result,departure,'Museum');(_:result,phone,'07883239708');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Of course . A blue Volvo will be picking you up at the Museum . The contact number is 07883239708 . Will there be anything further ?"
},
{
"id": 16,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "user",
"text": "No , you have been very helpful . Goodbye ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . Goodbye ."
}
] |
MUL1200.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/577e861e"
],
[
"_:search/577e861e",
"area",
"centre"
],
[
"_:search/577e861e",
"category",
"entertainment"
],
[
"_:search/577e861e",
"type",
"Attraction"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/577e861e"
],
[
"_:search/577e861e",
"area",
"centre"
],
[
"_:search/577e861e",
"category",
"entertainment"
],
[
"_:search/577e861e",
"type",
"Attraction"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"an archaeology museum"
],
[
"_:result",
"category",
"and a history of science museum"
],
[
"_:result",
"category",
"art galleries"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"history of science museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/577e861e"
],
[
"_:search/577e861e",
"area",
"centre"
],
[
"_:search/577e861e",
"category",
"entertainment"
],
[
"_:search/577e861e",
"type",
"Attraction"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"an archaeology museum"
],
[
"_:result",
"category",
"and a history of science museum"
],
[
"_:result",
"category",
"art galleries"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"name",
"history of science museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"free school lane"
],
[
"_:result",
"phone",
"01223330906"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/577e861e"
],
[
"_:search/577e861e",
"area",
"centre"
],
[
"_:search/577e861e",
"category",
"entertainment"
],
[
"_:search/577e861e",
"type",
"Attraction"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"category",
"an archaeology museum"
],
[
"_:result",
"category",
"and a history of science museum"
],
[
"_:result",
"category",
"art galleries"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"name",
"history of science museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"free school lane"
],
[
"_:result",
"phone",
"01223330906"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:system",
"canthelp",
"_:search/8000b2e9"
],
[
"_:search/8000b2e9",
"has_internet",
"none"
],
[
"_:search/8000b2e9",
"type",
"Hotel"
],
[
"_:result",
"area",
"North side"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/577e861e"
],
[
"_:search/577e861e",
"area",
"centre"
],
[
"_:search/577e861e",
"category",
"entertainment"
],
[
"_:search/577e861e",
"type",
"Attraction"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"category",
"an archaeology museum"
],
[
"_:result",
"category",
"and a history of science museum"
],
[
"_:result",
"category",
"art galleries"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"name",
"history of science museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"free school lane"
],
[
"_:result",
"phone",
"01223330906"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:system",
"canthelp",
"_:search/8000b2e9"
],
[
"_:search/8000b2e9",
"has_internet",
"none"
],
[
"_:search/8000b2e9",
"type",
"Hotel"
],
[
"_:result",
"area",
"North side"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/577e861e"
],
[
"_:search/577e861e",
"area",
"centre"
],
[
"_:search/577e861e",
"category",
"entertainment"
],
[
"_:search/577e861e",
"type",
"Attraction"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"category",
"an archaeology museum"
],
[
"_:result",
"category",
"and a history of science museum"
],
[
"_:result",
"category",
"art galleries"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"name",
"history of science museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"free school lane"
],
[
"_:result",
"phone",
"01223330906"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:system",
"canthelp",
"_:search/8000b2e9"
],
[
"_:search/8000b2e9",
"has_internet",
"none"
],
[
"_:search/8000b2e9",
"type",
"Hotel"
],
[
"_:result",
"area",
"North side"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/577e861e"
],
[
"_:search/577e861e",
"area",
"centre"
],
[
"_:search/577e861e",
"category",
"entertainment"
],
[
"_:search/577e861e",
"type",
"Attraction"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"category",
"an archaeology museum"
],
[
"_:result",
"category",
"and a history of science museum"
],
[
"_:result",
"category",
"art galleries"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"name",
"history of science museum"
],
[
"_:result",
"address",
"free school lane"
],
[
"_:result",
"phone",
"01223330906"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:system",
"canthelp",
"_:search/8000b2e9"
],
[
"_:search/8000b2e9",
"has_internet",
"none"
],
[
"_:search/8000b2e9",
"type",
"Hotel"
],
[
"_:result",
"area",
"North side"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"7OB0YMGO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"History of Science"
],
[
"_:search",
"destination",
"gonville hotel"
],
[
"_:search",
"leave_at",
"17: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": [
[
"_:system",
"canthelp",
"_:search/577e861e"
],
[
"_:search/577e861e",
"area",
"centre"
],
[
"_:search/577e861e",
"category",
"entertainment"
],
[
"_:search/577e861e",
"type",
"Attraction"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"category",
"an archaeology museum"
],
[
"_:result",
"category",
"and a history of science museum"
],
[
"_:result",
"category",
"art galleries"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"name",
"history of science museum"
],
[
"_:result",
"address",
"free school lane"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:system",
"canthelp",
"_:search/8000b2e9"
],
[
"_:search/8000b2e9",
"has_internet",
"none"
],
[
"_:search/8000b2e9",
"type",
"Hotel"
],
[
"_:result",
"area",
"North side"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"7OB0YMGO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"History of Science"
],
[
"_:search",
"destination",
"gonville hotel"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue Volvo"
],
[
"_:result",
"departure",
"Museum"
],
[
"_:result",
"phone",
"07883239708"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hello ! I need a place to bed down for the night that offers free parking and wifi . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Yes , I can help . Do you have a price range and part of town in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like a moderate priced hotel in any part of town please ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,category,'hotels');(_:result,count,'2');(_:result,name,'Ashley hotel');(_:result,name,'Lovell Lodge');(_:result,pricerange,'moderate');(_:result,stars,'two');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are two hotels in the north area with moderate prices . Ashley hotel and Lovell Lodge . Both are two stars , would you me to book you for either one ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'Ashley Hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please book the Ashley Hotel ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Certainly . What day would you like to stay ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))",
"inform((_:search,category,'Hotel');(_:search,name,'Ashley Hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "On second thought , I 'm not ready to book yet . Could you give me the address and phone number of the Ashley Hotel ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'74 chesterton road');(_:result,phone,'01223350059');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "They are located at 74 chesterton road . Their number is 01223350059 ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help . If I need anything else , I will certainly call again ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "We are here to help , cheers ."
}
] |
SNG0921.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"two"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"Ashley Hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"two"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"category",
"Hotel"
],
[
"_:search",
"name",
"Ashley Hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"two"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"Hotel"
],
[
"_:search",
"name",
"Ashley Hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"74 chesterton road"
],
[
"_:result",
"phone",
"01223350059"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'hotel');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a 3 star hotel in the Cambridge centre ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'center');(_:result,category,'hotel');(_:result,name,'Gonville Hotel');(_:result,stars,'3-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Gonville Hotel is the only 3-star hotel in the city center . Would you like to book a room there ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Not sure yet . Is it expensive ? I only like to stay in expensive hotels ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'hotel');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is an expensive hotel ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'8');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sounds good . I need it for 8 , 2 nights Friday ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'BY4SOX2L');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reference is BY4SOX2L . Do you need anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I was also wanting to see if there is an entertainment place in the centre part of town ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "There is none would you like to try another part of town ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No , but maybe there is something in the type of college ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Emmanuel college');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "Emmanuel college always has a lot going on , would you like more info on them ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , could you give me their phone number and the entrance fee ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'There is no entrance fee');(_:result,name,'Emmanuel College');(_:result,phone,'01223334200');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is no entrance fee . The number for Emmanuel College is 01223334200 . Is there anything else I can help you with today ?"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "no thanks . that s all for today . bye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our service . Have an excellent trip !"
}
] |
PMUL2810.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"BY4SOX2L"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"BY4SOX2L"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/6d6a4ba6"
],
[
"_:search/6d6a4ba6",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"BY4SOX2L"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/6d6a4ba6"
],
[
"_:search/6d6a4ba6",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Emmanuel college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"BY4SOX2L"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/6d6a4ba6"
],
[
"_:search/6d6a4ba6",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"There is no entrance fee"
],
[
"_:result",
"name",
"Emmanuel College"
],
[
"_:result",
"phone",
"01223334200"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for places to go and I would like something in the centre ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,area,'centre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have many options available in the centre . Is there a particular attraction type you are looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))",
"request((_:result,category,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for any type of attraction in the centre , just need the entrance fee , phone number , and attraction type ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'architecture');(_:result,entrance_fee,'no entrance fee');(_:result,name,'all saints church');(_:result,phone,'01223452587');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I recommend all saints church . It is some nice architecture . There is no entrance fee and the phone number is 01223452587 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'cheap');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great . I 'm going to need a hotel too . It needs to be cheap but have a 4 star rating ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Sorry , there are hotels with that criteria . Would you like me to modify the area or some other part and look again ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,name,'all saints church');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like it to be in the same area as all saints church ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'same area');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are no cheap , 4 star hotels located in the same area as the All Saints Church . There is a guesthouse though that is cheap and has 4 stars ."
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Can you check again ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,name,'Alexander Bed and Breakfast');(_:result,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Sure . No . There is only a guesthouse called Alexander Bed and Breakfast ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,stay,'two');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I guess you can book that then . For two nights starting on Friday ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people will be staying in the room ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "There will be 5 of us ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Friday');(_:booking,stay,'2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great . I 've booked your room for 2 days starting Friday . Is there anything else I can do for you ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can I also get a taxi to commute between the locations ?"
},
{
"id": 15,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Absolutely ! When would you like the taxi to pick you up ?"
},
{
"id": 16,
"rdf-acts": [],
"speaker": "user",
"text": "I 'd like to leave by 6:30 am ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'yellow lexus');(_:result,phone,'07461535393');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Your taxi is booked . Look for a yellow lexus . The contact number is 07461535393 . Is there anything else I can help you with ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I needed . Thank you for all of your help !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Have a pleasant stay ."
}
] |
MUL1143.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"name",
"all saints church"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"name",
"all saints church"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"same area"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"name",
"all saints church"
],
[
"_:result",
"area",
"same area"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"name",
"all saints church"
],
[
"_:result",
"area",
"same area"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"stay",
"two"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"name",
"all saints church"
],
[
"_:result",
"area",
"same area"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"stay",
"two"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"stay",
"2"
],
[
"_: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",
"amount",
"many"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"name",
"all saints church"
],
[
"_:result",
"area",
"same area"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"stay",
"two"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"name",
"all saints church"
],
[
"_:result",
"area",
"same area"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"stay",
"two"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow lexus"
],
[
"_:result",
"phone",
"07461535393"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a Chinese restaurant ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'City Centre');(_:result,food,'noodle');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is a moderately priced one in the City Centre , a noodle bar ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any in the north side of town ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'3');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have three can I get you price range ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'13:45');(_:search,people,'8');(_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "any price range is fine with me . please book for mea table for 8 peopleat 13:45 on friday . please get me the reference number"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,name,'Haaka');(_:booking,ref,'U47769KH');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , I 've booked a table for you and your guests at Haaka on Milton Road in Chesterton . Your reference number is U47769KH ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you ! I also need a train going to Broxbourne ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , I can help you with that . Where were you wanting to depart from ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i 'm leaving from cambridge"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,departure,'cambridge');(_:result,destination,'broxbourne');(_:result,leave_at,'every hour');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "a train leaves every hour from cambridge to broxbourne . Is there a particular day and time you need ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave on Saturday ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time do you need to arrive at your destination or depart ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'16:45');(_:search,destination,'Broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive at Broxbourne by 16:45"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Can you book it for me and get a reference number ?"
}
] |
PMUL0538.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"City Centre"
],
[
"_:result",
"food",
"noodle"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"City Centre"
],
[
"_:result",
"food",
"noodle"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"City Centre"
],
[
"_:result",
"food",
"noodle"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"Haaka"
],
[
"_:booking",
"ref",
"U47769KH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"City Centre"
],
[
"_:result",
"food",
"noodle"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"Haaka"
],
[
"_:booking",
"ref",
"U47769KH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"City Centre"
],
[
"_:result",
"food",
"noodle"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"Haaka"
],
[
"_:booking",
"ref",
"U47769KH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"broxbourne"
],
[
"_:result",
"leave_at",
"every hour"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"City Centre"
],
[
"_:result",
"food",
"noodle"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"Haaka"
],
[
"_:booking",
"ref",
"U47769KH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"broxbourne"
],
[
"_:result",
"leave_at",
"every hour"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"destination",
"Broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Guten Tag , I am staying overnight in Cambridge and need a place to sleep . I need free parking and internet ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,category,'guesthouses');(_:result,category,'hotels');(_:result,pricerange,'cheaper');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))",
"inform((_:result,count,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 4 different options for you . I have two cheaper guesthouses and two expensive hotels . Do you have a preference ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , but I 'd really like to be on the south end of the city . Do any of those fit the bill ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure . Does price matter ? We can narrow it down and find exactly what you need ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,\"do n't care\");(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No I do n't care about the price . Which one do you recommend ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'aylesbray lodge guest house');(_:result,type,'Hotel');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I would recommend aylesbray lodge guest house . Would you like me to book that for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'4');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , book it for 4 people and 4 nights starting from tuesday ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was unsuccessful . would you like another day or a shorter stay ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about for 3 nights ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'84ESP6F5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booked ! Reference number is : 84ESP6F5"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Great . I am all set then . Have a nice day . Bye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice stay . Bye ."
}
] |
SNG1013.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"cheaper"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"cheaper"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"do n't care"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"cheaper"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"do n't care"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"aylesbray lodge guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"cheaper"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"do n't care"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"aylesbray lodge guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/8a41500e"
],
[
"_:booking/8a41500e",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"cheaper"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"do n't care"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"aylesbray lodge guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/8a41500e"
],
[
"_:booking/8a41500e",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"84ESP6F5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'catalan');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I am looking for information for a restaurant of moderate price serving catalan food ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , I do n't have any restaurants that fit your needs , would another food type work for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about a restaurant that serves British food ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'5');(_:result,food,'British');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 5 British restaurants that are moderately priced . Would you like to book a table with one of them ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you recommend a good one for me ? I 'll need the address and postcode ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'6 Lensfield Road');(_:result,name,'Oak Bistro');(_:result,postcode,'cb21eg');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Oak Bistro is my favorite . They are located at 6 Lensfield Road , cb21eg . Can I help with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes . I would like to go to a museum in the Centre of town . If price is no object , what 's the best one ?"
},
{
"id": 7,
"rdf-acts": [
"select((_:result,name,'Cambridge Contemporary Art');(_:result,name,'Primavera');(_:result,type,'Attraction'))",
"inform((_:result,amount,'quite a few');(_:result,area,'centre');(_:result,category,'museums');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are quite a few museums in the centre of town , would you be interested in the Primavera or Cambridge Contemporary Art ? If not there are others i can suggest ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'primavera');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "The Primavera sounds good . Can you give me the phone number , address and postcode ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'10 King S Parade');(_:result,entrance_fee,'free');(_:result,name,'Primavera');(_:result,phone,'01223357708');(_:result,postcode,'cb21sj');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Primavera is located at 10 King S Parade , postcode cb21sj . The phone no . is 01223357708 . Admission is free ! Can I help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'primavera');(_:search,leave_at,'17:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , I 'll need a taxi from the Primavera to Oak Bistro . Can you make sure I leave the Primavera no later than 17:00 ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'grey tesla');(_:result,departure,'Primavera');(_:result,leave_at,'16:45');(_:result,phone,'07439377051');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay , I have booked a taxi for you departing from Primavera at 16:45 . The car will be a grey tesla and the contact number is 07439377051 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Wonderful , that is everything I needed . Thank You !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Have a nice day !"
}
] |
MUL0858.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"catalan"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/840b92cd"
],
[
"_:search/840b92cd",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/840b92cd"
],
[
"_:search/840b92cd",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/840b92cd"
],
[
"_:search/840b92cd",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:result",
"name",
"Oak Bistro"
],
[
"_:result",
"postcode",
"cb21eg"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/840b92cd"
],
[
"_:search/840b92cd",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:result",
"postcode",
"cb21eg"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"name",
"Cambridge Contemporary Art"
],
[
"_:result",
"name",
"Primavera"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"primavera"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/840b92cd"
],
[
"_:search/840b92cd",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"name",
"primavera"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"10 King S Parade"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Primavera"
],
[
"_:result",
"phone",
"01223357708"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"primavera"
],
[
"_:search",
"leave_at",
"17:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/840b92cd"
],
[
"_:search/840b92cd",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"name",
"primavera"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"10 King S Parade"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Primavera"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:search",
"departure",
"primavera"
],
[
"_:search",
"leave_at",
"17:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey tesla"
],
[
"_:result",
"departure",
"Primavera"
],
[
"_:result",
"leave_at",
"16:45"
],
[
"_:result",
"phone",
"07439377051"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'11:30');(_:search,departure,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i need a train leaving from from birmingham new street that arrives by 11:30"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time would you like to leave and what is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'11:30');(_:search,day,'tuesday');(_:search,destination,'cambridge');(_:search,leave_at,'11:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to leave to arrive by 11:30 on Tuesday and Cambridge is my destination ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,departure,'Birmingham New Street');(_:result,destination,'Cambridge');(_:result,leave_at,'10:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is a bus that leaves Birmingham New Street for Cambridge at 10:40 . Would you like to book it ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No thank you , but I would like the travel time for this train ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,duration,'163 minutes');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The travel time is 163 minutes . Is that sufficient ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes but I also would like information on finding a restaurant in the city 's centre that serves Indian food ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'9');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 9 different options . To narrow it down some , can you tell me what price range you would prefer ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,people,'8');(_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't really care about the price , as long as it is in city centre . You can surprise me . I 'll need a table for 8 the same day ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Curry Garden');(_:result,type,'Restaurant'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How about Curry Garden ? What time and day would you like the reservation for ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,duration,'17:45');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds fine . I would like it booked for 17:45 for 8 people please ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "And what day would you like that table reserved ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like it on Tuesday , please ."
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Sorry , a table is n't available at that time . Would you like to try another day or time , or perhaps another place ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "Could you try an hour earlier , then ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,duration,'16:45');(_:booking,name,'Curry Garden');(_:booking,people,'8');(_:booking,ref,'V24OGNJB');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Certainly . You now have a table for your party of 8 at the Curry Garden , at 16:45 . Your reference number is V24OGNJB ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great that 's all that I need , thank you for your help today ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a nice day ."
}
] |
MUL0231.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"departure",
"Birmingham New Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"10:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:result",
"departure",
"Birmingham New Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"10:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:result",
"departure",
"Birmingham New Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"10:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:result",
"departure",
"Birmingham New Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"10:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:result",
"departure",
"Birmingham New Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"10:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_: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",
"birmingham new street"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:result",
"departure",
"Birmingham New Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"10:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/6a471696"
],
[
"_:booking/6a471696",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:result",
"departure",
"Birmingham New Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"10:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/6a471696"
],
[
"_:booking/6a471696",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"16:45"
],
[
"_:booking",
"name",
"Curry Garden"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"V24OGNJB"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'jamaican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant in the south part of town that serves Jamaican food ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,area,'south');(_:result,food,'Jamaican');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry but i can not find any Jamaican restaurant located in the south ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there ant Jamaican restaurants in any part of town ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunately there are not . Would you be interested in a different cuisine ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'Portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about Portuguese food instead ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Cambridge Leisure Park Clifton Way');(_:result,area,'south');(_:result,name,'Nandos');(_:result,phone,'01223 327908');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Nandos is located on the south side at Cambridge Leisure Park Clifton Way and the phone number is 01223 327908 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Awesome , thank you !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , goodbye ."
}
] |
WOZ20531.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"jamaican"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"jamaican"
],
[
"_:system",
"canthelp",
"_:search/036aa68d"
],
[
"_:search/036aa68d",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Jamaican"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/036aa68d"
],
[
"_:search/036aa68d",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Jamaican"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5821b533"
],
[
"_:search/5821b533",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/036aa68d"
],
[
"_:search/036aa68d",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Jamaican"
],
[
"_:system",
"canthelp",
"_:search/5821b533"
],
[
"_:search/5821b533",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"phone",
"01223 327908"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'10:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you help me find a train out of Cambridge that leaves after 10:30 ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,id,'TR1502');(_:result,leave_at,'11:00');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "I sure can ! The TR1502 leaves at 11:00 . Would that work ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,destination,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking to travel Sunday going to Stevenage . Does that train travel on that day ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR8464');(_:result,leave_at,'11:21');(_:result,type,'Train'))",
"canthelp((_:search,day,'Sunday');(_:search,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That train does not travel on Sunday , but TR8464 leaves at 11:21 if that will work for you . Would you like me to book you a ticket ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that will work for me . Can you please make a booking for 7 people ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,people,'7');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , I will book it for 7,is there anything else I can do for you ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Well yeah , I would need the reference number if you booked it ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'DSIQUE20');(_:booking,ticket,'71.68 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The total fee is 71.68 GBP payable at the station . \n Reference number is : DSIQUE20"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you . I 'm also looking for a hotel in the south area of town . It needs to be a hotel . Can you recommend any ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Lensfield Hotel');(_:result,stars,'3');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I recommend the Lensfield Hotel . It is 3 stars . Would you like to make a booking ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,has_parking,?);(_:result,postcode,?);(_:result,type,'Hotel'))",
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Just give me the postcode please and tell me if they offer parking"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,has_parking,'none');(_:result,postcode,'cb21en');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The hotel does offer parking and the postcode is cb21en ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great . Thank you for all your help ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Thank you for calling the Cambridge TownInfo Centre . Have a great day !"
}
] |
PMUL1723.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"10:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"10:30"
],
[
"_:result",
"id",
"TR1502"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"10:30"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"id",
"TR8464"
],
[
"_:result",
"leave_at",
"11:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/2e605c7c"
],
[
"_:search/2e605c7c",
"day",
"Sunday"
],
[
"_:search/2e605c7c",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"10:30"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"id",
"TR8464"
],
[
"_:result",
"leave_at",
"11:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/2e605c7c"
],
[
"_:search/2e605c7c",
"day",
"Sunday"
],
[
"_:search/2e605c7c",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"10:30"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"id",
"TR8464"
],
[
"_:result",
"leave_at",
"11:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/2e605c7c"
],
[
"_:search/2e605c7c",
"day",
"Sunday"
],
[
"_:search/2e605c7c",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"DSIQUE20"
],
[
"_:booking",
"ticket",
"71.68 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"10:30"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"id",
"TR8464"
],
[
"_:result",
"leave_at",
"11:21"
],
[
"_:system",
"canthelp",
"_:search/2e605c7c"
],
[
"_:search/2e605c7c",
"day",
"Sunday"
],
[
"_:search/2e605c7c",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"DSIQUE20"
],
[
"_:booking",
"ticket",
"71.68 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"10:30"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"id",
"TR8464"
],
[
"_:result",
"leave_at",
"11:21"
],
[
"_:system",
"canthelp",
"_:search/2e605c7c"
],
[
"_:search/2e605c7c",
"day",
"Sunday"
],
[
"_:search/2e605c7c",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"DSIQUE20"
],
[
"_:booking",
"ticket",
"71.68 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"postcode",
"cb21en"
],
[
"_:result",
"type",
"Hotel"
]
],
"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,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant that is cheap and in the south part of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'South');(_:result,food,'Portuguese');(_:result,name,'Nandos');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Nandos is a nice restaurant in the South part of town . It is in the cheap price range and serves Portuguese food ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there anything else ? And what is the address and phone number ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'cambridge leisure park clifton way cherry hinton');(_:result,area,'south');(_:result,food,'chinese');(_:result,name,'the lucky star');(_:result,phone,'01223 327908');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "yes there is the lucky star serves chinese food in the cheap price range and in the south part of town , Its address is cambridge leisure park clifton way cherry hinton and the phone number is 01223 327908 ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is all . Thank you !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day !"
}
] |
WOZ20337.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"phone",
"01223 327908"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Where is the closest pizza joint ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What area of town will you be in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'park');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Well , I 'm wanting to visit a park as well . Let 's find that first ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'South');(_:result,area,'east');(_:result,name,'Wandlebury Country Park');(_:result,name,'cherry hinton water play');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Wandlebury Country Park is in the South . It is very nice . There is also Cherry Hinton Water Play in the East . Do either of those sound suitable ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Attraction'))",
"request((_:result,area,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Wandlebery sounds good , can I get the phone number , area , and postcode ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'Wandlebury country park');(_:result,phone,'01223243830');(_:result,postcode,'cb223ae');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Wandlebury country park is in the south area , postcode cb223ae and phone is 01223243830 ."
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Can you book it for me ?"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "system",
"text": "It is a public park . You can just walk through it without a booking ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay great thanks so much ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else that I can help you with today ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,day,'tuesday');(_:search,people,'8');(_:search,pricerange,'cheap');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a cheap hotel for 8 people 2 nights starting Tuesday please"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I am happy to book , but lets find you a place . Any preference on area ? Are ratings or type of place a factor ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like to find something in the south . It also needs to have free parking ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,\"Rosa 's bed and breakfast\");(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Rosa 's bed and breakfast is a cheap guesthouse in the south . It has 4 stars and provides free wifi and parking . Does this sound OK to you ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'8');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please . Can you please book it for 8 people for 2 nights starting on Tuesday ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,ref,'Q2JZ0UIL');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure thing . I just booked it . Your ref number is Q2JZ0UIL ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much ."
},
{
"id": 17,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "You 're welcome . Is there anything else I can do for you today ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all . Thanks for your help today ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our services . Have we met all of your needs today ?"
}
] |
PMUL2932.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Wandlebury Country Park"
],
[
"_:result",
"name",
"cherry hinton water play"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Wandlebury country park"
],
[
"_:result",
"phone",
"01223243830"
],
[
"_:result",
"postcode",
"cb223ae"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Wandlebury country park"
],
[
"_:result",
"phone",
"01223243830"
],
[
"_:result",
"postcode",
"cb223ae"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Wandlebury country park"
],
[
"_:result",
"phone",
"01223243830"
],
[
"_:result",
"postcode",
"cb223ae"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Wandlebury country park"
],
[
"_:result",
"phone",
"01223243830"
],
[
"_:result",
"postcode",
"cb223ae"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_: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": [
[
"_:result",
"phone",
"01223243830"
],
[
"_:result",
"postcode",
"cb223ae"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Rosa 's bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"phone",
"01223243830"
],
[
"_:result",
"postcode",
"cb223ae"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Rosa 's bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"Q2JZ0UIL"
],
[
"_: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": [
[
"_:result",
"phone",
"01223243830"
],
[
"_:result",
"postcode",
"cb223ae"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Rosa 's bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"Q2JZ0UIL"
],
[
"_: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,category,'guesthouse');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want to stay at a guesthouse in the expensive price range ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,category,'guesthouses');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry , there are no expensive guesthouses available . Would you like to try a moderately priced guesthouse instead ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Could you check one more time please ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,category,'guesthouses');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))",
"select((_:result,pricerange,'moderate priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Unfortunately , there are not any available guesthouses in the expensive price range . May I suggest a moderate priced one that has the quality of an expensive one ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , can you try a moderate priced hotel ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Please confirm - are you looking for a hotel or a guesthouse ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a hotel ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay , what part of town are you looking for ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "East part of town thank you"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"canthelp((_:search,area,'east');(_:search,category,'hotels');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))",
"inform((_:result,category,'hotel');(_:result,name,'express by holiday inn');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are no moderate hotels in the east . However , there is an expensive hotel in the east called express by holiday inn Cambridge . Do you want to book ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I apologize . I am looking for an moderately priced guesthouse ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'Carolina Bed and Breakfast');(_:result,stars,'4');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I recommend Carolina Bed and Breakfast in east . It gets 4 stars . Would you like more info or for me to help book it ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "I would like more information before booking this guest house please ."
},
{
"id": 13,
"rdf-acts": [],
"speaker": "system",
"text": "What would you like to know ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does it have free wifi ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "yes , free wifi and parking"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great , can I book a reservation just for myself , starting on Wednesday for 3 nights ?"
},
{
"id": 17,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'ELJHQGOZ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : ELJHQGOZ . Can I help you with anything else ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'Kings Cross');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd also like to find a train departing from Kings Cross and going to Cambridge on Wednesday ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,leave_at,'05:17');(_:result,leave_at,'every two hours');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "We have train every two hours starting at 05:17 , what time works for you ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,arrive_by,'13:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I only need to arrive by 13:00 or earlier ."
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,arrive_by,'12:08');(_:result,id,'TR417');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "How about the TR417 train arriving by 12:08 ?"
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thanks for the information ."
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome ."
}
] |
PMUL1722.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/ea573e9e"
],
[
"_:search/ea573e9e",
"category",
"guesthouses"
],
[
"_:search/ea573e9e",
"pricerange",
"expensive"
],
[
"_:search/ea573e9e",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ea573e9e"
],
[
"_:search/ea573e9e",
"category",
"guesthouses"
],
[
"_:search/ea573e9e",
"pricerange",
"expensive"
],
[
"_:search/ea573e9e",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/4d395d5f"
],
[
"_:search/4d395d5f",
"category",
"guesthouses"
],
[
"_:search/4d395d5f",
"pricerange",
"expensive"
],
[
"_:search/4d395d5f",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"moderate priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ea573e9e"
],
[
"_:search/ea573e9e",
"category",
"guesthouses"
],
[
"_:search/ea573e9e",
"pricerange",
"expensive"
],
[
"_:search/ea573e9e",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/4d395d5f"
],
[
"_:search/4d395d5f",
"category",
"guesthouses"
],
[
"_:search/4d395d5f",
"pricerange",
"expensive"
],
[
"_:search/4d395d5f",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"moderate priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ea573e9e"
],
[
"_:search/ea573e9e",
"category",
"guesthouses"
],
[
"_:search/ea573e9e",
"pricerange",
"expensive"
],
[
"_:search/ea573e9e",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/4d395d5f"
],
[
"_:search/4d395d5f",
"category",
"guesthouses"
],
[
"_:search/4d395d5f",
"pricerange",
"expensive"
],
[
"_:search/4d395d5f",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"moderate priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ea573e9e"
],
[
"_:search/ea573e9e",
"category",
"guesthouses"
],
[
"_:search/ea573e9e",
"pricerange",
"expensive"
],
[
"_:search/ea573e9e",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/4d395d5f"
],
[
"_:search/4d395d5f",
"category",
"guesthouses"
],
[
"_:search/4d395d5f",
"pricerange",
"expensive"
],
[
"_:search/4d395d5f",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/167f6563"
],
[
"_:search/167f6563",
"area",
"east"
],
[
"_:search/167f6563",
"category",
"hotels"
],
[
"_:search/167f6563",
"pricerange",
"moderate"
],
[
"_:search/167f6563",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"express by holiday inn"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ea573e9e"
],
[
"_:search/ea573e9e",
"category",
"guesthouses"
],
[
"_:search/ea573e9e",
"pricerange",
"expensive"
],
[
"_:search/ea573e9e",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/4d395d5f"
],
[
"_:search/4d395d5f",
"category",
"guesthouses"
],
[
"_:search/4d395d5f",
"pricerange",
"expensive"
],
[
"_:search/4d395d5f",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/167f6563"
],
[
"_:search/167f6563",
"area",
"east"
],
[
"_:search/167f6563",
"category",
"hotels"
],
[
"_:search/167f6563",
"pricerange",
"moderate"
],
[
"_:search/167f6563",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Carolina Bed and Breakfast"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ea573e9e"
],
[
"_:search/ea573e9e",
"category",
"guesthouses"
],
[
"_:search/ea573e9e",
"pricerange",
"expensive"
],
[
"_:search/ea573e9e",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/4d395d5f"
],
[
"_:search/4d395d5f",
"category",
"guesthouses"
],
[
"_:search/4d395d5f",
"pricerange",
"expensive"
],
[
"_:search/4d395d5f",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/167f6563"
],
[
"_:search/167f6563",
"area",
"east"
],
[
"_:search/167f6563",
"category",
"hotels"
],
[
"_:search/167f6563",
"pricerange",
"moderate"
],
[
"_:search/167f6563",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Carolina Bed and Breakfast"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ea573e9e"
],
[
"_:search/ea573e9e",
"category",
"guesthouses"
],
[
"_:search/ea573e9e",
"pricerange",
"expensive"
],
[
"_:search/ea573e9e",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/4d395d5f"
],
[
"_:search/4d395d5f",
"category",
"guesthouses"
],
[
"_:search/4d395d5f",
"pricerange",
"expensive"
],
[
"_:search/4d395d5f",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/167f6563"
],
[
"_:search/167f6563",
"area",
"east"
],
[
"_:search/167f6563",
"category",
"hotels"
],
[
"_:search/167f6563",
"pricerange",
"moderate"
],
[
"_:search/167f6563",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Carolina Bed and Breakfast"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ea573e9e"
],
[
"_:search/ea573e9e",
"category",
"guesthouses"
],
[
"_:search/ea573e9e",
"pricerange",
"expensive"
],
[
"_:search/ea573e9e",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/4d395d5f"
],
[
"_:search/4d395d5f",
"category",
"guesthouses"
],
[
"_:search/4d395d5f",
"pricerange",
"expensive"
],
[
"_:search/4d395d5f",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/167f6563"
],
[
"_:search/167f6563",
"area",
"east"
],
[
"_:search/167f6563",
"category",
"hotels"
],
[
"_:search/167f6563",
"pricerange",
"moderate"
],
[
"_:search/167f6563",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Carolina Bed and Breakfast"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ELJHQGOZ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"Kings Cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ea573e9e"
],
[
"_:search/ea573e9e",
"category",
"guesthouses"
],
[
"_:search/ea573e9e",
"pricerange",
"expensive"
],
[
"_:search/ea573e9e",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/4d395d5f"
],
[
"_:search/4d395d5f",
"category",
"guesthouses"
],
[
"_:search/4d395d5f",
"pricerange",
"expensive"
],
[
"_:search/4d395d5f",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/167f6563"
],
[
"_:search/167f6563",
"area",
"east"
],
[
"_:search/167f6563",
"category",
"hotels"
],
[
"_:search/167f6563",
"pricerange",
"moderate"
],
[
"_:search/167f6563",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Carolina Bed and Breakfast"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ELJHQGOZ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"Kings Cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"05:17"
],
[
"_:result",
"leave_at",
"every two hours"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ea573e9e"
],
[
"_:search/ea573e9e",
"category",
"guesthouses"
],
[
"_:search/ea573e9e",
"pricerange",
"expensive"
],
[
"_:search/ea573e9e",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/4d395d5f"
],
[
"_:search/4d395d5f",
"category",
"guesthouses"
],
[
"_:search/4d395d5f",
"pricerange",
"expensive"
],
[
"_:search/4d395d5f",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/167f6563"
],
[
"_:search/167f6563",
"area",
"east"
],
[
"_:search/167f6563",
"category",
"hotels"
],
[
"_:search/167f6563",
"pricerange",
"moderate"
],
[
"_:search/167f6563",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Carolina Bed and Breakfast"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ELJHQGOZ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"Kings Cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"05:17"
],
[
"_:result",
"leave_at",
"every two hours"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"12:08"
],
[
"_:result",
"id",
"TR417"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am looking for information in Cambridge"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "What kind of information were you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'cheap');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like a 4 star luxury place to stay . It must include free wifi . But I 'm cheap as all get out , so nothing too pricey ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'a few');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have a few that match , do you have a location preference ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,people,'3');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The area does n't matter as long as they have a room available for 3 people staying 4 nights ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That should n't be a problem . What day would you like to begin your stay ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "from Thursday ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'alexander bed and breakfast');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "alexander bed and breakfast would be perfect for you . Shall i book it ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'alexander bed and breakfast');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It 'll be very good if you can include alexander bed and breakfast but need to be in a reasonable price ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'alexander bed and breakfast');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "alexander bed and breakfast is ideal for you ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'near the hotel');(_:search,type,'Attraction');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you help me to locate a free attraction near the hotel ?"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "There are many in the centre of town , what type are you looking for a church , or swimming or a park ?"
}
] |
PMUL4733.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_: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",
"stars",
"4"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
]
],
"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",
"stars",
"4"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"near the hotel"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"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": "Hi ! I am attempting to find a restaurant in Cambridge called Traveller 's Rest . Do you know of it ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure , do you want me to make a booking or do you need more information ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'14:30');(_:search,people,'3');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to book a table for 3 people at 14:30 on sunday . I will need the reference number as well ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,ref,'GZ16XA39');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok , it 's booked ! Your reference number for the reservation is GZ16XA39 ."
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Great ! I 'm also looking for something fun to do in town . Can you help me find something to do ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,category,?);(_:search,name,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have many great attractions here . Is there some place specific you would like to go ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for something in the centre ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Ok , is there a specific attraction type you are interested in seeing ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for an entertainment attraction preferably ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm not showing anything in the centre . Is there another area you 're interested in visiting , or a different type of attraction ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'park');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Ok , how about a park in the centre . Are there any ?"
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:search,category,'parks');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I am not finding any parks . Sorry ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "what kind of entertainment are there in centre ?"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "There is n't any entertainment in the centre would you like to try another area or another type of attraction ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,category,'park');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Just find me a park anywhere then ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,name,'cambridge university botanic gardens');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "cambridge university botanic gardens is in the centre area . I 'm sorry I could nt find it before . Can I get you more info on that ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could you provide me with the address , please ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,address,'bateman street');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address there is bateman street ."
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thank you ! I will also need a taxi to commute between the two places ."
},
{
"id": 19,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I 'd be happy to book a taxi for you . Where would you like to depart from ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,departure,'the park');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "From the park to the restaurant , I would like to get there by the booked time ."
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,car,'black toyota');(_:result,phone,'07523319524');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I have your taxi booked , it is a black toyota and the contact number is 07523319524 . Can I help with anything else ?"
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . I have everything I need at this time ."
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "Your welcome . enjoy your stay in Cambridge ."
}
] |
PMUL2268.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"GZ16XA39"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"GZ16XA39"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"GZ16XA39"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"GZ16XA39"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/d6ad8eec"
],
[
"_:search/d6ad8eec",
"area",
"centre"
],
[
"_:search/d6ad8eec",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"GZ16XA39"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/d6ad8eec"
],
[
"_:search/d6ad8eec",
"area",
"centre"
],
[
"_:search/d6ad8eec",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/bc67b802"
],
[
"_:search/bc67b802",
"category",
"parks"
],
[
"_:search/bc67b802",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"GZ16XA39"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/d6ad8eec"
],
[
"_:search/d6ad8eec",
"area",
"centre"
],
[
"_:search/d6ad8eec",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/bc67b802"
],
[
"_:search/bc67b802",
"category",
"parks"
],
[
"_:search/bc67b802",
"type",
"Attraction"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/2a000305"
],
[
"_:search/2a000305",
"area",
"centre"
],
[
"_:search/2a000305",
"category",
"entertainment"
],
[
"_:search/2a000305",
"type",
"Attraction"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"GZ16XA39"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:system",
"canthelp",
"_:search/d6ad8eec"
],
[
"_:search/d6ad8eec",
"area",
"centre"
],
[
"_:search/d6ad8eec",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/bc67b802"
],
[
"_:search/bc67b802",
"category",
"parks"
],
[
"_:search/bc67b802",
"type",
"Attraction"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/2a000305"
],
[
"_:search/2a000305",
"area",
"centre"
],
[
"_:search/2a000305",
"category",
"entertainment"
],
[
"_:search/2a000305",
"type",
"Attraction"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"cambridge university botanic gardens"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"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",
"day",
"sunday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"GZ16XA39"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:system",
"canthelp",
"_:search/d6ad8eec"
],
[
"_:search/d6ad8eec",
"area",
"centre"
],
[
"_:search/d6ad8eec",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/bc67b802"
],
[
"_:search/bc67b802",
"category",
"parks"
],
[
"_:search/bc67b802",
"type",
"Attraction"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/2a000305"
],
[
"_:search/2a000305",
"area",
"centre"
],
[
"_:search/2a000305",
"category",
"entertainment"
],
[
"_:search/2a000305",
"type",
"Attraction"
],
[
"_:search",
"category",
"park"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"cambridge university botanic gardens"
],
[
"_:result",
"address",
"bateman street"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"GZ16XA39"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:system",
"canthelp",
"_:search/d6ad8eec"
],
[
"_:search/d6ad8eec",
"area",
"centre"
],
[
"_:search/d6ad8eec",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/bc67b802"
],
[
"_:search/bc67b802",
"category",
"parks"
],
[
"_:search/bc67b802",
"type",
"Attraction"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/2a000305"
],
[
"_:search/2a000305",
"area",
"centre"
],
[
"_:search/2a000305",
"category",
"entertainment"
],
[
"_:search/2a000305",
"type",
"Attraction"
],
[
"_:search",
"category",
"park"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"cambridge university botanic gardens"
],
[
"_:result",
"address",
"bateman street"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the park"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"GZ16XA39"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:system",
"canthelp",
"_:search/d6ad8eec"
],
[
"_:search/d6ad8eec",
"area",
"centre"
],
[
"_:search/d6ad8eec",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/bc67b802"
],
[
"_:search/bc67b802",
"category",
"parks"
],
[
"_:search/bc67b802",
"type",
"Attraction"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/2a000305"
],
[
"_:search/2a000305",
"area",
"centre"
],
[
"_:search/2a000305",
"category",
"entertainment"
],
[
"_:search/2a000305",
"type",
"Attraction"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"cambridge university botanic gardens"
],
[
"_:result",
"address",
"bateman street"
],
[
"_:search",
"departure",
"the park"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black toyota"
],
[
"_:result",
"phone",
"07523319524"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,leave_at,'09:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hello , I 'm trying to find a train leaving on Friday after 09:30 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I would be happy to help you with your request , could you be more specific on where you are departing / arriving ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'broxbourne');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be leaving from Broxbourne on my way to Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Can I get a time you would like to arrive by ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'09:30');(_:search,leave_at,'09:30');(_:search,type,'Train'))",
"request((_:result,arrive_by,?);(_:result,duration,?);(_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I am not particular about what time we arrive provided we leave after 09:30 . Choose one for me and give me the arrival time , travel time , and train ID ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'10:32');(_:result,departure,'Broxbourne');(_:result,destination,'Cambridge');(_:result,duration,'60 minutes');(_:result,id,'TR5678');(_:result,leave_at,'09:32');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "I have train TR5678 leaving Broxbourne at 09:32 and arriving in Cambridge at 10:32 . The travel time is 60 minutes . Anything else I can help with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am also looking for a place to dine in the north area that has a cheap price range ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,food,'Indian');(_:result,food,'Italian');(_:result,name,'Da Vinci Pizzeria');(_:result,name,'Royal Spice');(_:result,type,'Restaurant'))",
"inform((_:result,count,'2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have two choices that match , Royal Spice that serves Indian food , and Da Vinci Pizzeria that servers Italian food . Do either of those work ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'19:30');(_:search,name,'royal spice');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes I would like Royal Spice , book a table for 8 people at 19:30 on the same day"
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , there are n't any tables available at that time . Would you like to try another timeslot ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,duration,'18:30');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about at 18:30 ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,duration,'18:30');(_:booking,ref,'A2FWMXJN');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to successfully reserve your table for 18:30 . Your reference number is A2FWMXJN . Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be all , thank you for your help ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome please let me know if there is anything else I can help you with ."
}
] |
MUL1423.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"09:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"09:30"
],
[
"_:search",
"leave_at",
"09:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"09:30"
],
[
"_:search",
"leave_at",
"09:30"
],
[
"_:result",
"arrive_by",
"10:32"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"duration",
"60 minutes"
],
[
"_:result",
"id",
"TR5678"
],
[
"_:result",
"leave_at",
"09:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"09:30"
],
[
"_:search",
"leave_at",
"09:30"
],
[
"_:result",
"arrive_by",
"10:32"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"duration",
"60 minutes"
],
[
"_:result",
"id",
"TR5678"
],
[
"_:result",
"leave_at",
"09:32"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Da Vinci Pizzeria"
],
[
"_:result",
"name",
"Royal Spice"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"name",
"royal spice"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"09:30"
],
[
"_:search",
"leave_at",
"09:30"
],
[
"_:result",
"arrive_by",
"10:32"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"duration",
"60 minutes"
],
[
"_:result",
"id",
"TR5678"
],
[
"_:result",
"leave_at",
"09:32"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Da Vinci Pizzeria"
],
[
"_:result",
"name",
"Royal Spice"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"name",
"royal spice"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/ab4185b2"
],
[
"_:booking/ab4185b2",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"09:30"
],
[
"_:search",
"leave_at",
"09:30"
],
[
"_:result",
"arrive_by",
"10:32"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"duration",
"60 minutes"
],
[
"_:result",
"id",
"TR5678"
],
[
"_:result",
"leave_at",
"09:32"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Da Vinci Pizzeria"
],
[
"_:result",
"name",
"Royal Spice"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"name",
"royal spice"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/ab4185b2"
],
[
"_:booking/ab4185b2",
"type",
"Booking"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"18:30"
],
[
"_:booking",
"ref",
"A2FWMXJN"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "Can you find a theater to go to in town ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , do you have an area of town you would like to visit ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No , I 'm not concerned about that ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'Adc theatre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Adc theatre is in the centre of town"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay , great . I 'm also looking for a restaurant in the south . It should be expensive ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 5 locations . Do you have a food preference ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about chinese food ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'10 Homerton Street City Centre');(_:result,count,'2');(_:result,name,'Peking Restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 2 options that meet your criteria . Personally , I would recommend the Peking Restaurant at 10 Homerton Street City Centre ."
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Perfect , would you be able to book that for me ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "for how many people and time please ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))",
"inform((_:search,name,'Peking Restaurant');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Actually , I will book it myself . May I please get Peking Restaurant 's phone number and postcode ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,phone,'01223354755');(_:result,postcode,'cb28nx');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number is 01223354755 and the post code is cb28nx ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanks . Could I get the address as well please ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'10 Homerton Street City Centre');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "10 Homerton Street City Centre . What else may I do ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need , thanks very much ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Have a nice day . Goodbye ."
}
] |
PMUL3919.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Adc theatre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Adc theatre"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"10 Homerton Street City Centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Peking Restaurant"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"address",
"10 Homerton Street City Centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Peking Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"name",
"Peking Restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"address",
"10 Homerton Street City Centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Peking Restaurant"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"Peking Restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"01223354755"
],
[
"_:result",
"postcode",
"cb28nx"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Peking Restaurant"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"Peking Restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"01223354755"
],
[
"_:result",
"postcode",
"cb28nx"
],
[
"_:result",
"address",
"10 Homerton Street City Centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "I was involved in a car accident and need help sorting it out ."
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "Where did the accident occur ? Are there any injuries ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I am not familiar with the area , but I am more concerned about the current car accident dispute ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,type,'Police'))"
],
"speaker": "system",
"text": "Have you contacted the police ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "Not yet . Can you help me with locating the postcode ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The postcode for Parkside Police is CB11JG . Do you need further assistance ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that is all I need . Thank you ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "I hope everything turns out alright for you . Please contact us again if we can provide any more information ."
}
] |
SNG01952.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Police"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to leave for Cambridge by train on Wednesday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay , where are you departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be coming from london kings cross"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))",
"inform((_:result,departure,'London Kings Cross');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "When do you want to leave London Kings Cross ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i will leave on wednesday"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR5725');(_:result,leave_at,'05:17');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "how about TR5725 that leaves at 05:17 ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That will work . Will you please book it for 5 people ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'EKDNFGB7');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It is booked and your reference number is EKDNFGB7 . Is there anything else ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I needed . Thanks !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You are more than welcome !"
}
] |
SNG01917.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"departure",
"London Kings Cross"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"departure",
"London Kings Cross"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"id",
"TR5725"
],
[
"_:result",
"leave_at",
"05:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"departure",
"London Kings Cross"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"id",
"TR5725"
],
[
"_:result",
"leave_at",
"05:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"EKDNFGB7"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am looking for information in Cambridge"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "I can help you with all kinds of information . What are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,departure,'peterborough');(_:search,leave_at,'16:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to find a train for Friday leaving after 16:30 , from Peterborough ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'17:38');(_:result,id,'TR0992');(_:result,leave_at,'16:48');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "TR0992 will leave at 16:48 and arrive by 17:38 . Do you need anything else ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you that will be all"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice trip !"
}
] |
PMUL3413.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"16:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"16:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"17:38"
],
[
"_:result",
"id",
"TR0992"
],
[
"_:result",
"leave_at",
"16:48"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please help me locate an expensive restaurant located in the centre . Thanks ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'33');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Great , I have 33 options for you . Any particular cuisine you 'd like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like european food ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,name,'Eraina');(_:result,name,'Michaelhouse Cafe');(_:result,name,'and Darrys Corkhouse and Wine Shop');(_:result,type,'Restaurant'))",
"inform((_:result,count,'3');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 3 options for you : Eraina , Michaelhouse Cafe , and Darrys Corkhouse and Wine Shop . Would you like the phone numbers for any of these ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'16:30');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you book Darrys Corkhouse for 7 people on Sunday at 16:30 ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'10HHSLXW');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have reserved you a table and the reference number is 10HHSLXW . Can I help you with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need help finding a train going to Ely ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "When would you like to leave or arrive and what day would you like to travel ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,leave_at,'15:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to leave after 15:30 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))",
"inform((_:result,amount,'a number');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have a number of trains to choose from . What day would you like to book your travel on ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need the train for Monday ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time would you like to leave and arrive ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,leave_at,'15:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No preference for when I arrive but I 'd like to leave after 15:30 ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Ok I will book it for you"
}
] |
PMUL0761.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",
"count",
"33"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"name",
"Eraina"
],
[
"_:result",
"name",
"Michaelhouse Cafe"
],
[
"_:result",
"name",
"and Darrys Corkhouse and Wine Shop"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"name",
"Eraina"
],
[
"_:result",
"name",
"Michaelhouse Cafe"
],
[
"_:result",
"name",
"and Darrys Corkhouse and Wine Shop"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"10HHSLXW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"name",
"Eraina"
],
[
"_:result",
"name",
"Michaelhouse Cafe"
],
[
"_:result",
"name",
"and Darrys Corkhouse and Wine Shop"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"10HHSLXW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"name",
"Eraina"
],
[
"_:result",
"name",
"Michaelhouse Cafe"
],
[
"_:result",
"name",
"and Darrys Corkhouse and Wine Shop"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"10HHSLXW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"name",
"Eraina"
],
[
"_:result",
"name",
"Michaelhouse Cafe"
],
[
"_:result",
"name",
"and Darrys Corkhouse and Wine Shop"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"10HHSLXW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any Italian restaurants in the city centre ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,pricerange,'cheap');(_:result,pricerange,'moderately priced');(_:result,pricerange,'more expensive');(_:result,type,'Restaurant'))",
"inform((_:result,amount,'quite a few');(_:result,area,'centre');(_:result,food,'Italian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are quite a few Italian restaurants in the centre . Would you like something cheap , moderately priced , or more expensive ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like something in the cheap range and i need the address and phone number"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Regent Street City Centre');(_:result,name,'Pizza Hut City Centre');(_:result,phone,'01223323737');(_:result,postcode,'cb21ab');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , how about Pizza Hut City Centre ? It 's at Regent Street City Centre cb21ab and can be reached at 01223323737 . May I help with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'ashley hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please . I would like information about the Ashley Hotel ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Ashley Hotel');(_:result,pricerange,'moderately priced');(_:result,stars,'two');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Ashley Hotel is in the north part of town . It is a moderately priced two star hotel with internet service and parking . Would you like to make a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'3');(_:search,stay,'5');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , 3 people , 5 nights starting from wednesday . Reference number please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'KJGGRH7E');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is KJGGRH7E ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,leave_at,'08:15');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Thanks . I 'd like to get a taxi as well leaving the restaurant by 08:15 . Can I get the contact number and the car type for that please ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I need a little more information to schedule your taxi . What is your destination ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,departure,'the restaurant');(_:search,destination,'the hotel');(_:search,name,'Pizza Hut City Centre');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'll be going from the restaurant we talked about ( Pizza Hut City Centre ) to the hotel you booked for me ( the Ashley ) ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'white Toyota');(_:result,phone,'07948315819');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I have booked your taxi . Be looking for a white Toyota . If you need to contact them , please call them at 07948315819 . Anything more I can help with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is all I needed thank you ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a nice day ."
}
] |
MUL1285.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"pricerange",
"more expensive"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"pricerange",
"more expensive"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"name",
"Pizza Hut City Centre"
],
[
"_:result",
"phone",
"01223323737"
],
[
"_:result",
"postcode",
"cb21ab"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"phone",
"01223323737"
],
[
"_:result",
"postcode",
"cb21ab"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"two"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"phone",
"01223323737"
],
[
"_:result",
"postcode",
"cb21ab"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"two"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"KJGGRH7E"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"08:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"phone",
"01223323737"
],
[
"_:result",
"postcode",
"cb21ab"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"two"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"KJGGRH7E"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"08:15"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"name",
"Pizza Hut City Centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"postcode",
"cb21ab"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"two"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"KJGGRH7E"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"08:15"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"name",
"Pizza Hut City Centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white Toyota"
],
[
"_:result",
"phone",
"07948315819"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm planning a trip to Cambridge and need a 4 star place with wifi to stay . It does n't matter if its a hotel or guesthouse , just 4 star please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'21');(_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 21 guesthouses offering free wifi . Do you have a price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It should be cheap and include free parking ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'8');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 8 results . What area would you like ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Hotel'))",
"inform((_:search,area,'No particular');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No particular area . What do you recommend ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'finches bed and breakfast');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I recommend finches bed and breakfast , that 've got some good reviews ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,stay,'5');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Oh that s great . Please assist to book that for 5 nights starting from Saturday and if it fails then Tuesday . Please send me the reference number when you are done ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Saturday');(_:booking,ref,'5LQHD9SU');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful for Saturday . \n Reference number is : 5LQHD9SU . Can I help with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I 'm looking for entertainment attractions located in the centre ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry there are no matches ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Okay , perhaps you can find a college that I can visit ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'colleges');(_:result,count,'5');(_:result,entrance_fee,'free');(_:result,name,'Downing College');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are five colleges available in the centre area . How about Downing College ? The entrance fee is free ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Sounds great . What is the address ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'regent street');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "it is on regent street"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "i also want a taxi to commute between the two places"
},
{
"id": 15,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay , do you need the taxi to go to the restaurant or the attraction ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,departure,'the attraction');(_:search,destination,'the restaurant');(_:search,leave_at,'09:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to leave the attraction at 09:45 and head to the restaurant ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'black lexus');(_:result,phone,'07988632177');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Sure , you will be expecting a black lexus , their contact number is 07988632177"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "you are welcome , enjoy yourself ."
}
] |
PMUL3814.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"has_internet",
"none"
],
[
"_: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",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
],
[
"_:search",
"area",
"No particular"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"area",
"?"
],
[
"_:search",
"area",
"No particular"
],
[
"_:result",
"name",
"finches bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"name",
"finches bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"ref",
"5LQHD9SU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"name",
"finches bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"ref",
"5LQHD9SU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/ec5eebf4"
],
[
"_:search/ec5eebf4",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"ref",
"5LQHD9SU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/ec5eebf4"
],
[
"_:search/ec5eebf4",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Downing College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"ref",
"5LQHD9SU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/ec5eebf4"
],
[
"_:search/ec5eebf4",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Downing College"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"ref",
"5LQHD9SU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/ec5eebf4"
],
[
"_:search/ec5eebf4",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Downing College"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_: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,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"ref",
"5LQHD9SU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/ec5eebf4"
],
[
"_:search/ec5eebf4",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Downing College"
],
[
"_:result",
"address",
"regent street"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black lexus"
],
[
"_:result",
"phone",
"07988632177"
],
[
"_: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,area,'centre');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi there , I 'm looking for a museum to go to that 's in the centre of the city ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'museums');(_:result,count,'11');(_:result,name,'museum of archaelogy and anthropology');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have 11 museums in the centre . The museum of archaelogy and anthropology is very popular . Would you like to go there ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the entrance fee for the Museum of Archaeology and Anthropology ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It has a free entrance fee ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you please provide the address and postcode ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'university of cambridge , downing street');(_:result,postcode,'cb23dz');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Yes , I can . The address is university of cambridge , downing street , postcode cb23dz ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'21:00');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you . I also looking for train that departs from cambridge and arrive by 21:00 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Could you provide your destination in order that I might better help you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,destination,'norwich');(_:search,people,'two');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "There are two of us , and we 'd like to go to norwich please ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day would you and your companion be traveling ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "We will be traveling on Thursday ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'20:55');(_:result,arrive_by,'6:55');(_:result,id,'TR1006');(_:result,id,'TR5892');(_:result,leave_at,'19:36');(_:result,leave_at,'5:36');(_:result,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Great ! I have the TR1006 departing at 5:36 and arriving by 6:55 or if you would like a later time the TR5892 departs at 19:36 and arrives by 20:55 ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'two');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The TR5892 would be great . Could I book two tickets for that train please ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,id,'TR5892');(_:booking,people,'two');(_:booking,ref,'GA09OC54');(_:booking,ticket,'35.2 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I successfully booked two tickets on TR5892 at a cost of 35.2 GBP . Your reference number is GA09OC54 ."
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "You have been so helpful . Thank you . I have no other requests . Good bye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for choosing Cambridge Help Desk . Have a lovely trip ."
}
] |
MUL1746.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",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"name",
"museum of archaelogy and anthropology"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"name",
"museum of archaelogy and anthropology"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"name",
"museum of archaelogy and anthropology"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"university of cambridge , downing street"
],
[
"_:result",
"postcode",
"cb23dz"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"21:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"name",
"museum of archaelogy and anthropology"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"university of cambridge , downing street"
],
[
"_:result",
"postcode",
"cb23dz"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"21:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"people",
"two"
],
[
"_: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",
"museum"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"name",
"museum of archaelogy and anthropology"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"university of cambridge , downing street"
],
[
"_:result",
"postcode",
"cb23dz"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"21:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"name",
"museum of archaelogy and anthropology"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"university of cambridge , downing street"
],
[
"_:result",
"postcode",
"cb23dz"
],
[
"_:search",
"arrive_by",
"21:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"arrive_by",
"20:55"
],
[
"_:result",
"arrive_by",
"6:55"
],
[
"_:result",
"id",
"TR1006"
],
[
"_:result",
"id",
"TR5892"
],
[
"_:result",
"leave_at",
"19:36"
],
[
"_:result",
"leave_at",
"5:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"name",
"museum of archaelogy and anthropology"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"university of cambridge , downing street"
],
[
"_:result",
"postcode",
"cb23dz"
],
[
"_:search",
"arrive_by",
"21:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"arrive_by",
"20:55"
],
[
"_:result",
"arrive_by",
"6:55"
],
[
"_:result",
"id",
"TR1006"
],
[
"_:result",
"id",
"TR5892"
],
[
"_:result",
"leave_at",
"19:36"
],
[
"_:result",
"leave_at",
"5:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR5892"
],
[
"_:booking",
"people",
"two"
],
[
"_:booking",
"ref",
"GA09OC54"
],
[
"_:booking",
"ticket",
"35.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , I am looking for a guesthouse with free parking . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,pricerange,'cheap');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have several options for you . Do you prefer a cheap or moderate price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'dontcare');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The price does n't matter so much but something 4 star rated would be nice ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'16');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 16 matches , do you have a location preference ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , it needs to be in the east ."
},
{
"id": 5,
"rdf-acts": [
"select((_:result,pricerange,'cheap');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))",
"inform((_:result,count,'5');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "That leaves 5 options . All are 4 stars and offer free parking and wifi . There are several cheap and a few moderate . Which do you prefer ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I prefer cheap please and thank you"
},
{
"id": 7,
"rdf-acts": [
"select((_:result,name,'allenbell');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "you may choose from allenbell , autumn house or leverton house ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,name,'allenbell');(_:search,people,'8');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you book the Allenbell for 8 people for 3 nights staring tuesday ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'UARX4P61');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Reference number is : UARX4P61 . Anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'russian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , can you find me an expensive Russian restaurant ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'in town');(_:search,food,'Russian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "It looks like there are n't any expensive Russian restaurants in town . Did you want me to try another price range ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "no , how about british food ?"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'6');(_:result,food,'British');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes . There are six British places . Do you prefer a certain part of town ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I would prefer the west please ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,name,'graffiti');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure thing I would suggest graffiti ."
},
{
"id": 16,
"rdf-acts": [],
"speaker": "user",
"text": "I would like to try it ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,name,'graffiti');(_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I can book a table for you , if you 'd like . What date and time would you like to visit graffiti , and how many people will be dining with you ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'16:15');(_:search,people,'same group of people');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "the same group of people at 16:15 on the same day ."
},
{
"id": 19,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'UL39KIAD');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : UL39KIAD . anything else"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That should be all . thank you ."
},
{
"id": 21,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Yeah you are welcome . I am glad I could assist ."
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "ok , thanks . leave me alone now ."
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day !"
}
] |
PMUL4993.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"16"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_: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_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"UARX4P61"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"russian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"UARX4P61"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/8695938a"
],
[
"_:search/8695938a",
"area",
"in town"
],
[
"_:search/8695938a",
"food",
"Russian"
],
[
"_:search/8695938a",
"pricerange",
"expensive"
],
[
"_:search/8695938a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_: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",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"UARX4P61"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/8695938a"
],
[
"_:search/8695938a",
"area",
"in town"
],
[
"_:search/8695938a",
"food",
"Russian"
],
[
"_:search/8695938a",
"pricerange",
"expensive"
],
[
"_:search/8695938a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_: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"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"UARX4P61"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/8695938a"
],
[
"_:search/8695938a",
"area",
"in town"
],
[
"_:search/8695938a",
"food",
"Russian"
],
[
"_:search/8695938a",
"pricerange",
"expensive"
],
[
"_:search/8695938a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"food",
"British"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"graffiti"
],
[
"_:result",
"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",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"UARX4P61"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/8695938a"
],
[
"_:search/8695938a",
"area",
"in town"
],
[
"_:search/8695938a",
"food",
"Russian"
],
[
"_:search/8695938a",
"pricerange",
"expensive"
],
[
"_:search/8695938a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"food",
"British"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"name",
"graffiti"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"graffiti"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/8695938a"
],
[
"_:search/8695938a",
"area",
"in town"
],
[
"_:search/8695938a",
"food",
"Russian"
],
[
"_:search/8695938a",
"pricerange",
"expensive"
],
[
"_:search/8695938a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"food",
"British"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"name",
"graffiti"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"graffiti"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"UL39KIAD"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/8695938a"
],
[
"_:search/8695938a",
"area",
"in town"
],
[
"_:search/8695938a",
"food",
"Russian"
],
[
"_:search/8695938a",
"pricerange",
"expensive"
],
[
"_:search/8695938a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"food",
"British"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"name",
"graffiti"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"graffiti"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"UL39KIAD"
],
[
"_: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,departure,'cambridge');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Please help me locate a train that departs from Cambridge and is going to Leicester . Thanks ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time would you like to leave ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'18:45');(_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm flexible about departure time , but I must arrive by 18:45 on Saturday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'18:06');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is a train that will arrive at 18:06 . Would you like me to book it for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Not yet but can I get travel time and train ID ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR9193');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The train ID is TR9193 for that trip . Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))",
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the travel time for the train ? Also , I need a place to eat in the centre . It should be in the expensive range ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,duration,'105 minutes');(_:result,id,'TR7600');(_:result,type,'Train'))",
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry that train ID is actually TR7600 . The duration of trip is 105 minutes . As to locating a restaurant , what type of food would you like to eat ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Any place in the centre with good food and service would be perfect ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'the midsummer house restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about the midsummer house restaurant ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "ok , as long as it 's expensive ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , it is expensive . Can I book this for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'15:30');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . Book for 5 people the same day and at 15:30 ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'R8TPS4MK');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book your table successfully . Your reference number is R8TPS4MK and your reservation will be held for 15 minutes . Do you need any further assistance ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that is it , thank you !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Click the end chat button to end this session . Have a good day ."
}
] |
PMUL0958.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"18:06"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"arrive_by",
"18:06"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"TR9193"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"arrive_by",
"18:06"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"id",
"TR7600"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"arrive_by",
"18:06"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"id",
"TR7600"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:result",
"name",
"the midsummer house restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:result",
"arrive_by",
"18:06"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"id",
"TR7600"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:result",
"name",
"the midsummer house restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"15:30"
],
[
"_: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",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:result",
"arrive_by",
"18:06"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"id",
"TR7600"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:result",
"name",
"the midsummer house restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"R8TPS4MK"
],
[
"_: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,type,'Police'))"
],
"speaker": "user",
"text": "Could you please connect me to the closest police station ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "Here is the contact info for your police station Telephone:01223358966 \n Address : Parkside , Cambridge \n Postcode : CB11JG"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks so much for your help . That 's just what I needed ."
},
{
"id": 3,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "Glad to be of help . Will you be needing anything else today ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . Have a nice day ."
},
{
"id": 5,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "welcome . at your service next time"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . Goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our services ."
}
] |
SNG01481.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you help me find a museum ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'museums');(_:result,count,'23');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Certainly ! There are 23 great museums to visit . Are you looking for a specific area of town ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'Not really');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Not really . Which is your favorite ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,'Williams Art and Antiques');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "My favorite is the Williams Art and Antiques . They are in the centre of town and offer free entrance . Would you like more information on it ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes adress and phone number please"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,\"gwydir street , no . 5 dale 's brewery\");(_:result,phone,'01223311687');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address is gwydir street , no . 5 dale 's brewery , phone number is 01223311687 . Anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm also looking for a train that goes to Cambridge on Thursday ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you leaving from ? Is there a specific arrival or departure time that you need ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'21:30');(_:search,departure,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving from Broxbourne and should arrive by 21:30"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Is there a certain time you would like to leave ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "no book for 4 people and get the reference number"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'D06EZBWG');(_:booking,ticket,'94.4 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 94.4 GBP payable at the station . \n Reference number is : D06EZBWG ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help ."
},
{
"id": 13,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You 're welcome ! Can I help you with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I will need . Thank you ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Have a good trip !"
}
] |
PMUL4811.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"Not really"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"area",
"Not really"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Williams Art and Antiques"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"area",
"Not really"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Williams Art and Antiques"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"gwydir street , no . 5 dale 's brewery"
],
[
"_:result",
"phone",
"01223311687"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"area",
"Not really"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Williams Art and Antiques"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"gwydir street , no . 5 dale 's brewery"
],
[
"_:result",
"phone",
"01223311687"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"area",
"Not really"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Williams Art and Antiques"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"gwydir street , no . 5 dale 's brewery"
],
[
"_:result",
"phone",
"01223311687"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"area",
"Not really"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Williams Art and Antiques"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"gwydir street , no . 5 dale 's brewery"
],
[
"_:result",
"phone",
"01223311687"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"D06EZBWG"
],
[
"_:booking",
"ticket",
"94.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",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"area",
"Not really"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Williams Art and Antiques"
],
[
"_:result",
"address",
"gwydir street , no . 5 dale 's brewery"
],
[
"_:result",
"phone",
"01223311687"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"D06EZBWG"
],
[
"_:booking",
"ticket",
"94.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": [
"inform((_:search,name,'kambar');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you give me information on a particular attraction , called kambar ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'nightclub');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , it 's a nightclub in the centre of town ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Great , could you also provide me with the phone number ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Kambar');(_:result,phone,'01223842725');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Of course , the phone number for Kambar is 01223842725 . Can I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to also eat Indian food . What expensive restaurant do you have ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Hills Road City Centre');(_:result,amount,'many');(_:result,food,'Indian');(_:result,name,'Saffron Brasserie');(_:result,phone,'011223354679');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have many options for Indian . How about Saffron Brasserie at Hills Road City Centre . Phone 011223354679 . Anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'17:30');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great . Could you make a reservation for 7 people at 17:30 on Monday ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'7E8IT3A0');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : 7E8IT3A0 . What else can I help you with today ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "No . That will be all ."
},
{
"id": 9,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Thank you for using our services , feel free to contact us any time for assistance ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thank you for helping"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our service today ."
}
] |
PMUL2134.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kambar"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kambar"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kambar"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Kambar"
],
[
"_:result",
"phone",
"01223842725"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kambar"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Hills Road City Centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Saffron Brasserie"
],
[
"_:result",
"phone",
"011223354679"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kambar"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"Hills Road City Centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Saffron Brasserie"
],
[
"_:result",
"phone",
"011223354679"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"7E8IT3A0"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kambar"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"Hills Road City Centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Saffron Brasserie"
],
[
"_:result",
"phone",
"011223354679"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"7E8IT3A0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'london kings cross');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train from london kings cross to cambridge ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,leave_at,'5:17');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day will you be departing ? Trains depart starting at 5:17 then at each odd hour . Trains arrive the next hour : 08 ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'19:15');(_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "On sunday . But I have to be there by 19:15 . Which one works best for that ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'18:08');(_:result,count,'7');(_:result,id,'TR2952');(_:result,leave_at,'17:17');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are 7 trains . The one that arrives closest to 19:15 is TR2952 which leaves at 17:17 and arrives at 18:08 . Would you like to book this ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Is there an earlier train ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'14:08');(_:result,id,'TR1688');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There is TR1688 that arrives by 14:08"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Great that should work can I get the price , and departure time of that ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,leave_at,'13:17');(_:result,ticket,'18.88 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "18.88 pounds departure time 13:17 ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I need the postcode please ."
},
{
"id": 9,
"rdf-acts": [],
"speaker": "system",
"text": "What postcode are you requesting ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Sorry . I am interested in finding a museum to attend and would need the postcode and phone number ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'museums');(_:result,count,'5');(_:result,entrance_fee,'3.50 pounds');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 5 museums , 4 of which are free and one costs 3.50 pounds . Do you know which area you would like ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Attraction'))",
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I do n't care about the area . Can you give me the name , postcode , and phone number of the one with an entrance fee ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'2 - 3 castle street');(_:result,entrance_fee,'3.50 pounds');(_:result,name,'cambridge and county folk museum');(_:result,phone,'01223355159');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , cambridge and county folk museum at 2 - 3 castle street has the entrance fee of 3.50 pounds . The phone number is 01223355159 ."
},
{
"id": 14,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I will also need the postcode please ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,name,'the cambridge and county folk museum');(_:result,postcode,'cb30aq');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , the postcode for the cambridge and county folk museum is cb30aq ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help ."
},
{
"id": 17,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "You 're welcome . Is that all I can help you with today ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That should be all the info I need , thank you !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome , enjoy your visit to Cambridge !"
}
] |
MUL0458.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"5:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"arrive_by",
"18:08"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"id",
"TR2952"
],
[
"_:result",
"leave_at",
"17:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"leave_at",
"17:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"id",
"TR1688"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"count",
"7"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"id",
"TR1688"
],
[
"_:result",
"leave_at",
"13:17"
],
[
"_:result",
"ticket",
"18.88 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"count",
"7"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"id",
"TR1688"
],
[
"_:result",
"leave_at",
"13:17"
],
[
"_:result",
"ticket",
"18.88 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"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",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"id",
"TR1688"
],
[
"_:result",
"leave_at",
"13:17"
],
[
"_:result",
"ticket",
"18.88 pounds"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"3.50 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"id",
"TR1688"
],
[
"_:result",
"leave_at",
"13:17"
],
[
"_:result",
"ticket",
"18.88 pounds"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"2 - 3 castle street"
],
[
"_:result",
"entrance_fee",
"3.50 pounds"
],
[
"_:result",
"name",
"cambridge and county folk museum"
],
[
"_:result",
"phone",
"01223355159"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"id",
"TR1688"
],
[
"_:result",
"leave_at",
"13:17"
],
[
"_:result",
"ticket",
"18.88 pounds"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"2 - 3 castle street"
],
[
"_:result",
"entrance_fee",
"3.50 pounds"
],
[
"_:result",
"phone",
"01223355159"
],
[
"_:result",
"name",
"the cambridge and county folk museum"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_: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",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"id",
"TR1688"
],
[
"_:result",
"leave_at",
"13:17"
],
[
"_:result",
"ticket",
"18.88 pounds"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"2 - 3 castle street"
],
[
"_:result",
"entrance_fee",
"3.50 pounds"
],
[
"_:result",
"phone",
"01223355159"
],
[
"_:result",
"name",
"the cambridge and county folk museum"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am looking for something entertaining in town later and I 've got some things in mind ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "What are your ideas ? what area of town and what type of attraction ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'theatre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for a theatre in the centre ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'theatres');(_:result,count,'4');(_:result,name,'ADC Theatre');(_:result,name,'Cambridge Arts Theatre');(_:result,name,'Cambridge Corn Exchange');(_:result,name,'Mumford Theatre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are four theatres in Centre : ADC Theatre , Cambridge Arts Theatre , Mumford Theatre and The Cambridge Corn Exchange . Would you be interested in any of these ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))",
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'Cambridge Arts');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Cambridge Arts sounds good , can I get the phone number ? Is there any entrance fee ? And then a nice expensive dinner in the same area please ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,entrance_fee,'no entrance fee information is available');(_:result,name,'Cambridge arts theatre');(_:result,phone,'0122350333');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Cambridge arts theatre phone is 0122350333 , no entrance fee information is available . There are 33 restaurants in your price range , do you have a food type preference ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'cuban');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I like there to be Cuban food ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'Cuban');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there are no Cuban restaurants available . Would like another type of food ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'japanese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hmm , I 'll try Japanese instead ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'36 Saint Andrews Street');(_:result,name,'wagamama');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "we have wagamama located in 36 Saint Andrews Street . can i book for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No thank you I just need the postcode ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb23ar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code is cb23ar . Is there anything else I can help with ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'cambridge arts theatre');(_:search,destination,'wagamama');(_:search,leave_at,'07:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you book me a taxi that will pick me up from Cambridge Arts Theatre at 07:15 and take me to Wagamama ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'grey volkswagen');(_:result,phone,'07275251696');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking completed ! \n Booked car type \t : \t grey volkswagen \n Contact number \t : \t 07275251696 \n Can I help with anything else today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be all today . Thank you ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system today !"
}
] |
PMUL2364.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"ADC Theatre"
],
[
"_:result",
"name",
"Cambridge Arts Theatre"
],
[
"_:result",
"name",
"Cambridge Corn Exchange"
],
[
"_:result",
"name",
"Mumford Theatre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"name",
"Cambridge Arts"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"Cambridge Arts"
],
[
"_:result",
"entrance_fee",
"no entrance fee information is available"
],
[
"_:result",
"name",
"Cambridge arts theatre"
],
[
"_:result",
"phone",
"0122350333"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"cuban"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"Cambridge Arts"
],
[
"_:result",
"entrance_fee",
"no entrance fee information is available"
],
[
"_:result",
"name",
"Cambridge arts theatre"
],
[
"_:result",
"phone",
"0122350333"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/d5ef7864"
],
[
"_:search/d5ef7864",
"food",
"Cuban"
],
[
"_:search/d5ef7864",
"type",
"Restaurant"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"Cambridge Arts"
],
[
"_:result",
"entrance_fee",
"no entrance fee information is available"
],
[
"_:result",
"phone",
"0122350333"
],
[
"_:system",
"canthelp",
"_:search/d5ef7864"
],
[
"_:search/d5ef7864",
"food",
"Cuban"
],
[
"_:search/d5ef7864",
"type",
"Restaurant"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"36 Saint Andrews Street"
],
[
"_:result",
"name",
"wagamama"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"Cambridge Arts"
],
[
"_:result",
"entrance_fee",
"no entrance fee information is available"
],
[
"_:result",
"phone",
"0122350333"
],
[
"_:system",
"canthelp",
"_:search/d5ef7864"
],
[
"_:search/d5ef7864",
"food",
"Cuban"
],
[
"_:search/d5ef7864",
"type",
"Restaurant"
],
[
"_:search",
"food",
"japanese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"36 Saint Andrews Street"
],
[
"_:result",
"name",
"wagamama"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb23ar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"cambridge arts theatre"
],
[
"_:search",
"destination",
"wagamama"
],
[
"_:search",
"leave_at",
"07: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",
"theatre"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"Cambridge Arts"
],
[
"_:result",
"entrance_fee",
"no entrance fee information is available"
],
[
"_:system",
"canthelp",
"_:search/d5ef7864"
],
[
"_:search/d5ef7864",
"food",
"Cuban"
],
[
"_:search/d5ef7864",
"type",
"Restaurant"
],
[
"_:search",
"food",
"japanese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"36 Saint Andrews Street"
],
[
"_:result",
"name",
"wagamama"
],
[
"_:result",
"postcode",
"cb23ar"
],
[
"_:search",
"departure",
"cambridge arts theatre"
],
[
"_:search",
"destination",
"wagamama"
],
[
"_:search",
"leave_at",
"07:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey volkswagen"
],
[
"_:result",
"phone",
"07275251696"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'21:45');(_:search,destination,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train to stansted airport . I 'd like to arrive by at least 21:45"
},
{
"id": 1,
"rdf-acts": [
"thank()",
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can help you with that . What day would you like to travel on ? Where will you be departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be leaving Cambridge on Monday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'21:08');(_:result,id,'TR4015');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "The TR4015 will get you in at 21:08 . Will that work for you ? Or would you like to get in a little sooner ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that s fine and that will be all thank you"
},
{
"id": 5,
"rdf-acts": [
"bye()",
"reqmore()"
],
"speaker": "system",
"text": "If there is nothing else I can do for you , have a great day and thank you ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'sesame restaurant and bar');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Actually , could you just give me some information on sesame restaurant and bar ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'chinese');(_:result,name,'sesame restaurant and bar');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , sesame restaurant and bar serves chinese food and is in the expensive range . They are located in the centre . Do you have any other questions about them ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Just their address and phone number please ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "The address is 17 Hills Road City Centre and the postcode is cb21nw . Is there any other informaton I can help you with ?"
}
] |
PMUL3203.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"21:45"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"21:45"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"21:08"
],
[
"_:result",
"id",
"TR4015"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"21:08"
],
[
"_:result",
"id",
"TR4015"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"sesame restaurant and bar"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"21:08"
],
[
"_:result",
"id",
"TR4015"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"name",
"sesame restaurant and bar"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"sesame restaurant and bar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'dontcare');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a hotel with free parking but wifi is n't a necessity ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have many possibilities for you . Do you have a certain area or price range in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like it to be cheap ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you have a preference of hotel or guesthouse ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hotel please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Back Lane , Cambourne');(_:result,count,'1');(_:result,name,'Cambridge Belfry');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found just one . The Cambridge Belfry located on Back Lane , Cambourne . It has a great reputation ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can I have the address and postcode ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'back lane , cambourne');(_:result,phone,'01954714600');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Their phone number is 01954714600 and address is back lane , cambourne ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i am also looking for a place to dine"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'west');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Do you want a restaurant near the hotel in the west ? Do you have a price range or cuisine in mind ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,pricerange,'same price range');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "It should be in the same price range as the hotel ."
},
{
"id": 11,
"rdf-acts": [
"select((_:result,food,'italian');(_:result,food,'vietnamese');(_:result,type,'Restaurant'))",
"inform((_:result,count,'2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have two options for you italian food or vietnamese food . Which would you like ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'turkish');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I actually really want some Turkish food . Can you find a place in the centre that is cheap ?"
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "i do nt have anything that matches your description . would you like me to try something else ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'turkish');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please check again for a cheap Turkish restaurant in the centre . If not , try Indian food ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I just do n't see anything I would be happy to change location or type of food ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,food,'turkish');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hm is there a cheap turkish food restaurant anywhere in cambridge ?"
},
{
"id": 17,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "No there is not . Can I try a different price range ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Do you have any cheap restaurants in the centre ?"
},
{
"id": 19,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'Lots');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Lots ! Any particular cuisine in mind ?"
},
{
"id": 20,
"rdf-acts": [],
"speaker": "user",
"text": "No , do you have one you recommend ?"
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,food,'asian oriental');(_:result,name,'j restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I would recommend j restaurant . It 's an asian oriental restaurant and I hear the food is amazing ."
},
{
"id": 22,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Ok that will work . I need the address , phone , post code for that ."
},
{
"id": 23,
"rdf-acts": [
"inform((_:result,phone,'01223307581');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number is 01223307581 ."
},
{
"id": 24,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you . I still need the address and postcode ."
},
{
"id": 25,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'86 Regent Street City Centre');(_:result,postcode,'cb21dp');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their address is 86 Regent Street City Centre postcode cb21dp . Would you like me to book you a table ?"
},
{
"id": 26,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks , that 's all for now ."
},
{
"id": 27,
"rdf-acts": null,
"speaker": "system",
"text": "Ok ! have a great day !"
}
] |
PMUL0107.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"Back Lane , Cambourne"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"address",
"back lane , cambourne"
],
[
"_:result",
"phone",
"01954714600"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"address",
"back lane , cambourne"
],
[
"_:result",
"phone",
"01954714600"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"address",
"back lane , cambourne"
],
[
"_:result",
"phone",
"01954714600"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"address",
"back lane , cambourne"
],
[
"_:result",
"phone",
"01954714600"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/95669244"
],
[
"_:search/95669244",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_: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",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"address",
"back lane , cambourne"
],
[
"_:result",
"phone",
"01954714600"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/95669244"
],
[
"_:search/95669244",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/16f4655b"
],
[
"_:search/16f4655b",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_: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",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"address",
"back lane , cambourne"
],
[
"_:result",
"phone",
"01954714600"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/95669244"
],
[
"_:search/95669244",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/16f4655b"
],
[
"_:search/16f4655b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:system",
"canthelp",
"_:search/4730cd77"
],
[
"_:search/4730cd77",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"address",
"back lane , cambourne"
],
[
"_:result",
"phone",
"01954714600"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"canthelp",
"_:search/95669244"
],
[
"_:search/95669244",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/16f4655b"
],
[
"_:search/16f4655b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/4730cd77"
],
[
"_:search/4730cd77",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"Lots"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"address",
"back lane , cambourne"
],
[
"_:result",
"phone",
"01954714600"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"canthelp",
"_:search/95669244"
],
[
"_:search/95669244",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/16f4655b"
],
[
"_:search/16f4655b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/4730cd77"
],
[
"_:search/4730cd77",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"Lots"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"j restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"address",
"back lane , cambourne"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"canthelp",
"_:search/95669244"
],
[
"_:search/95669244",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/16f4655b"
],
[
"_:search/16f4655b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/4730cd77"
],
[
"_:search/4730cd77",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"Lots"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"j restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"01223307581"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"canthelp",
"_:search/95669244"
],
[
"_:search/95669244",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/16f4655b"
],
[
"_:search/16f4655b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/4730cd77"
],
[
"_:search/4730cd77",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"Lots"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"j restaurant"
],
[
"_:result",
"phone",
"01223307581"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"86 Regent Street City Centre"
],
[
"_:result",
"postcode",
"cb21dp"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "I am looking for the Addenbrookes Hospital"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Okay , that hospital is located on Hills Rd , Cambridge . Do you want the phone number ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "Yes the phone number and postcode"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223245151');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Hi , the telephone number to the hospital is 01223245151 and the postcode is CB20QQ"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,department,?);(_:search,type,'Hospital'))"
],
"speaker": "system",
"text": "You 're welcome . Do you need information regarding a specific department in the hospital ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . You have given me all the info I need for today ."
},
{
"id": 7,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Okay thank you and have a great day !"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "You too . I appreciate the assistance ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "your welcome , goodbye"
}
] |
SNG01177.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,destination,'London Kings Street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you help me find a train for Sunday . I would like to visit London Kings Street ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,departure,'london kings cross');(_:result,destination,'London Kings Cross');(_:result,duration,'51 minutes');(_:result,ticket,'18.88 pounds');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are several leaving for London Kings Cross . They all take 51 minutes and cost 18.88 pounds . Do you have a time of departure in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'11:45');(_:search,departure,'peterborough');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to leave from Peterborough and arrive at Cambridge by 11:45 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'11:38');(_:result,departure,'Peterborough');(_:result,destination,'Cambridge');(_:result,leave_at,'10:48');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is a train that departs from Peterborough at 10:48 , arriving in Cambridge at 11:38 . Would that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , can you please book 7 tickets for me on that train ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR1759');(_:result,ticket,'! 3.20 pounds');(_:result,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "With pleasure ! It will be train number TR1759 . ! 3.20 pounds per person ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "May I have the reference number please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,people,'7');(_:booking,ref,'69UPRBA2');(_:booking,ticket,'92.4 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to get you 7 tickets . Your reference number is 69UPRBA2 . Total is 92.4 GBP payable at the station when you get there ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the address and post code of the departing station ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry , our system does not have that information . Is there anything else i can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I 'm looking for something to do in the centre of town that is architecture oriented"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,category,'architectures');(_:result,name,\"All Saint 's Church\");(_:result,name,\"Great Saint Mary 's Church\");(_:result,name,'Holy Trinity Church');(_:result,name,\"Little Saint Mary 's Church\");(_:result,name,'Old Schools');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Great Saint Mary 's Church , Holy Trinity Church , Little Saint Mary 's Church , All Saint 's Church , and Old Schools are in the center of the city and beautiful architectures ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,name,'holy trinity church');(_:search,type,'Attraction'))",
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "How about the Holy Trinity Church . What is the entrance fee ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The entrance fee is free ."
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "May I have their address and postcode , too ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'market street');(_:result,postcode,'cb23nz');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address is on market street and the postcode is cb23nz . Is there anything else i can do for you ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all ! Thank you ! Goodbye !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , hope you enjoy your day ."
}
] |
MUL1787.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"London Kings Street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"london kings cross"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"ticket",
"18.88 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"ticket",
"18.88 pounds"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:38"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"10:48"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:38"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"10:48"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR1759"
],
[
"_:result",
"ticket",
"! 3.20 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:38"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"10:48"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR1759"
],
[
"_:result",
"ticket",
"! 3.20 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"69UPRBA2"
],
[
"_:booking",
"ticket",
"92.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:38"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"10:48"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"id",
"TR1759"
],
[
"_:result",
"ticket",
"! 3.20 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"69UPRBA2"
],
[
"_:booking",
"ticket",
"92.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:38"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"10:48"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"id",
"TR1759"
],
[
"_:result",
"ticket",
"! 3.20 pounds"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"69UPRBA2"
],
[
"_:booking",
"ticket",
"92.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"architectures"
],
[
"_:result",
"name",
"All Saint 's Church"
],
[
"_:result",
"name",
"Great Saint Mary 's Church"
],
[
"_:result",
"name",
"Holy Trinity Church"
],
[
"_:result",
"name",
"Little Saint Mary 's Church"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"holy trinity church"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:38"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"10:48"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"id",
"TR1759"
],
[
"_:result",
"ticket",
"! 3.20 pounds"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"69UPRBA2"
],
[
"_:booking",
"ticket",
"92.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"architectures"
],
[
"_:result",
"name",
"All Saint 's Church"
],
[
"_:result",
"name",
"Great Saint Mary 's Church"
],
[
"_:result",
"name",
"Holy Trinity Church"
],
[
"_:result",
"name",
"Little Saint Mary 's Church"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:search",
"name",
"holy trinity church"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:38"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"10:48"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"id",
"TR1759"
],
[
"_:result",
"ticket",
"! 3.20 pounds"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"69UPRBA2"
],
[
"_:booking",
"ticket",
"92.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"architectures"
],
[
"_:result",
"name",
"All Saint 's Church"
],
[
"_:result",
"name",
"Great Saint Mary 's Church"
],
[
"_:result",
"name",
"Holy Trinity Church"
],
[
"_:result",
"name",
"Little Saint Mary 's Church"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:search",
"name",
"holy trinity church"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"market street"
],
[
"_:result",
"postcode",
"cb23nz"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you help me find train tickets ? Thanks !"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "When would you be traveling ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,leave_at,'11:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave on Wednesday after 11:45 please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you bound , and where are you departing from ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'kings lynn');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm leaving from Kings Lynn and headed to Cambridge ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:search,departure,'kings Lynn');(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There is no train leaving kings Lynn ."
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "None , can you check the spelling and search again ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'12:58');(_:result,duration,'47 minutes');(_:result,id,'TR7040');(_:result,leave_at,'12:11');(_:result,ticket,'9.80 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR7040 will leave at 12:11 and arrive 47 minutes later at 12:58 . The trip will cost 9.80 pounds . Would you like to book this train ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'thanh binh');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , I 'll book it myself but you can help me get some information on the thanh binh restaurant"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "There is no listing for this restaurant"
}
] |
PMUL0777.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/a1eba729"
],
[
"_:search/a1eba729",
"departure",
"kings Lynn"
],
[
"_:search/a1eba729",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:system",
"canthelp",
"_:search/a1eba729"
],
[
"_:search/a1eba729",
"departure",
"kings Lynn"
],
[
"_:search/a1eba729",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"12:58"
],
[
"_:result",
"duration",
"47 minutes"
],
[
"_:result",
"id",
"TR7040"
],
[
"_:result",
"leave_at",
"12:11"
],
[
"_:result",
"ticket",
"9.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"thanh binh"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'all saints church');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I am looking for information on All Saints Church . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"thank()",
"reqmore()",
"inform((_:result,address,'Jesus Lane');(_:result,category,'centre of town');(_:result,entrance_fee,'free');(_:result,name,'All Saints Church');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes . All Saints Church is on Jesus Lane in the centre of town . It 's free to get it . Is there anything else you 'd like to know ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I needed , thank you for your help !"
},
{
"id": 3,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "I was happy to help . Thanks for using our service . Good day sir ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks . Goodbye ."
},
{
"id": 5,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "You are welcome . Have a good day . Goodbye ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Actually , could you help me find a place to eat ? I 'm looking for something expensive near All Saints ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'33');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 33 restaurants that fit your request . Do you have any particular food type in mind ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No I do n't really care . Anything is fine ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'African');(_:result,name,'bedouin');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "In that case I would recommend bedouin , which is an exotic African place in town . Do you want me to book it for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No that 's fine . I just need their address , phone number , and postcode ."
},
{
"id": 11,
"rdf-acts": [
"thank()",
"inform((_:result,address,'100 Mill Road City Centre');(_:result,phone,'01223367660');(_:result,postcode,'cb12bd');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure thing . It is located at 100 Mill Road City Centre , cb12bd , and their phone number is 01223367660 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much that 's all i need ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice stay !"
}
] |
MUL2487.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"all saints church"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"all saints church"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"category",
"centre of town"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"all saints church"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"category",
"centre of town"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"all saints church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"category",
"centre of town"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"all saints church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"category",
"centre of town"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"all saints church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"category",
"centre of town"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"all saints church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"centre of town"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:result",
"address",
"100 Mill Road City Centre"
],
[
"_:result",
"phone",
"01223367660"
],
[
"_:result",
"postcode",
"cb12bd"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am in Cambridge for the week and want to know what museums that you guys have there ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'museums');(_:result,count,'23');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 23 museums in Cambridge , would you like to know of any in a specific area , or would you like a recommendation ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Could you give me a recommendation ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'byard art');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I would suggest byard art ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "what is the phone number for that place ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223464646');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their phone number is 01223464646 . Is there anything else I can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , can I get the postcode ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,postcode,'cb21sj');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode is cb21sj ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "What part of town is that on ? I 'll also need a train on Friday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'Byard art');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Byard art is on the south end of town ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'21:45');(_:search,day,'friday');(_:search,departure,'cambridge');(_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "And a train for Friday ? I need to leave Cambridge and arrive in Ely by 21:45 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'20:07');(_:result,id,'TR6053');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR6053 meets your criteria and arrives at 20:07 . Would you like to book tickets ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No thank you . Can I please have the departure time ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,leave_at,'19:50');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I 'm sorry it leaves at 19:50"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thank you for your help"
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Did you need any help with anything else or have I met your needs today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "You have met my needs , thank you ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "No problem , thank you for letting me assist you today . Have a great day !"
}
] |
PMUL1118.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"name",
"byard art"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"name",
"byard art"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"name",
"byard art"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Byard art"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"21:45"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Byard art"
],
[
"_:search",
"arrive_by",
"21:45"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"20:07"
],
[
"_:result",
"id",
"TR6053"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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",
"category",
"museums"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Byard art"
],
[
"_:search",
"arrive_by",
"21:45"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"20:07"
],
[
"_:result",
"id",
"TR6053"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"19:50"
],
[
"_: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",
"category",
"museums"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Byard art"
],
[
"_:search",
"arrive_by",
"21:45"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"20:07"
],
[
"_:result",
"id",
"TR6053"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"19:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'vietnamese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a cheap restaurant that serves vietnamese food"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'Thanh Binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I found Thanh Binh in the west part of town ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the address and phone number ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'at 17 magdalene street city centre');(_:result,name,'Thanh binh');(_:result,phone,'01223 362456');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Thanh binh can be reached at 01223 362456 and it is located at 17 magdalene street city centre ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you and goodbye !"
}
] |
WOZ20490.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"address",
"at 17 magdalene street city centre"
],
[
"_:result",
"name",
"Thanh binh"
],
[
"_:result",
"phone",
"01223 362456"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'sri lankan');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for an expensive Sri Lankan restaurant ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'Sri Lankan');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no Sri Lankan restaurants available . Would you like to try searching for a different type of cuisine ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about british food instead ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Which side of town would you prefer ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "The side of town is n't important to me , as long as it is on the pricey side ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "The Oak Bistro is a nice place would you like to try that one ?"
}
] |
PMUL0323.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"sri lankan"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/378fe9d1"
],
[
"_:search/378fe9d1",
"food",
"Sri Lankan"
],
[
"_:search/378fe9d1",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/378fe9d1"
],
[
"_:search/378fe9d1",
"food",
"Sri Lankan"
],
[
"_:search/378fe9d1",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'hakka');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a place called hakka ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,food,'chinese');(_:result,name,'Hakka');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Hakka is a chinese restaurant on the north side of town . Would you like to make a booking ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the price range there , I can spend too much just eating ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,area,'in town');(_:result,food,'Chinese');(_:result,pricerange,'every price point');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It is an expensive restaurant . I have many options for Chinese food in town at every price point , though , if that 's an issue ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "That 's no problem . I also was interested in finding a train though ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you traveling to and from ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving from Cambridge and headed to a wedding in Broxbourne ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,type,'Train'))"
],
"speaker": "system",
"text": "no train are available for the destination"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,destination,'broxbourne');(_:search,leave_at,'8:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you please check again ? From Cambridge to Broxbourne , Wednesday after 8:30 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,id,'TR3279');(_:result,leave_at,'9:01');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Sure the TR3279 leaves at 9:01 ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you book 2 tickets for me please ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,id,'CV0BT9K3');(_:booking,ticket,'35.79 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I booked it . It 'll cost 35.79 GBP and your reference number is CV0BT9K3 ."
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Great that was all I needed today ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm glad we could help . Please contact us again if you need any additional assistance ."
}
] |
PMUL3099.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hakka"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hakka"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"Hakka"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hakka"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Hakka"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"in town"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"every price point"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hakka"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Hakka"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"in town"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"every price point"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hakka"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Hakka"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"in town"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"every price point"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a6005d41"
],
[
"_:search/a6005d41",
"type",
"Train"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"8:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hakka"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Hakka"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"in town"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"every price point"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/a6005d41"
],
[
"_:search/a6005d41",
"type",
"Train"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"8:30"
],
[
"_:result",
"id",
"TR3279"
],
[
"_:result",
"leave_at",
"9:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hakka"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Hakka"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"in town"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"every price point"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/a6005d41"
],
[
"_:search/a6005d41",
"type",
"Train"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"8:30"
],
[
"_:result",
"id",
"TR3279"
],
[
"_:result",
"leave_at",
"9:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"CV0BT9K3"
],
[
"_:booking",
"ticket",
"35.79 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hello , I need a train that will be departing from Birmingham New Street on monday ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'Many');(_:result,day,'Monday');(_:result,departure,'Birmingham New Street');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Many trains leave from Birmingham New Street on Monday . What time of day would you like to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,leave_at,'13:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave for Cambridge after 13:00 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'16:23');(_:result,departure,'Birmingham New Street');(_:result,destination,'Cambridge');(_:result,id,'TR1328');(_:result,leave_at,'13:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR1328 leaves Birmingham New Street at 13:40 and arrives in Cambridge at 16:23 . Would you like to purchase a ticket ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I 'll need 8 ticket on that train , please . And may I have the reference number ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'35RQLG92');(_:booking,ticket,'600.79 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . The total fee is 600.79 GBP , payable at the station , and your reference number is 35RQLG92 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you also help me find a place to visit while I am in town . Maybe a museum ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'museums');(_:result,count,'23');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 23 museums . Which area would you like ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I do n't have a preference . Could you just give me the phone number of the first museum on the list please ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,category,'museum');(_:result,name,'Broughton House Gallery');(_:result,phone,'01223314960');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The first museum is the Broughton House Gallery . Their phone number is 01223314960 . Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need , Thank you ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "We appreciate your business . Thank you for using our services , take care !"
}
] |
MUL0523.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:result",
"amount",
"Many"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"departure",
"Birmingham New Street"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:result",
"amount",
"Many"
],
[
"_:result",
"day",
"Monday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:result",
"arrive_by",
"16:23"
],
[
"_:result",
"departure",
"Birmingham New Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR1328"
],
[
"_:result",
"leave_at",
"13:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:result",
"amount",
"Many"
],
[
"_:result",
"day",
"Monday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:result",
"arrive_by",
"16:23"
],
[
"_:result",
"departure",
"Birmingham New Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR1328"
],
[
"_:result",
"leave_at",
"13:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"35RQLG92"
],
[
"_:booking",
"ticket",
"600.79 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:result",
"amount",
"Many"
],
[
"_:result",
"day",
"Monday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:result",
"arrive_by",
"16:23"
],
[
"_:result",
"departure",
"Birmingham New Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR1328"
],
[
"_:result",
"leave_at",
"13:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"35RQLG92"
],
[
"_:booking",
"ticket",
"600.79 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:result",
"amount",
"Many"
],
[
"_:result",
"day",
"Monday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:result",
"arrive_by",
"16:23"
],
[
"_:result",
"departure",
"Birmingham New Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR1328"
],
[
"_:result",
"leave_at",
"13:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"35RQLG92"
],
[
"_:booking",
"ticket",
"600.79 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"23"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"phone",
"01223314960"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'cocum');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Find me a restaurant called cocum"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'westside');(_:result,food,'Indian');(_:result,name,'Cocum');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Cocum is an expensive Indian restaurant on the westside . Do you need to know more ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'11:00');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "could tou please help me book a table for 6 people at 11:00 on tuesday"
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,ref,'MOUYP9ZE');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : MOUYP9ZE"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to get a train as well ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Certainly ! What station will you be departing from ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'8:15');(_:search,day,'tuesday');(_:search,departure,'broxbourne');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "We will be departing from Broxbourne on Tuesday to arrive by 8:15 in Cambridge ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are two trains here . Shall I book one of them ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please select one and book it for 6 people . I 'll need the reference number ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'NBMRQ55J');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The tickets have been booked and the reference number is NBMRQ55J ."
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks , that 's it for me . Bye bye !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Have a great day ."
}
] |
PMUL4616.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cocum"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cocum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"westside"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Cocum"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cocum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"westside"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Cocum"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"ref",
"MOUYP9ZE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cocum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"westside"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Cocum"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"ref",
"MOUYP9ZE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"8:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cocum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"westside"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Cocum"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:booking",
"ref",
"MOUYP9ZE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"8:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cocum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"westside"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Cocum"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"arrive_by",
"8:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"NBMRQ55J"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))",
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want something that 's moderately priced . Any type of food ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What area would you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like the north part of town , please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,food,'Chinese');(_:result,name,'Golden Wok');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Golden Wok serves Chinese food . Would you like their address and phone number ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "yes I would like their address and phone number"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'191 Histon Road Chesterton');(_:result,name,'The golden wok');(_:result,phone,'01223 350688');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The golden wok is located at 191 Histon Road Chesterton and their phone number is 01223 350688 . May I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you goodbye"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day and enjoy your food ."
}
] |
WOZ20505.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"191 Histon Road Chesterton"
],
[
"_:result",
"name",
"The golden wok"
],
[
"_:result",
"phone",
"01223 350688"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for places to visit on the south side of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'cinema');(_:result,category,'entertainment venues');(_:result,category,'museums');(_:result,category,'nightclubs');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have museums , nightclubs , entertainment venues and cinema . is there a particular attraction you are looking for ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm open to anything really . Surprise me and recommend one and get me the address ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,\"14 King 's Parade\");(_:result,name,'Byard Art Museum');(_:result,postcode,'cb21sj');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "I recommend the Byard Art Museum at 14 King 's Parade in postcode cb21sj . Can I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'the gandhi');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "please give me information about the gandhi"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,food,'Indian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It is an Indian restaurant located in the centre area of town . Were you interested in book a table ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes , could you please book a table for me thank you ."
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day and time would you like ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'20:00');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "It would be for Saturday for 4 people at 20:00 please ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Saturday');(_:booking,duration,'20:00');(_:booking,people,'four');(_:booking,ref,'TSS303TH');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "A table has been booked for four people on Saturday at 20:00 . It will be reserved for 15 minutes . Reference number is TSS303TH . How else may I help you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Oh yeah , I just remembered , I 'm going to need a taxi to commute between these two locations ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I want to confirm you are departing byard art to arrive at Gandhi restaurant by 20:00 . Is this correct ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'20:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "yes this is correct ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'blue Lexus');(_:result,phone,'07043827039');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I have booked your taxi . Be expecting a blue Lexus . Please call 07043827039 should you need to reach them ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge TownInfo Center . Goodbye"
}
] |
PMUL2193.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"category",
"entertainment venues"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"category",
"entertainment venues"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"address",
"14 King 's Parade"
],
[
"_:result",
"name",
"Byard Art Museum"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"the gandhi"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"category",
"entertainment venues"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"address",
"14 King 's Parade"
],
[
"_:result",
"name",
"Byard Art Museum"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"the gandhi"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"category",
"entertainment venues"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"address",
"14 King 's Parade"
],
[
"_:result",
"name",
"Byard Art Museum"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"the gandhi"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"category",
"entertainment venues"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"address",
"14 King 's Parade"
],
[
"_:result",
"name",
"Byard Art Museum"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:search",
"name",
"the gandhi"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"20:00"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"ref",
"TSS303TH"
],
[
"_: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",
"area",
"south"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"category",
"entertainment venues"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"address",
"14 King 's Parade"
],
[
"_:result",
"name",
"Byard Art Museum"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:search",
"name",
"the gandhi"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"20:00"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"ref",
"TSS303TH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"category",
"entertainment venues"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"address",
"14 King 's Parade"
],
[
"_:result",
"name",
"Byard Art Museum"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:search",
"name",
"the gandhi"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"20:00"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"ref",
"TSS303TH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue Lexus"
],
[
"_:result",
"phone",
"07043827039"
],
[
"_:result",
"type",
"Taxi"
]
],
"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": [],
"speaker": "system",
"text": "I am glad that you are visiting , but I can not help you until you give me something to search for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'cambridge');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train from Cambridge to Leicester on Monday ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))",
"inform((_:result,amount,'quite a few');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "We have quite a few trains available that day . Is there any time you would like to depart or arrive by ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'21:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave after 21:45"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR2919');(_:result,leave_at,'22:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR2919 is leaving at 22:21 , would that work ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , could you book me 2 tickets and get me a reference number ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR2919');(_:booking,people,'two');(_:booking,ref,'8BG1O6W0');(_:booking,ticket,'75.59 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Absolutely . I have booked two tickets for TR2919 at a total fee of 75.59 GBP . Your reference number is 8BG1O6W0 . Is there anything else I can assist you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , i also need a hotel with free wi - fi . I do not mind if it is expensive ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'allenbell');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "how about allenbell ? it looks lovely"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "does it have free parking ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_parking,'none');(_:result,name,'allenbell');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "allenbell has free parking . Should I book it ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'2');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I need it for Thursday . 2 people 4 nights ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'DQ0Z16N7');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "your all set ! Reference # is DQ0Z16N7 . Anything else I can help you with today ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "That is all I need ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day !"
}
] |
PMUL3555.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:result",
"id",
"TR2919"
],
[
"_:result",
"leave_at",
"22:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:result",
"id",
"TR2919"
],
[
"_:result",
"leave_at",
"22:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR2919"
],
[
"_:booking",
"people",
"two"
],
[
"_:booking",
"ref",
"8BG1O6W0"
],
[
"_:booking",
"ticket",
"75.59 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:result",
"id",
"TR2919"
],
[
"_:result",
"leave_at",
"22:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR2919"
],
[
"_:booking",
"people",
"two"
],
[
"_:booking",
"ref",
"8BG1O6W0"
],
[
"_:booking",
"ticket",
"75.59 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:result",
"type",
"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": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:result",
"id",
"TR2919"
],
[
"_:result",
"leave_at",
"22:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR2919"
],
[
"_:booking",
"people",
"two"
],
[
"_:booking",
"ref",
"8BG1O6W0"
],
[
"_:booking",
"ticket",
"75.59 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:result",
"id",
"TR2919"
],
[
"_:result",
"leave_at",
"22:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR2919"
],
[
"_:booking",
"people",
"two"
],
[
"_:booking",
"ticket",
"75.59 GBP"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"DQ0Z16N7"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a 2 star hotel that also includes free wifi ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'hotel');(_:result,has_internet,'none');(_:result,name,'The ashley hotel');(_:result,pricerange,'moderately');(_:result,stars,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The ashley hotel is a 2 star moderately priced hotel that includes free wifi . Would you be interested in booking a room at this location ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Where is it located ? I 'm looking for something in the East ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,name,'Express by Holiday Inn Cambridge');(_:result,pricerange,'expensive');(_:result,stars,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Express by Holiday Inn Cambridge is a 2 star hotel with free wifi . It is in the east , and is in the expensive price range ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,category,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "What type of place is the Express ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,category,'hotel');(_:result,name,'Express by Holiday Inn Cambridge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Express by Holiday Inn Cambridge is a hotel ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do they also have free parking ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_parking,'none');(_:result,name,'express by holiday inn cambridge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , it has free parking and wifi . Would you like me to make a reservation for you at the express by holiday inn cambridge ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,category,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "What type of hotel is it ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,category,'hotel');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "This is an expensive hotel ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want to make sure that it 's a hotel and not just a guest house . It sounds like it 's not a guest house though , is that right ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,category,'hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is a hotel , not a guesthouse ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much !"
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you . That will be everything ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Glad to help . Thank you and goodbye !"
}
] |
SNG1001.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"The ashley hotel"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Express by Holiday Inn Cambridge"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"category",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Express by Holiday Inn Cambridge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"category",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_: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",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hopefully you can help me with my planning . I am looking for a place to stay and have no idea what to choose ."
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "Do you have any special requests ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'no');(_:search,stars,'three');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "it should be a three star and internet is not a must"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'63 milton road');(_:result,area,'north');(_:result,category,'guesthouse');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found a guesthouse in the north area that 's 3 stars at 63 milton road . Would you like to book a room here ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I was hoping to book a hotel if one is available ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "When would you like to make a booking for ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Actually , I 'm going to hold off on booking for now , but can I get the postcode ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,postcode,'cb41xa');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "post code is cb41xa , anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'18:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train leaving Cambridge after 18:15"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What is your destination ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,destination,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm going to Broxbourne on Sunday ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time could you like to arrive by ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'7:00');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "7:00 am Can you book it for me and get a reference number ?"
},
{
"id": 13,
"rdf-acts": [
"select((_:result,arrive_by,'7');(_:result,leave_at,'18:15');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Just to clarify , at first you said leaving after 18:15 , but that said arriving before 7 , before I book , can we confirm the time once more ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "Can leave anytime after 18:15 ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,duration,'one hour');(_:result,id,'tr 8991leaves');(_:result,leave_at,'19:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great TR 8991leaves at 19:01 and is a one hour trip , does that work for you ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that will work . Can you tell me what the arrival time is ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,arrive_by,'20:21');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The arrival time is 20:21 ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thank you that will be all ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your trip ."
}
] |
PMUL1792.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"stars",
"three"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"stars",
"three"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"63 milton road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"stars",
"three"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"63 milton road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"stars",
"three"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"63 milton road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"category",
"hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"cb41xa"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"stars",
"three"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"63 milton road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"category",
"hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"cb41xa"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"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",
"no"
],
[
"_:search",
"stars",
"three"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"63 milton road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"category",
"hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"cb41xa"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"arrive_by",
"7:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"stars",
"three"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"63 milton road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"category",
"hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"cb41xa"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"arrive_by",
"7:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"arrive_by",
"7"
],
[
"_:result",
"leave_at",
"18:15"
],
[
"_: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",
"has_internet",
"no"
],
[
"_:search",
"stars",
"three"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"63 milton road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"category",
"hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"cb41xa"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"arrive_by",
"7:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"arrive_by",
"7"
],
[
"_:result",
"duration",
"one hour"
],
[
"_:result",
"id",
"tr 8991leaves"
],
[
"_:result",
"leave_at",
"19:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"arrive_by",
"?"
]
],
"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",
"no"
],
[
"_:search",
"stars",
"three"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"63 milton road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"category",
"hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"cb41xa"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"arrive_by",
"7:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"duration",
"one hour"
],
[
"_:result",
"id",
"tr 8991leaves"
],
[
"_:result",
"leave_at",
"19:01"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"arrive_by",
"20:21"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a places to stay in south Cambridge that offer free parking for guests ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are several that offer that . Do you have a price range you would like or area of town you 'd like to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , the south of town preferably . And a moderate price range ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'South');(_:result,name,'Aylesbray Lodge Guest House');(_:result,pricerange,'moderate');(_:result,stars,'four');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Aylesbray Lodge Guest House is in South and moderate . It has four stars . Would you like to book ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'3');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes that 's what we need . Can you book a hotel for 3 people starting Friday ? We intend to stay 5 nights by the way ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'C73ZMM0G');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok , you 're booking was successful ! Here is your reference number : C73ZMM0G"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "And is there anything for parking ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,has_parking,'none');(_:result,name,'Aylesbray');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you mean at the Aylesbray ? Yes , they have free parking ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "ok , i need places to go around town ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,count,'79');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Okay , I 'm showing 79 available attractions around town . Is there a certain type you 're interested in ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The same as the hotel please"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,category,'museum');(_:result,name,'byard art');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "byard art is a museum located in the south . Would you like more information on that place ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No , thanks . I 'm thinking I want to visit a college ."
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:search,area,'south');(_:search,category,'colleges');(_:search,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "There are no colleges in the south , could I find something else for you ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "How about something that is an entertainment venue in that area ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,name,'nusha');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "nusha is a good choice for you"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That would work what s the postcode ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,name,'Nusha');(_:result,postcode,'cb17dy');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The post code for Nusha is cb17dy"
},
{
"id": 18,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Have a nice day ."
},
{
"id": 19,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Thank you . Can I help with anything else at all today ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is it . Thank you ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day ."
}
] |
PMUL2746.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"name",
"Aylesbray Lodge Guest House"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"name",
"Aylesbray Lodge Guest House"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"C73ZMM0G"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"four"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"C73ZMM0G"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Aylesbray"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"four"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"C73ZMM0G"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Aylesbray"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"79"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"four"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"C73ZMM0G"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"count",
"79"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"byard art"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"four"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"C73ZMM0G"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"count",
"79"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"byard art"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/e490f747"
],
[
"_:search/e490f747",
"area",
"south"
],
[
"_:search/e490f747",
"category",
"colleges"
],
[
"_:search/e490f747",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"four"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"C73ZMM0G"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"count",
"79"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"museum"
],
[
"_:system",
"canthelp",
"_:search/e490f747"
],
[
"_:search/e490f747",
"area",
"south"
],
[
"_:search/e490f747",
"category",
"colleges"
],
[
"_:search/e490f747",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"nusha"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"four"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"C73ZMM0G"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"count",
"79"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"museum"
],
[
"_:system",
"canthelp",
"_:search/e490f747"
],
[
"_:search/e490f747",
"area",
"south"
],
[
"_:search/e490f747",
"category",
"colleges"
],
[
"_:search/e490f747",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Nusha"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"four"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"C73ZMM0G"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"count",
"79"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"museum"
],
[
"_:system",
"canthelp",
"_:search/e490f747"
],
[
"_:search/e490f747",
"area",
"south"
],
[
"_:search/e490f747",
"category",
"colleges"
],
[
"_:search/e490f747",
"type",
"Attraction"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Nusha"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_: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,category,'hotel');(_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you help me locate a hotel to stay at that has free parking and a 4 star rating ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,count,'3');(_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay I 've got three options here . Would you like a cheap or an expensive price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Oh , expensive please . I do hope it is a guesthouse ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'hotels');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Unfortunately they are both hotels ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))",
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Oh . I would really prefer a guesthouse . How about the moderate price range ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'9');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 9 guesthouses in the moderate price range , do you have a location preference ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The location is n't important . I need to book it for Friday , please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'Acorn Guesthouse');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , I recommend The Acorn Guesthouse . Would you like me to book there ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . I will be staying 5 nights starting Friday ."
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "NO problem . How long are you staying ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'll be staying for 5 nights ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'GQPN80PK');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : GQPN80PK . Is there anything else I can assist you with today ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,name,'the cow pizza kitchen and bar');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I m also looking for the cow pizza kitchen and bar . What s the address for it ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Corn Exchange Street');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "its address is Corn Exchange Street . what else can i do for you ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need it 's price range please"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:result,food,'gastropub');(_:result,phone,'01223308871');(_:result,postcode,'cb23qf');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They are moderate , it is a gastropub , in case you need them , the postal is cb23qf and the phone number is 01223308871 , can I assist with anything else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "You have helped me with everything I need . Thank you ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Anytime . Enjoy your visit ."
}
] |
PMUL0405.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"GQPN80PK"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"the cow pizza kitchen and bar"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"GQPN80PK"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"the cow pizza kitchen and bar"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Corn Exchange Street"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"GQPN80PK"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"the cow pizza kitchen and bar"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"Corn Exchange Street"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"phone",
"01223308871"
],
[
"_:result",
"postcode",
"cb23qf"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_: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,has_internet,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , how are you ? Can you help me find an expensive place to stay that includes free wifi ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'5');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have 5 such places ! Any preference on area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I need a hotel in the north , close to the airport , thanks ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,category,'hotels');(_:search,has_internet,'none');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Unfortunately , there are no expensive hotels in the north that include free wifi . Would you like to change your criteria ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Well , can you check in other areas ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,area,'west');(_:result,name,'Huntingdon Marriott Hotel');(_:result,name,'University Arms Hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I recommend either the Huntingdon Marriott Hotel in the west or the University Arms Hotel in the centre . Would one of them work for you ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you give me the phone number of the Marriott please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'huntingdon marriott hotel');(_:result,phone,'01480446000');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The phone number for the huntingdon marriott hotel is 01480446000 . Is there anything else I can assist you with today ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all . Thank you !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome . Have a wonderful stay !"
}
] |
SNG0992.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/1b32027a"
],
[
"_:search/1b32027a",
"area",
"north"
],
[
"_:search/1b32027a",
"category",
"hotels"
],
[
"_:search/1b32027a",
"has_internet",
"none"
],
[
"_:search/1b32027a",
"pricerange",
"expensive"
],
[
"_:search/1b32027a",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/1b32027a"
],
[
"_:search/1b32027a",
"area",
"north"
],
[
"_:search/1b32027a",
"category",
"hotels"
],
[
"_:search/1b32027a",
"has_internet",
"none"
],
[
"_:search/1b32027a",
"pricerange",
"expensive"
],
[
"_:search/1b32027a",
"type",
"Hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/1b32027a"
],
[
"_:search/1b32027a",
"area",
"north"
],
[
"_:search/1b32027a",
"category",
"hotels"
],
[
"_:search/1b32027a",
"has_internet",
"none"
],
[
"_:search/1b32027a",
"pricerange",
"expensive"
],
[
"_:search/1b32027a",
"type",
"Hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"huntingdon marriott hotel"
],
[
"_:result",
"phone",
"01480446000"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'welsh');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a restaurant in the centre serving Welsh food ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunately , I do n't see any restaurants that meet your needs . Would you like to broaden your search area ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Sure , I guess so ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry I am still not finding anything . is there another type of food you would be interested in looking for ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'african');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Well , can I get some african food instead ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"reqmore()",
"inform((_:result,name,'Bedouin');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Bedouin fits that description . Would you like any more information about the restaurant or assistance booking a visit ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'1:00');(_:search,people,'7');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is it in he expensive range ? If it is I would like to book a table for 7 at 1:00 on Sunday ."
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,type,'Booking'))",
"inform((_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It is expensive , yes . May I ask you to repeat the exact time you would like to book a table for ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,duration,'19:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I want to book a table for 19:00 ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was unable to complete your booking . Would you like to try and book for another day or for another time slot ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,duration,'18:00');(_:search,has_internet,'yes');(_:search,type,'Hotel');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , can you see if there is a booking available at 18:00 instead ? I will also need to make a hotel reservation in a hotel that offers free wifi ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'nine');(_:result,category,'hotels');(_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are nine hotels with wifi offered . What price range are you looking for ? In the meantime , I will also attempt your restaurant booking ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'expensive');(_:search,stars,'4');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like the hotel also to be expensive with at least a 4 star rating . I will need a reference number for my reservation ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,day,'Sunday');(_:booking,duration,'18:00');(_:booking,name,'Bedouin');(_:booking,ref,'WG0TBBPF');(_:booking,type,'Booking');(_:result,area,'same area');(_:result,name,'University arms hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Your table is booked at the Bedouin for 18:00 on Sunday . Reference number WG0TBBPF . I see that the University arms hotel is in the same area ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,name,'university arms hotel');(_:search,type,'Hotel'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can I have the University arms hotel 's phone number and address ?"
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'Regent Street');(_:result,name,'University Arms Hotel');(_:result,phone,'01223351241');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The address for the University Arms Hotel is Regent Street and the phone number is 01223351241 . Would you like me to make a reservation for you ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,arrive_by,'18:00');(_:search,category,'hotel');(_:search,departure,'the hotel');(_:search,destination,'bedouin');(_:search,type,'Hotel');(_:search,type,'Taxi'))",
"request((_:result,area,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you confirm the area of that hotel ? I also need a taxi to go from the hotel to Bedouin , I will need to arrive by 18:00 ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,area,'Centre');(_:result,car,'Red Volvo');(_:result,name,'University Arms');(_:result,phone,'07835109126');(_:result,type,'Hotel');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "The University Arms is located in the Centre . I have also booked you a taxi . Look for a Red Volvo . The taxi 's contact number is 07835109126 . Will you need anything else ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope that should be it thanks"
},
{
"id": 19,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Great , I hope I was able to assist you with everything you needed . Have a good day ."
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome . Enjoy your stay !"
}
] |
MUL0047.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"welsh"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"welsh"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2675022f"
],
[
"_:search/2675022f",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/2675022f"
],
[
"_:search/2675022f",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/6217985d"
],
[
"_:search/6217985d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"african"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/2675022f"
],
[
"_:search/2675022f",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/6217985d"
],
[
"_:search/6217985d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"1:00"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/2675022f"
],
[
"_:search/2675022f",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/6217985d"
],
[
"_:search/6217985d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/2675022f"
],
[
"_:search/2675022f",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/6217985d"
],
[
"_:search/6217985d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/90972d17"
],
[
"_:booking/90972d17",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/2675022f"
],
[
"_:search/2675022f",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/6217985d"
],
[
"_:search/6217985d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:booking/90972d17"
],
[
"_:booking/90972d17",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/2675022f"
],
[
"_:search/2675022f",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/6217985d"
],
[
"_:search/6217985d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:booking/90972d17"
],
[
"_:booking/90972d17",
"type",
"Booking"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"18:00"
],
[
"_:booking",
"name",
"Bedouin"
],
[
"_:booking",
"ref",
"WG0TBBPF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"same area"
],
[
"_:result",
"name",
"University arms hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"university arms hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_: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",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/2675022f"
],
[
"_:search/2675022f",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/6217985d"
],
[
"_:search/6217985d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:booking/90972d17"
],
[
"_:booking/90972d17",
"type",
"Booking"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"18:00"
],
[
"_:booking",
"name",
"Bedouin"
],
[
"_:booking",
"ref",
"WG0TBBPF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"same area"
],
[
"_:search",
"name",
"university arms hotel"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"phone",
"01223351241"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"bedouin"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/2675022f"
],
[
"_:search/2675022f",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/6217985d"
],
[
"_:search/6217985d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:booking/90972d17"
],
[
"_:booking/90972d17",
"type",
"Booking"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"18:00"
],
[
"_:booking",
"name",
"Bedouin"
],
[
"_:booking",
"ref",
"WG0TBBPF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"university arms hotel"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"bedouin"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"car",
"Red Volvo"
],
[
"_:result",
"name",
"University Arms"
],
[
"_:result",
"phone",
"07835109126"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/2675022f"
],
[
"_:search/2675022f",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/6217985d"
],
[
"_:search/6217985d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:booking/90972d17"
],
[
"_:booking/90972d17",
"type",
"Booking"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"18:00"
],
[
"_:booking",
"name",
"Bedouin"
],
[
"_:booking",
"ref",
"WG0TBBPF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"university arms hotel"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"bedouin"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"car",
"Red Volvo"
],
[
"_:result",
"name",
"University Arms"
],
[
"_:result",
"phone",
"07835109126"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a place to stay in the north"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'alot');(_:result,category,'hotels');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Ok i m seeing alot of choices in hotels is there anything else you need in the hotel that would help narrow it down"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd really like to stay in a guesthouse . I heard the ones in Cambridge are very nice ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Acorn Guesthouse');(_:result,pricerange,'moderate');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about the Acorn Guesthouse ? It is rated 4 stars and is in the moderate price range ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is it in the north ? And do they have free parking ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is indeed in the north and offers both free parking and free wifi ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'5');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do they have a room available for 5 people starting Tuesday ? We will need it for 5 nights ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'DVD9MH3R');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alright , I got you booked . Your reference number is : DVD9MH3R . Anything else I can do for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes . I need to travel from Cambridge to London Liverpool Street on Sunday . Can you help me find a train ?"
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are no trains available on sunday leaving cambridge and arriving in london liverpool street . Can you travel on a different day ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'19:00');(_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Not really . Can you check again ? I need to get to London Liverpool Street by 19:00 ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:search,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "I just checked again . Unfortunately there are no trains available . Any other arrangements I can make for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "What would be the next available if not on Sunday ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'17:27');(_:result,day,'Sunday');(_:result,id,'TR0189');(_:result,leave_at,'15:59');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I did find a train for Sunday . TR0189 departs at 15:59 and arrives by 17:27 . Would that work for you ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'london liverpool street');(_:search,id,'TR0189');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "TR0189 departs Cambridge going to London Liverpool Street ?"
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , it does , would you like me to book you ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please . I need 5 tickets ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'8GVKNM9J');(_:booking,ticket,'66.39 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 66.39 GBP payable at the station . \n Reference number is : 8GVKNM9J ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your stay , good bye !"
}
] |
MUL2281.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",
"alot"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"alot"
],
[
"_:result",
"category",
"hotels"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"alot"
],
[
"_:result",
"category",
"hotels"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"alot"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"DVD9MH3R"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"alot"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"DVD9MH3R"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:system",
"canthelp",
"_:search/47702059"
],
[
"_:search/47702059",
"day",
"sunday"
],
[
"_:search/47702059",
"departure",
"cambridge"
],
[
"_:search/47702059",
"destination",
"london liverpool street"
],
[
"_:search/47702059",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"alot"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"DVD9MH3R"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:system",
"canthelp",
"_:search/47702059"
],
[
"_:search/47702059",
"day",
"sunday"
],
[
"_:search/47702059",
"departure",
"cambridge"
],
[
"_:search/47702059",
"destination",
"london liverpool street"
],
[
"_:search/47702059",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:system",
"canthelp",
"_:search/833dc4bd"
],
[
"_:search/833dc4bd",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"alot"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"DVD9MH3R"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/47702059"
],
[
"_:search/47702059",
"day",
"sunday"
],
[
"_:search/47702059",
"departure",
"cambridge"
],
[
"_:search/47702059",
"destination",
"london liverpool street"
],
[
"_:search/47702059",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:system",
"canthelp",
"_:search/833dc4bd"
],
[
"_:search/833dc4bd",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"arrive_by",
"17:27"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"id",
"TR0189"
],
[
"_:result",
"leave_at",
"15:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"id",
"TR0189"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"alot"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"DVD9MH3R"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/47702059"
],
[
"_:search/47702059",
"day",
"sunday"
],
[
"_:search/47702059",
"departure",
"cambridge"
],
[
"_:search/47702059",
"destination",
"london liverpool street"
],
[
"_:search/47702059",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:system",
"canthelp",
"_:search/833dc4bd"
],
[
"_:search/833dc4bd",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"arrive_by",
"17:27"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"id",
"TR0189"
],
[
"_:result",
"leave_at",
"15:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"id",
"TR0189"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"alot"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"canthelp",
"_:search/47702059"
],
[
"_:search/47702059",
"day",
"sunday"
],
[
"_:search/47702059",
"departure",
"cambridge"
],
[
"_:search/47702059",
"destination",
"london liverpool street"
],
[
"_:search/47702059",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:system",
"canthelp",
"_:search/833dc4bd"
],
[
"_:search/833dc4bd",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"arrive_by",
"17:27"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"id",
"TR0189"
],
[
"_:result",
"leave_at",
"15:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"id",
"TR0189"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"8GVKNM9J"
],
[
"_:booking",
"ticket",
"66.39 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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "i am looking for places to go in town . The attraction should be in the type of college and should be in the centre ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,\"Saint Andrew 's Street\");(_:result,amount,'several');(_:result,entrance_fee,'no entrance fee');(_:result,name,'Emmanuel College');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are several . May I recommend Emmanuel College ? They are located on Saint Andrew 's Street and have no entrance fee ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "ok . What is their phone number ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223334200');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their number is 01223334200 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need a hotel to stay in ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What type of hotel are you looking for ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a HOTEL in the cheap price range ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'the cambridge belfry');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Then you want the cambridge belfry , would you like me to book you a stay ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does it have free parking ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There is free parking ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'3');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay . Please book a stay starting on Tuesday for 4 nights and 3 people ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'YJQS3BTA');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : YJQS3BTA ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thanks for all of your help !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day ."
}
] |
PMUL4214.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Saint Andrew 's Street"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Emmanuel College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"Saint Andrew 's Street"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Emmanuel College"
],
[
"_:result",
"phone",
"01223334200"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"Saint Andrew 's Street"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Emmanuel College"
],
[
"_:result",
"phone",
"01223334200"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"Saint Andrew 's Street"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"phone",
"01223334200"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"the cambridge belfry"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"Saint Andrew 's Street"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"phone",
"01223334200"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"the cambridge belfry"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"3"
],
[
"_: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",
"area",
"centre"
],
[
"_:result",
"address",
"Saint Andrew 's Street"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"phone",
"01223334200"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"the cambridge belfry"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"YJQS3BTA"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Where can I find a moderately priced restaurant that serves European food ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'a number of');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have a number of restaurants available . Is there a particular area of the city where you would like to go ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would prefer the centre of town ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Doubletree by Hilton Cambridge Granta Place Mill Lane');(_:result,name,'Riverside Brasserie');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "I highly recommend Riverside Brasserie . It 's located at Doubletree by Hilton Cambridge Granta Place Mill Lane . Is there anything else i can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'18:45');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "can you book a table for 3 on monday at 18:45"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'L6EX6O5W');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes for sure ! That booking was successful and your reference number is L6EX6O5W ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'12:45');(_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,destination,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you . I need to find a train from Cambridge to Birmingham New Street leaving on Tuesday and I need it to arrive by 12:45 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'11:44');(_:result,id,'TR0077');(_:result,leave_at,'9:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR0077 that leaves at 9:01 and arrives at 11:44 . Would you like me to book it for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'same group of people');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That sounds perfect . Could you book it for the same group of people , please ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'J92CR71U');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I booked it for you . reference number is J92CR71U . Anything else today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "You are great thanks !"
},
{
"id": 11,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You 're welcome . Did you need more help ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "That is everything that I need ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Glad I could help . Have a great day ."
}
] |
PMUL3538.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"Doubletree by Hilton Cambridge Granta Place Mill Lane"
],
[
"_:result",
"name",
"Riverside Brasserie"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"Doubletree by Hilton Cambridge Granta Place Mill Lane"
],
[
"_:result",
"name",
"Riverside Brasserie"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"L6EX6O5W"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"Doubletree by Hilton Cambridge Granta Place Mill Lane"
],
[
"_:result",
"name",
"Riverside Brasserie"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:booking",
"ref",
"L6EX6O5W"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"arrive_by",
"11:44"
],
[
"_:result",
"id",
"TR0077"
],
[
"_:result",
"leave_at",
"9:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"Doubletree by Hilton Cambridge Granta Place Mill Lane"
],
[
"_:result",
"name",
"Riverside Brasserie"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"arrive_by",
"11:44"
],
[
"_:result",
"id",
"TR0077"
],
[
"_:result",
"leave_at",
"9:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"J92CR71U"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"Doubletree by Hilton Cambridge Granta Place Mill Lane"
],
[
"_:result",
"name",
"Riverside Brasserie"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"arrive_by",
"11:44"
],
[
"_:result",
"id",
"TR0077"
],
[
"_:result",
"leave_at",
"9:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"J92CR71U"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,category,'hotels');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for hotels in the center ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'Alexdander Bed and Breakfast');(_:result,name,'Gonville Hotal');(_:result,pricerange,'affordable pricing');(_:result,stars,'four');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Alexdander Bed and Breakfast is a good recommendation . It has four stars and affordable pricing . The Gonville Hotal is also a good choice . Would you like the address to either ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like for the hotel to have a 4 star rating and include free wifi ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,count,'2');(_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are two , one in the expensive price range , one in the cheap price range . Which do you prefer ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "I do n't have a preference ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'The');(_:result,name,'University Arms hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The University Arms hotel fits all of your criteria , would you like me to book a room ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please book a room for 3 people and 5 nights ."
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day would you like to start your reservation ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'hotel');(_:search,day,'monday');(_:search,food,'australian');(_:search,pricerange,'moderate');(_:search,type,'Hotel');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Please start the reservation on Monday . What is the reference number ? I also need a restaurant that serves australian food at a moderate price in the same area as the hotel"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there are no restaurants in that area which meet your criteria . Would you like me to search for another type of cuisine ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'hotel');(_:search,food,'british');(_:search,type,'Hotel');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you see if there is a restaurant that serves British food in the same area as the hotel ?"
},
{
"id": 11,
"rdf-acts": [
"select((_:result,name,'cotto');(_:result,name,'restaurant one seven');(_:result,name,'the copper kettle');(_:result,name,'the oak bistro');(_:result,type,'Restaurant'))",
"offer((_:booking,type,'Booking'))",
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Certainly , we have either restaurant one seven , the oak bistro , the copper kettle , cotto . Can I book a table at one , if so how many will be dining ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'18:30');(_:search,people,'three');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Three people please , on Monday at 18:30 ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,name,'oak bistro');(_:booking,ref,'SSUTW528');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booked you a table at the oak bistro . Your reference number is SSUTW528 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much for your help ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome ."
}
] |
MUL0006.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:result",
"name",
"Alexdander Bed and Breakfast"
],
[
"_:result",
"name",
"Gonville Hotal"
],
[
"_:result",
"pricerange",
"affordable pricing"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:result",
"name",
"Alexdander Bed and Breakfast"
],
[
"_:result",
"name",
"Gonville Hotal"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"The"
],
[
"_:result",
"name",
"University Arms hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"stars",
"four"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"The"
],
[
"_:result",
"name",
"University Arms hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"food",
"australian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"stars",
"four"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"The"
],
[
"_:result",
"name",
"University Arms hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:search/8c4f360f"
],
[
"_:search/8c4f360f",
"type",
"Restaurant"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"stars",
"four"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:search/8c4f360f"
],
[
"_:search/8c4f360f",
"type",
"Restaurant"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"name",
"cotto"
],
[
"_:result",
"name",
"restaurant one seven"
],
[
"_:result",
"name",
"the copper kettle"
],
[
"_:result",
"name",
"the oak bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"people",
"three"
],
[
"_: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",
"stars",
"four"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:search/8c4f360f"
],
[
"_:search/8c4f360f",
"type",
"Restaurant"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"name",
"cotto"
],
[
"_:result",
"name",
"restaurant one seven"
],
[
"_:result",
"name",
"the copper kettle"
],
[
"_:result",
"name",
"the oak bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"oak bistro"
],
[
"_:booking",
"ref",
"SSUTW528"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'cinema');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Is there a cinema in the North ?"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,area,'North');(_:search,category,'cinemas');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "There are no cinemas to the North ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'North');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Is there a museum to the North ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,category,'museums');(_:search,type,'Attraction'))",
"inform((_:result,category,'park');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are no museums in the north but there is a park , would you like information about it ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No thank you but I do need a place to stay that has a star of 4 and in the moderate price range"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'Acorn guesthouse');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,amount,'several');(_:result,category,'guesthouses');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are several guesthouses available , Acorn guesthouse is highly recommended . Shall I book a room for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Actually , I was looking for a 4 star hotel , not a guesthouse ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,category,'hotels');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry , there are no hotels that match your preferences ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about a cheap one then I am not picky"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,name,'Worth House');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The only thing I have that meets your criteria is a guesthouse called the Worth House . It is 4 star rated , in the north and cheap ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I really want a hotel . Are there any cheap ones in town ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'West part of town');(_:result,name,'Cambridge Belfry');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about The Cambridge Belfry , in the West part of town ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "That will be fine ."
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like me to book a reservation for you ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , I need a reservation ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , I need to know the number of days , people and when you want to check in ."
}
] |
PMUL2891.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"cinema"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/d2ddad29"
],
[
"_:search/d2ddad29",
"area",
"North"
],
[
"_:search/d2ddad29",
"category",
"cinemas"
],
[
"_:search/d2ddad29",
"type",
"Attraction"
],
[
"_:search",
"area",
"North"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/d2ddad29"
],
[
"_:search/d2ddad29",
"area",
"North"
],
[
"_:search/d2ddad29",
"category",
"cinemas"
],
[
"_:search/d2ddad29",
"type",
"Attraction"
],
[
"_:search",
"area",
"North"
],
[
"_:search",
"category",
"museum"
],
[
"_:system",
"canthelp",
"_:search/4e8c2179"
],
[
"_:search/4e8c2179",
"area",
"north"
],
[
"_:search/4e8c2179",
"category",
"museums"
],
[
"_:search/4e8c2179",
"type",
"Attraction"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/d2ddad29"
],
[
"_:search/d2ddad29",
"area",
"North"
],
[
"_:search/d2ddad29",
"category",
"cinemas"
],
[
"_:search/d2ddad29",
"type",
"Attraction"
],
[
"_:search",
"area",
"North"
],
[
"_:system",
"canthelp",
"_:search/4e8c2179"
],
[
"_:search/4e8c2179",
"area",
"north"
],
[
"_:search/4e8c2179",
"category",
"museums"
],
[
"_:search/4e8c2179",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"Acorn guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/d2ddad29"
],
[
"_:search/d2ddad29",
"area",
"North"
],
[
"_:search/d2ddad29",
"category",
"cinemas"
],
[
"_:search/d2ddad29",
"type",
"Attraction"
],
[
"_:search",
"area",
"North"
],
[
"_:system",
"canthelp",
"_:search/4e8c2179"
],
[
"_:search/4e8c2179",
"area",
"north"
],
[
"_:search/4e8c2179",
"category",
"museums"
],
[
"_:search/4e8c2179",
"type",
"Attraction"
],
[
"_:result",
"name",
"Acorn guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/6ba756e4"
],
[
"_:search/6ba756e4",
"category",
"hotels"
],
[
"_:search/6ba756e4",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/d2ddad29"
],
[
"_:search/d2ddad29",
"area",
"North"
],
[
"_:search/d2ddad29",
"category",
"cinemas"
],
[
"_:search/d2ddad29",
"type",
"Attraction"
],
[
"_:search",
"area",
"North"
],
[
"_:system",
"canthelp",
"_:search/4e8c2179"
],
[
"_:search/4e8c2179",
"area",
"north"
],
[
"_:search/4e8c2179",
"category",
"museums"
],
[
"_:search/4e8c2179",
"type",
"Attraction"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/6ba756e4"
],
[
"_:search/6ba756e4",
"category",
"hotels"
],
[
"_:search/6ba756e4",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/d2ddad29"
],
[
"_:search/d2ddad29",
"area",
"North"
],
[
"_:search/d2ddad29",
"category",
"cinemas"
],
[
"_:search/d2ddad29",
"type",
"Attraction"
],
[
"_:search",
"area",
"North"
],
[
"_:system",
"canthelp",
"_:search/4e8c2179"
],
[
"_:search/4e8c2179",
"area",
"north"
],
[
"_:search/4e8c2179",
"category",
"museums"
],
[
"_:search/4e8c2179",
"type",
"Attraction"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/6ba756e4"
],
[
"_:search/6ba756e4",
"category",
"hotels"
],
[
"_:search/6ba756e4",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"West part of town"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/d2ddad29"
],
[
"_:search/d2ddad29",
"area",
"North"
],
[
"_:search/d2ddad29",
"category",
"cinemas"
],
[
"_:search/d2ddad29",
"type",
"Attraction"
],
[
"_:search",
"area",
"North"
],
[
"_:system",
"canthelp",
"_:search/4e8c2179"
],
[
"_:search/4e8c2179",
"area",
"north"
],
[
"_:search/4e8c2179",
"category",
"museums"
],
[
"_:search/4e8c2179",
"type",
"Attraction"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/6ba756e4"
],
[
"_:search/6ba756e4",
"category",
"hotels"
],
[
"_:search/6ba756e4",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"West part of town"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'bournemouth');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i AM looking for a train . The train should depart from Bournemouth and should leave on Sunday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where is your destination for that day ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'Broxbourne');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm sorry I misspoke earlier , I 'm actually looking to leave from Broxbourne and would like to go to Cambridge ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "There is train on Sunday at 08:32 that goes from broxbourne to cambridge"
}
] |
SNG1305.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"bournemouth"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"Broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'home');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'd like a taxie from my home please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Certainly . And where would you like the taxi to take you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'the river bar steakhouse and grill');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm heading to the river bar steakhouse and grill . I am so hungry !"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Ok , what time do you want to leave ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'home from home');(_:search,leave_at,'10:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "The taxi should be at home from home by 10:00 , if you can arrange it ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "We will have a white tesla with the contact number 07280793126 \n ready for you ."
}
] |
SNG01804.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"home"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"the river bar steakhouse and grill"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"the river bar steakhouse and grill"
],
[
"_:search",
"departure",
"home from home"
],
[
"_:search",
"leave_at",
"10:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'kambar');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like it if you can help me find a place called Kambar ."
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,category,'nightclub');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure thing ! It is a nightclub in centre . Anything else I can help with ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "how much does it cost to get it ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,entrance_fee,'5 pounds');(_:result,name,'Kambar');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "Kambar is only 5 pounds to get into . Would you like any more information on it ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "yes phone number and adress please"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'1 wheeler street');(_:result,phone,'01223842725');(_:result,postcode,'cb23qb');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their address is 1 wheeler street , cb23qb . Their phone number is 01223842725 . Will that be all ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Actually , can you help me find information on a train to the Stansted Airport please ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure what day are you traveling ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'cambridge');(_:search,leave_at,'15:45');(_:search,type,'Train'))",
"request((_:result,duration,?);(_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "The train should depart from Cambridge on Monday after 15:45 . What is the travel time , price and train ID ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,duration,'28 minutes');(_:result,id,'TR1088');(_:result,leave_at,'16:40');(_:result,ticket,'10.10 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The next train is TR1088 departing at 16:40 with a duration of 28 minutes and it costs 10.10 pounds ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That sounds great , thank you for your help today ."
},
{
"id": 11,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You 're welcome . Did you need help with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all , thank you !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're most welcome . I 'm glad to be of service . Good - bye ."
}
] |
PMUL3351.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kambar"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kambar"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kambar"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"Kambar"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kambar"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"Kambar"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"1 wheeler street"
],
[
"_:result",
"phone",
"01223842725"
],
[
"_:result",
"postcode",
"cb23qb"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kambar"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"Kambar"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"1 wheeler street"
],
[
"_:result",
"phone",
"01223842725"
],
[
"_:result",
"postcode",
"cb23qb"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kambar"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"Kambar"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"1 wheeler street"
],
[
"_:result",
"phone",
"01223842725"
],
[
"_:result",
"postcode",
"cb23qb"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"id",
"TR1088"
],
[
"_:result",
"leave_at",
"16:40"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kambar"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"Kambar"
],
[
"_:result",
"address",
"1 wheeler street"
],
[
"_:result",
"phone",
"01223842725"
],
[
"_:result",
"postcode",
"cb23qb"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"id",
"TR1088"
],
[
"_:result",
"leave_at",
"16:40"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'17:15');(_:search,departure,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Is there a train from london liverpool street that arrives by 17:15 ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,arrive_by,'17:15');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Yes , I have several trains that can get you there by 17:15 . What day are you traveling ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm coming to Cambridge on Thursday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'7');(_:result,day,'that day');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are seven trains available that day . What time would you like to leave by ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'dontcare');(_:search,people,'three');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Any train is fine . I 'll need it booked for three people ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,arrive_by,'15:07');(_:booking,category,'Train');(_:booking,departure,'liverpool street');(_:booking,destination,'cambridge');(_:booking,id,'TR3257');(_:booking,leave_at,'13:39');(_:booking,people,'3');(_:booking,ref,'YR897WTP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've booked you for 3 on TR3257 , leaving liverpool street at 13:39 and arriving cambridge at 15:07 , with reference # YR897WTP . Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'cinema');(_:search,name,'cineworld cinema');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes . I 'm also looking for a place called cineworld cinema"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'cambridge leisure park , clifton way');(_:result,area,'south');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Okay it 's located in the south and the address is cambridge leisure park , clifton way ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Good bye , enjoy the rest of your day ."
}
] |
PMUL3476.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"arrive_by",
"17:15"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"arrive_by",
"17:15"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"day",
"that day"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"arrive_by",
"17:15"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"day",
"that day"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"people",
"three"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"arrive_by",
"15:07"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"liverpool street"
],
[
"_:booking",
"destination",
"cambridge"
],
[
"_:booking",
"id",
"TR3257"
],
[
"_:booking",
"leave_at",
"13:39"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"YR897WTP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"cinema"
],
[
"_:search",
"name",
"cineworld cinema"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"arrive_by",
"17:15"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"day",
"that day"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"people",
"three"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"arrive_by",
"15:07"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"liverpool street"
],
[
"_:booking",
"destination",
"cambridge"
],
[
"_:booking",
"id",
"TR3257"
],
[
"_:booking",
"leave_at",
"13:39"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"YR897WTP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"cinema"
],
[
"_:search",
"name",
"cineworld cinema"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "I want a hospital in town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,type,'Hospital'))",
"request((_:search,department,?);(_:search,type,'Hospital'))"
],
"speaker": "system",
"text": "Addenbrookes Hospital is located at Hills Rd , Cambridge . Is there a particular department you 're looking for ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "No , I just need the phone number , address and postcode please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,phone,'01223245151');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Addenbrookes Hospital is located at Hills Rd , Cambridge , postcode CB20QQ . General phone number is 01223245151 . Can I help with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is all . Thank you ."
},
{
"id": 5,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "welcome . at your service next time"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Great ! Have a nice day !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You as well . Goodbye ."
}
] |
SNG01549.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,departure,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , could you find me a train for Friday ? I need to leave from Leicester ."
},
{
"id": 1,
"rdf-acts": [
"thank()",
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))",
"inform((_:result,day,'Friday');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I can assist you with that . What time Friday would you like to leave at ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,leave_at,'12:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave after 12:15 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,type,'Train'))",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay there are several trains that may work . What is your destination ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to go to Cambridge , please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,day,'Friday');(_:result,id,'TR4625');(_:result,leave_at,'13:09');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR4625 leaves at 13:09 Friday . Would that train work for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes . Could you book that for 7 people and give me the reference number please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,day,'Friday');(_:booking,departure,'Leicester');(_:booking,id,'TR4625');(_:booking,leave_at,'14:09');(_:booking,people,'7');(_:booking,ref,'U32YDDW9');(_:booking,ticket,'264.59 GBP');(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Sure . I booked TR4625 leaving Leicester Friday at 14:09 , 7 tickets . Reference number is U32YDDW9 and 264.59 GBP will be due , payable at the station ."
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Great , that 's all for today . Goodbye !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome , enjoy your trip ."
}
] |
SNG0305.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"day",
"?"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"day",
"?"
],
[
"_:result",
"day",
"Friday"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"id",
"TR4625"
],
[
"_:result",
"leave_at",
"13:09"
],
[
"_: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",
"departure",
"leicester"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"id",
"TR4625"
],
[
"_:result",
"leave_at",
"13:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"departure",
"Leicester"
],
[
"_:booking",
"id",
"TR4625"
],
[
"_:booking",
"leave_at",
"14:09"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"U32YDDW9"
],
[
"_:booking",
"ticket",
"264.59 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'nightclub');(_:search,type,'Attraction'))",
"hello()"
],
"speaker": "user",
"text": "Hi , I 'm looking for a nightclub in town please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,area,'center');(_:result,category,'nightclubs');(_:result,name,'ballare');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are several nightclubs in town . I recommend ballare . It is found in the center of town ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Okay , could you tell me he postcode and the entrance fee ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,entrance_fee,'5 pounds');(_:result,postcode,'cb23na');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Sure thing ! Entry fee is 5 pounds and postcode is cb23na ."
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "I would also like to eat in the center of town ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,area,'centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have many dining options available in city centre . Do you have a price range or style of food you would prefer ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'steakhouses');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any steakhouses in the centre ?"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunately not . Do you want to broaden your search ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you find something with italian food instead ?"
},
{
"id": 9,
"rdf-acts": [
"select((_:result,name,'Zizzi Cambridge');(_:result,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,food,'italian');(_:result,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Oh , great choice . I love Italian too . There are several options . How about Zizzi Cambridge ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'zizzi cambridge');(_:search,type,'Restaurant'))",
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds great , what 's the price range for Zizzi Cambridge ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Zizzi Cambridge');(_:result,pricerange,'relatively cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Zizzi Cambridge is relatively cheap , but the food is sublime . Would you like me to book it for you ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "That sounds great , please do ."
},
{
"id": 13,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'd be happy to . Can you tell me a date , time and how many people in your party ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "It will just be for me on Wednesday . I would like it to be for around 4 pm ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,ref,'UWZS9JSU');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Your Reference number is : UWZS9JSU ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would love a taxi"
},
{
"id": 17,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I can help with that . What is your departure site , destination , and the time you need it ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,destination,'the attraction');(_:search,leave_at,'05:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to depart the restaurant at 05:00 to go to the attraction"
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,car,'yellow Tesla');(_:result,phone,'07267272725');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "A yellow Tesla will pick you up , and the contact number is 07267272725 . Can I help with anything else today ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , I believe that 's all I need today . Thanks for your help ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day . Enjoy your trip . Goodbye ."
}
] |
PMUL2166.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:user",
"greeted",
"_:system"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"name",
"ballare"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"name",
"ballare"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclub"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"name",
"ballare"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"steakhouses"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclub"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"name",
"ballare"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/d29f3eac"
],
[
"_:search/d29f3eac",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclub"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/d29f3eac"
],
[
"_:search/d29f3eac",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"name",
"Zizzi Cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"zizzi cambridge"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclub"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/d29f3eac"
],
[
"_:search/d29f3eac",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"food",
"italian"
],
[
"_:search",
"name",
"zizzi cambridge"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Zizzi Cambridge"
],
[
"_:result",
"pricerange",
"relatively cheap"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclub"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/d29f3eac"
],
[
"_:search/d29f3eac",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"food",
"italian"
],
[
"_:search",
"name",
"zizzi cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Zizzi Cambridge"
],
[
"_:result",
"pricerange",
"relatively cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclub"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/d29f3eac"
],
[
"_:search/d29f3eac",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"food",
"italian"
],
[
"_:search",
"name",
"zizzi cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Zizzi Cambridge"
],
[
"_:result",
"pricerange",
"relatively cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:booking",
"ref",
"UWZS9JSU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclub"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/d29f3eac"
],
[
"_:search/d29f3eac",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"food",
"italian"
],
[
"_:search",
"name",
"zizzi cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Zizzi Cambridge"
],
[
"_:result",
"pricerange",
"relatively cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:booking",
"ref",
"UWZS9JSU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the attraction"
],
[
"_:search",
"leave_at",
"05:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclub"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/d29f3eac"
],
[
"_:search/d29f3eac",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"food",
"italian"
],
[
"_:search",
"name",
"zizzi cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Zizzi Cambridge"
],
[
"_:result",
"pricerange",
"relatively cheap"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:booking",
"ref",
"UWZS9JSU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the attraction"
],
[
"_:search",
"leave_at",
"05:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow Tesla"
],
[
"_:result",
"phone",
"07267272725"
],
[
"_: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,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi ! Can you help me find a particular restaurant ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'110');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Of course , there are 110 restaurants in town . Would you like me to search by restaurant name ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'varsity restaurant');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I am looking for the Varsity Restaurant ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'center');(_:result,food,'international');(_:result,name,'Varsity Restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Varsity Restaurant serves international food in the center of town . Do you want me to book it for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'15:15');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , can I get a table for 4 on saturday at 15:15 ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,day,'Saturday');(_:booking,duration,'15:15');(_:booking,people,'4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , I will book a table for 4 on Saturday at 15:15 ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Excellent . I 'll need the reference number ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "unfortunately they are filled up for that time would you like me to reserve another time or would you like to choose another restaurant ."
}
] |
SSNG0050.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"110"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"varsity restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"110"
],
[
"_:search",
"name",
"varsity restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"Varsity Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"110"
],
[
"_:search",
"name",
"varsity restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"Varsity Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"15:15"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'mediterranean');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Where are some restaurants that serve mediterranean dishes that are in the low to moderate price range ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centrally');(_:result,count,'1');(_:result,name,'Gardenia');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Hello , The Gardenia is one option which is located centrally , may I make a reservation for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is that one cheap ? I do need a cheap place ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , that restaurant is cheap . Would you like a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,day,'saturday');(_:search,people,'3');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes if it is cheap and in town centre I would like to book a table for 3 people on Saturday please ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alright , what time would you like to make your reservation for ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'16:00');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like you to book my reservation for 3 people at 16:00 on a Saturday ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,duration,'16:00');(_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))",
"inform((_:result,name,'Gardenia');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Gardenia is n't available at 16:00 . Would you like to change the time or day ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,duration,'15:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about 15:00 then ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'NRPFPYAJ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alright , I was able to book that time slot , your reference number is NRPFPYAJ"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,departure,'london kings cross');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need to book a train on the same day departing from London Kings Cross to Cambridge ."
},
{
"id": 11,
"rdf-acts": [
"select((_:result,leave_at,'05:17');(_:result,leave_at,'23:17');(_:result,leave_at,'every two hours on the : 17');(_:result,type,'Train'))",
"inform((_:result,count,'10');(_:result,duration,'51 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have 10 trains available , leaving every two hours on the : 17 between 05:17 and 23:17 . Travel time is 51 minutes . What time would you prefer ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'09:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train that will arrive by 09:30 , which of those is closest in arrival time ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'08:08');(_:result,id,'TR8885');(_:result,leave_at,'07:17');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR8885 leaves at 07:17 and arrives at 08:08 . Would you like me to book it for you ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . I have all the information I need ."
},
{
"id": 15,
"rdf-acts": [],
"speaker": "system",
"text": "is there anything i may help you with ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , that 's all I need today . Thank you for your help !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge TownInfo centre . Have a wonderful day !"
}
] |
MUL0227.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centrally"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Gardenia"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centrally"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Gardenia"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centrally"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Gardenia"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centrally"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/80096b78"
],
[
"_:booking/80096b78",
"duration",
"16:00"
],
[
"_:booking/80096b78",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Gardenia"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centrally"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/80096b78"
],
[
"_:booking/80096b78",
"duration",
"16:00"
],
[
"_:booking/80096b78",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:result",
"name",
"Gardenia"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:booking",
"ref",
"NRPFPYAJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centrally"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/80096b78"
],
[
"_:booking/80096b78",
"duration",
"16:00"
],
[
"_:booking/80096b78",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:result",
"name",
"Gardenia"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:booking",
"ref",
"NRPFPYAJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"05:17"
],
[
"_:result",
"leave_at",
"23:17"
],
[
"_:result",
"leave_at",
"every two hours on the : 17"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"09:30"
],
[
"_: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",
"mediterranean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centrally"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/80096b78"
],
[
"_:booking/80096b78",
"duration",
"16:00"
],
[
"_:booking/80096b78",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:result",
"name",
"Gardenia"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:booking",
"ref",
"NRPFPYAJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:search",
"arrive_by",
"09:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"08:08"
],
[
"_:result",
"id",
"TR8885"
],
[
"_:result",
"leave_at",
"07:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centrally"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/80096b78"
],
[
"_:booking/80096b78",
"duration",
"16:00"
],
[
"_:booking/80096b78",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:result",
"name",
"Gardenia"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:booking",
"ref",
"NRPFPYAJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:search",
"arrive_by",
"09:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"08:08"
],
[
"_:result",
"id",
"TR8885"
],
[
"_:result",
"leave_at",
"07:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'jamaican');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to eat . I am looking for a Jamaican restaurant with a moderate price range please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'Jamaican');(_:search,pricerange,'moderately priced');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , there are no moderately priced Jamaican restaurants . What about a different food type ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'Jamaican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would really prefer Jamaican . Are there any in the centre part of town ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "Unfortunately there is none there as well . Can I broaden your search further ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay , well how about one that serves modern European food in that area ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,name,'de luca cucina and bar');(_:booking,type,'Booking');(_:result,area,'centre');(_:result,count,'2');(_:result,food,'modern european');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have two modern european restaurants in the centre . Would you like to book at de luca cucina and bar ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , that would be great and can you give me the postcode and their address please ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))",
"inform((_:result,address,'83 Regent Street');(_:result,postcode,'cb21aw');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address is 83 Regent Street , postcode cb21aw . What day and time would you like to book ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'12:45');(_:search,destination,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will take care of that myself . Could you find me a train going to norwich arriving by 12:45 ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I 'll be happy to help . I need to know the day and your departure site , please ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I leave on Wednesday , departing from Cambridge ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'11:55');(_:result,day,'wednesday');(_:result,departure,'cambridge');(_:result,destination,'norwich');(_:result,id,'TR9635');(_:result,leave_at,'10:36');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR9635 will depart cambridge at 10:36 on wednesday and arrive in norwich at 11:55 . Would you like me to book tickets for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Please book that train ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Of course , how many tickets would you like me to book ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I would like to book a total of 6 tickets . And can I please get the reference number ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR9635');(_:booking,ref,'6144V7BE');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to successfully book your tickets for train TR9635 . Your reference number is 6144V7BE . Is there anything else I can help you with ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No . Thank you very much for your help ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Certainly ! Have a nice day and contact the Cambridge TownInfo centre whenever you like !"
}
] |
MUL0392.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"jamaican"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/5585e819"
],
[
"_:search/5585e819",
"food",
"Jamaican"
],
[
"_:search/5585e819",
"pricerange",
"moderately priced"
],
[
"_:search/5585e819",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"Jamaican"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/5585e819"
],
[
"_:search/5585e819",
"food",
"Jamaican"
],
[
"_:search/5585e819",
"pricerange",
"moderately priced"
],
[
"_:search/5585e819",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/2eaa24d3"
],
[
"_:search/2eaa24d3",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/5585e819"
],
[
"_:search/5585e819",
"food",
"Jamaican"
],
[
"_:search/5585e819",
"pricerange",
"moderately priced"
],
[
"_:search/5585e819",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/2eaa24d3"
],
[
"_:search/2eaa24d3",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"de luca cucina and bar"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/5585e819"
],
[
"_:search/5585e819",
"food",
"Jamaican"
],
[
"_:search/5585e819",
"pricerange",
"moderately priced"
],
[
"_:search/5585e819",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/2eaa24d3"
],
[
"_:search/2eaa24d3",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"modern european"
],
[
"_:booking",
"name",
"de luca cucina and bar"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"modern european"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"83 Regent Street"
],
[
"_:result",
"postcode",
"cb21aw"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/5585e819"
],
[
"_:search/5585e819",
"food",
"Jamaican"
],
[
"_:search/5585e819",
"pricerange",
"moderately priced"
],
[
"_:search/5585e819",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/2eaa24d3"
],
[
"_:search/2eaa24d3",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"modern european"
],
[
"_:booking",
"name",
"de luca cucina and bar"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"modern european"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"83 Regent Street"
],
[
"_:result",
"postcode",
"cb21aw"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/5585e819"
],
[
"_:search/5585e819",
"food",
"Jamaican"
],
[
"_:search/5585e819",
"pricerange",
"moderately priced"
],
[
"_:search/5585e819",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/2eaa24d3"
],
[
"_:search/2eaa24d3",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"modern european"
],
[
"_:booking",
"name",
"de luca cucina and bar"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"modern european"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"83 Regent Street"
],
[
"_:result",
"postcode",
"cb21aw"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:55"
],
[
"_:result",
"day",
"wednesday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"norwich"
],
[
"_:result",
"id",
"TR9635"
],
[
"_:result",
"leave_at",
"10:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/5585e819"
],
[
"_:search/5585e819",
"food",
"Jamaican"
],
[
"_:search/5585e819",
"pricerange",
"moderately priced"
],
[
"_:search/5585e819",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/2eaa24d3"
],
[
"_:search/2eaa24d3",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"modern european"
],
[
"_:booking",
"name",
"de luca cucina and bar"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"modern european"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"83 Regent Street"
],
[
"_:result",
"postcode",
"cb21aw"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:55"
],
[
"_:result",
"day",
"wednesday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"norwich"
],
[
"_:result",
"id",
"TR9635"
],
[
"_:result",
"leave_at",
"10:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"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",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/5585e819"
],
[
"_:search/5585e819",
"food",
"Jamaican"
],
[
"_:search/5585e819",
"pricerange",
"moderately priced"
],
[
"_:search/5585e819",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/2eaa24d3"
],
[
"_:search/2eaa24d3",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:booking",
"name",
"de luca cucina and bar"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"modern european"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:result",
"address",
"83 Regent Street"
],
[
"_:result",
"postcode",
"cb21aw"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:55"
],
[
"_:result",
"day",
"wednesday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"norwich"
],
[
"_:result",
"id",
"TR9635"
],
[
"_:result",
"leave_at",
"10:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9635"
],
[
"_:booking",
"ref",
"6144V7BE"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.