turns
listlengths 2
60
| dialogue_id
stringlengths 1
31
| states
listlengths 1
30
|
---|---|---|
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello ! I 'm looking for a moderately priced restaurant in the centre ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are several options available . Would you be willing to give me more information on what kind of food you are looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want asian oriental food ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,name,'yippee noodle bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , we have yippee noodle bar in the town centre . Shall I book a table ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'Yippee Noodle Bar');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is the Yippee Noodle Bar moderately priced ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes it is moderately priced ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds perfect . I do n't need a reservation right now , but could you give me the address , phone number , and postcode , please ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'40428 King Street City Centre');(_:result,phone,'01223518111');(_:result,postcode,'cb11lh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure thing . The address is 40428 King Street City Centre , postcode cb11lh , and the phone number is 01223518111 . Can I help you find anything else ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , I 'm all set . Thanks for your help !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm glad we were able to help you today . Have a wonderful weekend !"
}
] |
SNG0536.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Yippee Noodle Bar"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:search",
"name",
"Yippee Noodle Bar"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:search",
"name",
"Yippee Noodle Bar"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"40428 King Street City Centre"
],
[
"_:result",
"phone",
"01223518111"
],
[
"_:result",
"postcode",
"cb11lh"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'alexander bed and breakfast');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'd like to be picked up today from alexander bed and breakfast"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Absolutely ! When would you like to arrive ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like for the taxi to be here at eleven o'clock a.m. so that I can arrive at my destination at noon ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What is your destination ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'rice house');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I am going to rice house"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,car,'blue volkswagen');(_:result,phone,'07325713060');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I have booked a blue volkswagen and contact number 07325713060 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that is all ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Perfect . Have a great day !"
}
] |
SNG01735.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"alexander bed and breakfast"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"alexander bed and breakfast"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"alexander bed and breakfast"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"rice house"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"alexander bed and breakfast"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"rice house"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue volkswagen"
],
[
"_:result",
"phone",
"07325713060"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am interested in booking a train to cambridge for next tuesday ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,day,'Tuesday');(_:result,departure,'Cambridge');(_:result,leave_at,'06:08');(_:result,leave_at,'every hour');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are several trains departing for Cambridge on Tuesday . One train departs every hour starting at 06:08"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'birmingham new street');(_:search,leave_at,'14:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to depart from birmingham new street after 14:45 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'9');(_:result,day,'Tuesday');(_:result,departure,'Birmingham new street');(_:result,destination,'Cambridge');(_:result,leave_at,'14:45');(_:result,type,'Train'))",
"select((_:result,leave_at,'15:40');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are 9 trains that depart from Birmingham new street to Cambridge on Tuesday after 14:45 . The earliest is 15:40 , does that work ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that works ! I would like the reference number please ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many tickets do you need ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "6 people please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'TYGH2E4A');(_:booking,ticket,'450.6 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great , your reference number is TYGH2E4A , and the total fee payable at the station is 450.6 GBP ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,day,'same day');(_:search,food,'persian');(_:search,people,'same day and party');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great ! I also need an expensive restaurant in the west that serves Persian for the same day and party as well please ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,food,'Persian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "Unfortunately , there are no expensive Persian restaurants in that area . Would you like to look for something else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure , how about one that serves indian food in that area ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"request((_:booking,people,?);(_:booking,type,'Booking'))",
"inform((_:result,address,'68 Histon Road Chesterton');(_:result,count,'5');(_:result,food,'indian');(_:result,name,'tandoori palace');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 5 results for restaurants serving indian food , the first is tandoori palace located at 68 Histon Road Chesterton . Would you like a reservation and for how many ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'six');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please for six people thank you ."
},
{
"id": 13,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What time would you like the reservation for ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,duration,'18:30');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "At 18:30 , please ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,ref,'R3VOQJMB');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . Your reference number is R3VOQJMB . The table will be reserved for 15 minutes ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks . That 's everything I need . Have a nice day !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Let me know if I can help with anything else ."
}
] |
MUL0233.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"leave_at",
"06:08"
],
[
"_:result",
"leave_at",
"every hour"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Birmingham new street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"15:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Birmingham new street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"15:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Birmingham new street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"15:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"TYGH2E4A"
],
[
"_:booking",
"ticket",
"450.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"food",
"persian"
],
[
"_:search",
"people",
"same day and party"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Birmingham new street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"15:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"TYGH2E4A"
],
[
"_:booking",
"ticket",
"450.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"same day and party"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/35d75f72"
],
[
"_:search/35d75f72",
"food",
"Persian"
],
[
"_:search/35d75f72",
"pricerange",
"expensive"
],
[
"_:search/35d75f72",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Birmingham new street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"15:40"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"TYGH2E4A"
],
[
"_:booking",
"ticket",
"450.6 GBP"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/35d75f72"
],
[
"_:search/35d75f72",
"food",
"Persian"
],
[
"_:search/35d75f72",
"pricerange",
"expensive"
],
[
"_:search/35d75f72",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"68 Histon Road Chesterton"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"tandoori palace"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"six"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Birmingham new street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"15:40"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"TYGH2E4A"
],
[
"_:booking",
"ticket",
"450.6 GBP"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/35d75f72"
],
[
"_:search/35d75f72",
"food",
"Persian"
],
[
"_:search/35d75f72",
"pricerange",
"expensive"
],
[
"_:search/35d75f72",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"people",
"?"
],
[
"_:result",
"address",
"68 Histon Road Chesterton"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"tandoori palace"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"six"
],
[
"_: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,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Birmingham new street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"15:40"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"450.6 GBP"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/35d75f72"
],
[
"_:search/35d75f72",
"food",
"Persian"
],
[
"_:search/35d75f72",
"pricerange",
"expensive"
],
[
"_:search/35d75f72",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"people",
"?"
],
[
"_:result",
"address",
"68 Histon Road Chesterton"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"tandoori palace"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"six"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"R3VOQJMB"
],
[
"_: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,day,'monday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to book a train to cambridge on Monday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be departing out of Stevenage ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'10');(_:result,day,'that day');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "We have 10 different trains on that day . What time will you be departing or arriving ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'16:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to arrive by 16:45 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR8265');(_:result,leave_at,'09:54');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay TR8265 departs at 09:54 . Would you like me to book that for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Sorry , I looked at the calendar . I need a Thursday train , not a Monday . Can you please find a train on that day instead ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,id,'TR1163');(_:result,leave_at,'05:54');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , no problem . The TR1163 train leaves at 05:54 . Will that work for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "What time will the train arrive in Cambridge ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'06:43');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "It arrives at \t 06:43 ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Ok please book that for 5 people ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'9JXA0UWF');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have made those reservations and your reference number is 9JXA0UWF ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you . I am also looking for a museum to visit . Do you have any recommendations ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,'Broughton house gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Broughton house gallery is a great place in the centre of town ! The entrance fee is free ! Would you like their information ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , please give me the postcode , entrance fee and address ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'98 King Street');(_:result,entrance_fee,'free');(_:result,postcode,'cb11ln');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "They are at 98 King Street , postcode cb11ln , admission is free , any further questions today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you ."
},
{
"id": 17,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I look up anything else for you ?"
},
{
"id": 18,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Nope , you have been extremely helpful . Thanks again . Bye ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Have a great time in Cambridge . Bye ."
}
] |
PMUL1033.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"that day"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"that day"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:result",
"id",
"TR8265"
],
[
"_:result",
"leave_at",
"09:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"that day"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"id",
"TR1163"
],
[
"_:result",
"leave_at",
"05:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"that day"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"id",
"TR1163"
],
[
"_:result",
"leave_at",
"05:54"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"06:43"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"that day"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"id",
"TR1163"
],
[
"_:result",
"leave_at",
"05:54"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"06:43"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"9JXA0UWF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"that day"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"id",
"TR1163"
],
[
"_:result",
"leave_at",
"05:54"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"06:43"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"9JXA0UWF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Broughton house gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"that day"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"id",
"TR1163"
],
[
"_:result",
"leave_at",
"05:54"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"06:43"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"9JXA0UWF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Broughton house gallery"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"98 King Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_: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",
"stevenage"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"that day"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"id",
"TR1163"
],
[
"_:result",
"leave_at",
"05:54"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"06:43"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"9JXA0UWF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Broughton house gallery"
],
[
"_:result",
"address",
"98 King Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'bridge guest house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need help finding a hotel called Bridge Guest House . Thanks ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'151 hills road');(_:result,area,'south');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is in the south part of town located at 151 hills road ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,has_internet,?);(_:result,type,'Hotel'))",
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do they have internet ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes it has internet . Would you like to book something here ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'emmanuel college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Not at the moment . I 'm also interest in an attraction called Emmanuel College . Where is it located ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,\"saint andrew 's street\");(_:result,area,'centre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It 's located in the centre of town on saint andrew 's street . Do you need anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'boat');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , are there any boat attractions ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , what kind of attraction are you looking for ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'emmanuel college');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction');(_:result,type,'Hotel'))",
"inform((_:search,name,'Bridge Guest House');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Actually can I have the address and post code to the Bridge Guest House and the same for Emmanuel College ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'151 hills road');(_:result,name,'Bridge guest house');(_:result,postcode,'cb28rj');(_:result,type,'Hotel'))",
"reqmore()",
"inform((_:result,address,\"saint andrew 's street\");(_:result,name,'Emmanuel college');(_:result,postcode,'cb23ap');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Bridge guest house is located at 151 hills road , postcode cb28rj . Emmanuel college is located at saint andrew 's street , postcode cb23ap . Can I help with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for all of the information . That is exactly what I needed ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . You have been very helpful . Goodbye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks , that is all for today ."
}
] |
PMUL2695.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bridge guest house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bridge guest house"
],
[
"_:result",
"address",
"151 hills road"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"151 hills road"
],
[
"_:result",
"area",
"south"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"emmanuel college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"name",
"emmanuel college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"Bridge Guest House"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"Bridge Guest House"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"name",
"Emmanuel college"
],
[
"_:result",
"postcode",
"cb23ap"
],
[
"_:result",
"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"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"Bridge Guest House"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"name",
"Emmanuel college"
],
[
"_:result",
"postcode",
"cb23ap"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a place to stay in cambridge . A hotel in moderate price range would do it ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'18');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 18 moderately priced places to stay . Is there an area you 'd like to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yeah , I 'd like to stay in the center of town . Oh and I 'll need free wifi ! Thanks ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'1');(_:result,name,'Cityroomz');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay I have one option for you called Cityroomz . Would you like me to book it for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'2');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yeah , you can go ahead and book it for 2 people . I 'll be staying for 3 nights starting on Thursday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'LX1F2BXI');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You 're all set ! Reference number is LX1F2BXI ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you . I also need to find a restaurant near the hotel in the moderate price range ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Ok i will find you one and notify you as soon as possible"
}
] |
PMUL3791.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"LX1F2BXI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you help me find a moderate priced restaurant in the centre ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'centre');(_:search,pricerange,'moderately priced');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Certainly ! However , there are no moderately priced restaurants in the town centre . Would you like to try a different area or price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there anything cheap in the town centre ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry there are no cheap restaurants n that area . Would you like to change your price range or area ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I really need it to be in the moderate price range , there 's really nothing in the city centre ? Any cuisine will do ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'21');(_:result,pricerange,'moderately');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , we must have had technical difficulties . We actually do have 21 restaurants in the centre of town that are moderately priced . Do you have a certain cuisine in mind ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Please surprise me ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'British');(_:result,name,'Cotto');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay , Cotto is a British restaurant in the moderate price range . Would you like me to book it for you ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I have their phone number and address please ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'183 East Road');(_:result,area,'centre');(_:result,name,'Cotto');(_:result,phone,'0122302010.the');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number for the Cotto is , 0122302010.The address us 183 East Road , City Centre . Anything else ?"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , I think I have everything I need . Thanks . Bye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . Have a good day , goodbye ."
}
] |
SNG0749.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/6aec7aac"
],
[
"_:search/6aec7aac",
"area",
"centre"
],
[
"_:search/6aec7aac",
"pricerange",
"moderately priced"
],
[
"_:search/6aec7aac",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/6aec7aac"
],
[
"_:search/6aec7aac",
"area",
"centre"
],
[
"_:search/6aec7aac",
"pricerange",
"moderately priced"
],
[
"_:search/6aec7aac",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d7f04b36"
],
[
"_:search/d7f04b36",
"pricerange",
"cheap"
],
[
"_:search/d7f04b36",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/6aec7aac"
],
[
"_:search/6aec7aac",
"area",
"centre"
],
[
"_:search/6aec7aac",
"pricerange",
"moderately priced"
],
[
"_:search/6aec7aac",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d7f04b36"
],
[
"_:search/d7f04b36",
"pricerange",
"cheap"
],
[
"_:search/d7f04b36",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/6aec7aac"
],
[
"_:search/6aec7aac",
"area",
"centre"
],
[
"_:search/6aec7aac",
"pricerange",
"moderately priced"
],
[
"_:search/6aec7aac",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d7f04b36"
],
[
"_:search/d7f04b36",
"pricerange",
"cheap"
],
[
"_:search/d7f04b36",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Cotto"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/6aec7aac"
],
[
"_:search/6aec7aac",
"area",
"centre"
],
[
"_:search/6aec7aac",
"pricerange",
"moderately priced"
],
[
"_:search/6aec7aac",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d7f04b36"
],
[
"_:search/d7f04b36",
"pricerange",
"cheap"
],
[
"_:search/d7f04b36",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"183 East Road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Cotto"
],
[
"_:result",
"phone",
"0122302010.the"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'swimmingpool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'd like to find a swimmingpool on the east side , if possible ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'1');(_:result,name,'abbey pool and astroturf pitch');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have one listing for abbey pool and astroturf pitch ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the entrance fee ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,entrance_fee,\"I ' m sorry ; I do n't have that information\");(_:result,phone,'01223902088');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry ; I do n't have that information . If you 'd like to contact them , their phone number is 01223902088 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks ! I also need a train to Cambridge on Wednesday ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure thing where will you be departing from ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'20:15');(_:search,departure,'ely');(_:search,leave_at,'20:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving ely after 20:15 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,leave_at,'13:17');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There is a train that leaves at 13:17 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you provide more information for that train ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'14:08');(_:result,departure,'london kings cross');(_:result,duration,'51 minutes');(_:result,id,'TR0922');(_:result,leave_at,'13:17');(_:result,ticket,'23.60 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Yes , that 's train TR0922 , it 'll be leaving london kings cross at 13:17 and arrived by 14:08 . It costs 23.60 pounds and takes 51 minutes ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to book a seat on that train . Please provide confirmation ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'AY662NLW');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reference number is AY662NLW ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all i need for today . Thanks very much for your help ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , let me know if I can assist with anything else ."
}
] |
PMUL1086.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimmingpool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimmingpool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"abbey pool and astroturf pitch"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimmingpool"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"abbey pool and astroturf pitch"
],
[
"_:result",
"entrance_fee",
"I ' m sorry ; I do n't have that information"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimmingpool"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"abbey pool and astroturf pitch"
],
[
"_:result",
"entrance_fee",
"I ' m sorry ; I do n't have that information"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"20:15"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimmingpool"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"abbey pool and astroturf pitch"
],
[
"_:result",
"entrance_fee",
"I ' m sorry ; I do n't have that information"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"20:15"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:result",
"leave_at",
"13:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimmingpool"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"abbey pool and astroturf pitch"
],
[
"_:result",
"entrance_fee",
"I ' m sorry ; I do n't have that information"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"20:15"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"departure",
"london kings cross"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"id",
"TR0922"
],
[
"_:result",
"leave_at",
"13:17"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimmingpool"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"abbey pool and astroturf pitch"
],
[
"_:result",
"entrance_fee",
"I ' m sorry ; I do n't have that information"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"20:15"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"departure",
"london kings cross"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"id",
"TR0922"
],
[
"_:result",
"leave_at",
"13:17"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"AY662NLW"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a specific hotel"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Can you give me the name of the hotel you 're looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'bridge guest house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "yes.its name is bridge guest house ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I found it . Would you like me to book it for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'6');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , for 6 people for 5 nights starting on friday ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I apologize , but the hotel ca n't accommodate you ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about for Sunday ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'IHW6XAGZ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : IHW6XAGZ ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thanks for your help ."
},
{
"id": 9,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "You 're welcome ! Have a great day !"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "You can end this conversation now"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Ok I will ."
}
] |
SNG01304.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bridge guest house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bridge guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bridge guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"canthelp",
"_:booking/5126f7d0"
],
[
"_:booking/5126f7d0",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bridge guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"canthelp",
"_:booking/5126f7d0"
],
[
"_:booking/5126f7d0",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"IHW6XAGZ"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bridge guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"canthelp",
"_:booking/5126f7d0"
],
[
"_:booking/5126f7d0",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"IHW6XAGZ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "i am planning a trip in cambridge"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Great ! Would you like to book a train to take you there ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'hobsons house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I will bee a hotel called hobsons house ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "What do you need to know about the Hobsons House guesthouse ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I would just like some general information before I book , what area is it in ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "It 's located in the west . Would you like more information ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'3');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That 's good . Book me in for 3 people and 4 nights starting Tuesday ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Tuesday');(_:booking,name,'Hobsons House');(_:booking,people,'three');(_:booking,ref,'P4RWFGM2');(_:booking,stay,'4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have you booked at the Hobsons House starting Tuesday for 4 days for three people . Your reference number is P4RWFGM2 . May I help you with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i 'm also looking for a train leaving from cambridge ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where would you like to go ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,destination,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "am going to stansted airport"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay , what time would you like to leave ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'14:45');(_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive at the airport by 14:45 on Saturday ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,count,'9');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 9 results . Is there a certain time you 'd like to leave by ? We can narrow the results down that way ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Train'))",
"request((_:result,id,?);(_:result,leave_at,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Saturday , please . I will need the departure time , train ID , and price ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'14:08');(_:result,id,'TR6193');(_:result,leave_at,'13:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I think this train might work well for you . TR6193 leaves at 13:40 and gets in at 14:08 . It costs 14.08 pounds . Can I book this ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Not right now . Thanks for all your help though ."
},
{
"id": 17,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I be of any further assistance ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , I need a taxi please ."
},
{
"id": 19,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Ok . Where do you need the taxi to pick you up at ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Nevermind . I will not need the taxi after all . Thank you for all your help . Please book a seat on TR6193 for me ."
},
{
"id": 21,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,day,'Sat');(_:booking,ref,'HGQGS7MX');(_:booking,ticket,'24.24 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your train is booked for Sat your fee is 24.24 GBP and payable at station . Your ref . number is HGQGS7MX"
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thank you for your help today !"
},
{
"id": 23,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You are very welcome . Is there anything else I can help you with ?"
},
{
"id": 24,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , that 's all I need today . Thank you . Good - bye ."
},
{
"id": 25,
"rdf-acts": null,
"speaker": "system",
"text": "Okay . Glad I could help . Have a great trip . Goodbye ."
}
] |
PMUL3989.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"hobsons house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"hobsons house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"hobsons house"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"name",
"hobsons house"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"name",
"Hobsons House"
],
[
"_:booking",
"people",
"three"
],
[
"_:booking",
"ref",
"P4RWFGM2"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"name",
"hobsons house"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"name",
"Hobsons House"
],
[
"_:booking",
"people",
"three"
],
[
"_:booking",
"ref",
"P4RWFGM2"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"name",
"hobsons house"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"name",
"Hobsons House"
],
[
"_:booking",
"people",
"three"
],
[
"_:booking",
"ref",
"P4RWFGM2"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"name",
"hobsons house"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"name",
"Hobsons House"
],
[
"_:booking",
"people",
"three"
],
[
"_:booking",
"ref",
"P4RWFGM2"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"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"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"name",
"hobsons house"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"name",
"Hobsons House"
],
[
"_:booking",
"people",
"three"
],
[
"_:booking",
"ref",
"P4RWFGM2"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"id",
"TR6193"
],
[
"_:result",
"leave_at",
"13:40"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"name",
"hobsons house"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"name",
"Hobsons House"
],
[
"_:booking",
"people",
"three"
],
[
"_:booking",
"ref",
"P4RWFGM2"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"id",
"TR6193"
],
[
"_:result",
"leave_at",
"13:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"name",
"hobsons house"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"name",
"Hobsons House"
],
[
"_:booking",
"people",
"three"
],
[
"_:booking",
"ref",
"P4RWFGM2"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"id",
"TR6193"
],
[
"_:result",
"leave_at",
"13:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"?"
],
[
"_: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",
"name",
"hobsons house"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"name",
"Hobsons House"
],
[
"_:booking",
"people",
"three"
],
[
"_:booking",
"stay",
"4"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"id",
"TR6193"
],
[
"_:result",
"leave_at",
"13:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Sat"
],
[
"_:booking",
"ref",
"HGQGS7MX"
],
[
"_:booking",
"ticket",
"24.24 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"name",
"hobsons house"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"name",
"Hobsons House"
],
[
"_:booking",
"people",
"three"
],
[
"_:booking",
"stay",
"4"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"id",
"TR6193"
],
[
"_:result",
"leave_at",
"13:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Sat"
],
[
"_:booking",
"ref",
"HGQGS7MX"
],
[
"_:booking",
"ticket",
"24.24 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to find something to do in the west ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'some');(_:result,category,\"college 's\");(_:result,entrance_fee,\"some are free some are n't\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have some lovely college 's in the area some are free some are n't"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Can you give me some information about the free options ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,entrance_fee,'free');(_:result,name,'churchill college');(_:result,name,'clare hall');(_:result,name,'magdalene collegeare');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "churchill college , clare hall , and magdalene collegeare free . All are in the west area and is very nice ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'churchill college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "can i get the phone number to churchill college"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Churchill College');(_:result,phone,'01223336233');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number for Churchill College is 01223336233 . Can I help you with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to eat at an expensive European restaurant ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , would you like that in the west part of the city also ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I would like it in the West as well ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'cambridge lodge restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Great I found the cambridge lodge restaurant for you ! What would you like to do with it ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "May I have the phone number please ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'Cambridge Lodge Restaurant');(_:result,phone,'01223355166');(_:result,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Sure . The phone number to the Cambridge Lodge Restaurant is 01223355166 ."
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Did you book a table for me ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have not booked it as of yet . Would you like me to book it for you ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No thanks . I just need the phone number please ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223355166');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure ! Their phone number is 01223355166 . Can I help you with anything else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that will be all ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "you are welcome . enjoy your stay ."
}
] |
PMUL4057.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"category",
"college 's"
],
[
"_:result",
"entrance_fee",
"some are free some are n't"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"category",
"college 's"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"churchill college"
],
[
"_:result",
"name",
"clare hall"
],
[
"_:result",
"name",
"magdalene collegeare"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"name",
"churchill college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"category",
"college 's"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"name",
"churchill college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:result",
"phone",
"01223336233"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"some"
],
[
"_:result",
"category",
"college 's"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"name",
"churchill college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:result",
"phone",
"01223336233"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"some"
],
[
"_:result",
"category",
"college 's"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"name",
"churchill college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223336233"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"some"
],
[
"_:result",
"category",
"college 's"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"name",
"churchill college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"Cambridge Lodge Restaurant"
],
[
"_:result",
"phone",
"01223355166"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"some"
],
[
"_:result",
"category",
"college 's"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"name",
"churchill college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"Cambridge Lodge Restaurant"
],
[
"_:result",
"phone",
"01223355166"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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": [
[
"_:result",
"amount",
"some"
],
[
"_:result",
"category",
"college 's"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"name",
"churchill college"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"Cambridge Lodge Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223355166"
],
[
"_: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,departure,'Cambride TownInfo Centre');(_:search,stars,'5');(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes i m looking to book a taxi from Cambride TownInfo Centre to a fancy restraunt rated 5 Stars !"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Could you tell me what time you would like to leave ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,\"king 's college\");(_:search,type,'Attraction'))",
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm sorry , I am actually looking for the postcode of King 's College . Could you provide that for me ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,\"King 's Parade\");(_:result,name,\"King 's College\");(_:result,postcode,'cb21st');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Absolutely - King 's College is located on King 's Parade , postcode cb21st . Will you be needing anything else today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for a place to stay that has a star of 4 and free parking ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Certainly , would you like a specific area of town ? Do you prefer a hotel or guesthouse ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No preference on location but I would like a hotel . I would also like moderate pricing ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,category,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"canthelp((_:search,category,'hotels');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Unfortunately we do n't have any moderate priced hotel type hotels . Would you prefer a different type or price range ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about an expensive one ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "there are 2 expensive hotels available"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'two');(_:search,stay,'five');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Book one of them for two people , five nights , starting Wednesday ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , but neither are available on those days . Would you like to try a different starting day or number of nights ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,stay,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "We could shorten the stay to just four nights , I guess ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,name,'Huntington');(_:booking,ref,'WZRJ2C6L');(_:booking,stay,'4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , you are booked at the Huntington for 4 nights . Your reference number is WZRJ2C6L ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Ok , can you get me a taxi ?"
},
{
"id": 15,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Absolutely . Where would you want to depart from and go to ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,departure,'my hotel');(_:search,destination,'the college');(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like it to take me between my hotel and the college ."
},
{
"id": 17,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What time would you like the taxi ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,departure,'the hotel');(_:search,leave_at,'14:15');(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to leave the hotel by 14:15 ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,car,'white bmw');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I have confirmed your taxi , a white bmw will pick you up ."
},
{
"id": 20,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Could you provide the contact number please ?"
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,phone,'07585258044');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes your contact number is 07585258044 . Will there be anything else ?"
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No I think that 's all I need . Thanks for your help !"
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "Happy to be of service , and thank you for using the Cambridge TownInfo centre . Enjoy your stay in Cambridge !"
}
] |
MUL1038.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"Cambride TownInfo Centre"
],
[
"_:search",
"stars",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"Cambride TownInfo Centre"
],
[
"_:search",
"stars",
"5"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"name",
"king 's college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"Cambride TownInfo Centre"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"name",
"king 's college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"King 's Parade"
],
[
"_:result",
"name",
"King 's College"
],
[
"_:result",
"postcode",
"cb21st"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"Cambride TownInfo Centre"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"name",
"king 's college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"King 's Parade"
],
[
"_:result",
"name",
"King 's College"
],
[
"_:result",
"postcode",
"cb21st"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"Cambride TownInfo Centre"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"name",
"king 's college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"King 's Parade"
],
[
"_:result",
"name",
"King 's College"
],
[
"_:result",
"postcode",
"cb21st"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:system",
"canthelp",
"_:search/7088447e"
],
[
"_:search/7088447e",
"category",
"hotels"
],
[
"_:search/7088447e",
"pricerange",
"moderate"
],
[
"_:search/7088447e",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"Cambride TownInfo Centre"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"name",
"king 's college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"King 's Parade"
],
[
"_:result",
"name",
"King 's College"
],
[
"_:result",
"postcode",
"cb21st"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:system",
"canthelp",
"_:search/7088447e"
],
[
"_:search/7088447e",
"category",
"hotels"
],
[
"_:search/7088447e",
"pricerange",
"moderate"
],
[
"_:search/7088447e",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stay",
"five"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"Cambride TownInfo Centre"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"name",
"king 's college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"King 's Parade"
],
[
"_:result",
"name",
"King 's College"
],
[
"_:result",
"postcode",
"cb21st"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:system",
"canthelp",
"_:search/7088447e"
],
[
"_:search/7088447e",
"category",
"hotels"
],
[
"_:search/7088447e",
"pricerange",
"moderate"
],
[
"_:search/7088447e",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"two"
],
[
"_:system",
"canthelp",
"_:booking/86f7217c"
],
[
"_:booking/86f7217c",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"Cambride TownInfo Centre"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"name",
"king 's college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"King 's Parade"
],
[
"_:result",
"name",
"King 's College"
],
[
"_:result",
"postcode",
"cb21st"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:system",
"canthelp",
"_:search/7088447e"
],
[
"_:search/7088447e",
"category",
"hotels"
],
[
"_:search/7088447e",
"pricerange",
"moderate"
],
[
"_:search/7088447e",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"two"
],
[
"_:system",
"canthelp",
"_:booking/86f7217c"
],
[
"_:booking/86f7217c",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"four"
],
[
"_:booking",
"name",
"Huntington"
],
[
"_:booking",
"ref",
"WZRJ2C6L"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"name",
"king 's college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"King 's Parade"
],
[
"_:result",
"name",
"King 's College"
],
[
"_:result",
"postcode",
"cb21st"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/7088447e"
],
[
"_:search/7088447e",
"category",
"hotels"
],
[
"_:search/7088447e",
"pricerange",
"moderate"
],
[
"_:search/7088447e",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"two"
],
[
"_:system",
"canthelp",
"_:booking/86f7217c"
],
[
"_:booking/86f7217c",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"four"
],
[
"_:booking",
"name",
"Huntington"
],
[
"_:booking",
"ref",
"WZRJ2C6L"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"departure",
"my hotel"
],
[
"_:search",
"destination",
"the college"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"king 's college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"King 's Parade"
],
[
"_:result",
"name",
"King 's College"
],
[
"_:result",
"postcode",
"cb21st"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/7088447e"
],
[
"_:search/7088447e",
"category",
"hotels"
],
[
"_:search/7088447e",
"pricerange",
"moderate"
],
[
"_:search/7088447e",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"two"
],
[
"_:system",
"canthelp",
"_:booking/86f7217c"
],
[
"_:booking/86f7217c",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"four"
],
[
"_:booking",
"name",
"Huntington"
],
[
"_:booking",
"ref",
"WZRJ2C6L"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"the college"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"king 's college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"King 's Parade"
],
[
"_:result",
"name",
"King 's College"
],
[
"_:result",
"postcode",
"cb21st"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/7088447e"
],
[
"_:search/7088447e",
"category",
"hotels"
],
[
"_:search/7088447e",
"pricerange",
"moderate"
],
[
"_:search/7088447e",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"two"
],
[
"_:system",
"canthelp",
"_:booking/86f7217c"
],
[
"_:booking/86f7217c",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"four"
],
[
"_:booking",
"name",
"Huntington"
],
[
"_:booking",
"ref",
"WZRJ2C6L"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"the college"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white bmw"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"king 's college"
],
[
"_:result",
"address",
"King 's Parade"
],
[
"_:result",
"name",
"King 's College"
],
[
"_:result",
"postcode",
"cb21st"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/7088447e"
],
[
"_:search/7088447e",
"category",
"hotels"
],
[
"_:search/7088447e",
"pricerange",
"moderate"
],
[
"_:search/7088447e",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"two"
],
[
"_:system",
"canthelp",
"_:booking/86f7217c"
],
[
"_:booking/86f7217c",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"four"
],
[
"_:booking",
"name",
"Huntington"
],
[
"_:booking",
"ref",
"WZRJ2C6L"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"the college"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white bmw"
],
[
"_:result",
"phone",
"07585258044"
],
[
"_: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,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like to find a hotel with free wifi and free parking , please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "I can help you find this information ! Did you have a particular area of town in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Cambridge , in the east with a 4 star rating I am sparing no expense ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,category,'guesthouses');(_:result,category,'hotels');(_:result,pricerange,'cheap');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))",
"inform((_:result,amount,'lots of');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are lots of 4 star lodgings , but they are all guesthouses rather than hotels , and they all have cheap or moderate prices . Would one of those be okay ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I just am looking to get the phone number of one ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'Allenbell');(_:result,phone,'01223210353');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Allenbell 's phone number is 01223210353 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you so much . I would also like help finding a train to Cambridge on Tuesday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'202');(_:result,day,'Tuesday');(_:result,destination,'Cambridge');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 202 trains coming into Cambridge on Tuesday . Where will you be departing from ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'20:45');(_:search,departure,'leicester');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be leaving leicester and would like to arrive by 20:45 in cambridge ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'7:54');(_:result,id,'tr6932');(_:result,leave_at,'6:09');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train tr6932 leaving at 6:09 and arriving by 7:54 . Would you like me to book it ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I will book it later but can you tell me the price per ticket ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,ticket,'37.80 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes . The price per ticket is 37.80 pounds . Is there anything else I can assist you with today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No I think that 's all I need right now , thanks so much ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day ! Goodbye ."
}
] |
MUL2119.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"phone",
"01223210353"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"phone",
"01223210353"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"phone",
"01223210353"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"7:54"
],
[
"_:result",
"id",
"tr6932"
],
[
"_:result",
"leave_at",
"6:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"phone",
"01223210353"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"7:54"
],
[
"_:result",
"id",
"tr6932"
],
[
"_:result",
"leave_at",
"6:09"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"37.80 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,has_internet,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a place to stay . Something moderately priced , with free wifi ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'like acorn guest house');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I like acorn guest house . Need a reservation ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,name,'acorn guest house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does the Acorn Guest House also offer free parking ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It does have free parking . Would you like to reserve a room ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "yes would you reserve andd book it for me with a confirmation number ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes certainly . For how many nights will you be staying and how many people will be staying and when do you wish to arrive ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'3');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need it for 3 people and 3 nights starting Sunday ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'PSNFSRQI');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : PSNFSRQI . anything else i can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'swiss');(_:search,pricerange,'same price range');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please . I need a restaurant in the north , same price range as the hotel , and serves swiss food ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "We do n't have any such restaurants in the north . Do you want to search for something different ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can we try for one that serves Indian food instead ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,food,'indian');(_:result,name,'Nirala');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Nirala is a moderately priced indian restaurant in the north . Can I book you any tables ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'11:30');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , book a table for 3 at 11:30 on the same day if you can ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'1GD9Z858');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : 1GD9Z858 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for your help today ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "enjoy your stay in Cambridge !"
}
] |
PMUL0216.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"like acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"like acorn guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"like acorn guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"3"
],
[
"_: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"
],
[
"_:result",
"name",
"like acorn guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"PSNFSRQI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"swiss"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"like acorn guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"PSNFSRQI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:system",
"canthelp",
"_:search/e979ae5f"
],
[
"_:search/e979ae5f",
"area",
"north"
],
[
"_:search/e979ae5f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"PSNFSRQI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:system",
"canthelp",
"_:search/e979ae5f"
],
[
"_:search/e979ae5f",
"area",
"north"
],
[
"_:search/e979ae5f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"Nirala"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:system",
"canthelp",
"_:search/e979ae5f"
],
[
"_:search/e979ae5f",
"area",
"north"
],
[
"_:search/e979ae5f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"Nirala"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"1GD9Z858"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,stars,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "What is the closest four star hotel with free wifi ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What is your location preference ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Location is not a priority , it could be a hotel or guesthouse , either way is fine ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'154 Chesterton Road');(_:result,name,'Acorn Guest House');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Acorn Guest House is located at 154 Chesterton Road . Will that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is this a cheap place to stay ? I really want to book a cheap place ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'some');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,name,'Acorn');(_:result,name,'Cambridge Belfry');(_:result,pricerange,'cheap');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Acorn is moderately priced . We do have some cheap ones with 4 stars and the internet . The Cambridge Belfry is a hotel that fits your description ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,name,'Cambridge Belfry');(_:search,people,'8');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , can you please book The Cambridge Belfry for me for 8 people for 2 nights starting on Sunday . If Sunday is not available , Monday is also okay ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'FTZQCNPH');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , I 've made the booking for you and your reference number is FTZQCNPH ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you . Could you recommend a place to go in the centre of town ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'the fez club');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "sure , how about the fez club ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That will work can I get the address please ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'8 Market Passage');(_:result,postcode,'cb23hx');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , it is located at 8 Market Passage , postcode cb23hx . What else can I assist you with today ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Is there a entrance fee ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,entrance_fee,'5 pounds');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , the entrance fee is 5 pounds ."
},
{
"id": 14,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I need the phone number as well please ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223519224');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "sorry about that it is 01223519224 , anything else today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be it for now . Have a good day ! Thank you !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome . Enjoy your stay ! Good - bye ."
}
] |
PMUL2730.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"154 Chesterton Road"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"154 Chesterton Road"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Acorn"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"name",
"Cambridge Belfry"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"address",
"154 Chesterton Road"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Acorn"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"name",
"Cambridge Belfry"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"FTZQCNPH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_: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",
"four"
],
[
"_:result",
"address",
"154 Chesterton Road"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"name",
"Cambridge Belfry"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"FTZQCNPH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"the fez club"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"name",
"Cambridge Belfry"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"FTZQCNPH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"the fez club"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"8 Market Passage"
],
[
"_:result",
"postcode",
"cb23hx"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"name",
"Cambridge Belfry"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"FTZQCNPH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"the fez club"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"8 Market Passage"
],
[
"_:result",
"postcode",
"cb23hx"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"type",
"Attraction"
],
[
"_: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",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"name",
"Cambridge Belfry"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"FTZQCNPH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"the fez club"
],
[
"_:result",
"address",
"8 Market Passage"
],
[
"_:result",
"postcode",
"cb23hx"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223519224"
],
[
"_: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,destination,'cambridge');(_:search,leave_at,'9:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need info on a train that 'll take me to Cambridge and leave after 9:00 ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,day,'Friday');(_:result,departure,'london kings cross');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I 'd be happy to help . I have several trains leaving from london kings cross on Friday ; do you need to arrive by a certain time ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'17:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need to arrive no later than 17:00 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'16:08');(_:result,destination,'Cambridge');(_:result,id,'TR8842');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR8842 arrives in Cambridge at 16:08 . Would you like me to book that for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the price ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,ticket,'23.60 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "The price is 23.60 pounds . Would you like more information or to make a booking ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No I do need a place to stay in the south ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have four places . Did you have a price range in mind ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'dontcare');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No but I would prefer a guesthouse with a 3 star rating ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'the bridge guest house');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'd recommend the bridge guest house . Would you like a room ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you book it for me and get a reference number ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "for how many people and when were you planning your stay ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'2');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to book the room for 2 people for 2 nights , starting on Wednesday ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'NRDSBQTY');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It is successfully booked your reference number is NRDSBQTY ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for you assistance , that will be all today ."
},
{
"id": 15,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Have a lovely day , thanks for using our services ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome . Please reach out to us again , if we can be of further assistance . Good - bye ."
}
] |
PMUL4024.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"9:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"9:00"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"london kings cross"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"9:00"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"london kings cross"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8842"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"9:00"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"london kings cross"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8842"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"9:00"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"london kings cross"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8842"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"9:00"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"london kings cross"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8842"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"the bridge guest house"
],
[
"_:result",
"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",
"cambridge"
],
[
"_:search",
"leave_at",
"9:00"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"london kings cross"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8842"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"the bridge guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_: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",
"leave_at",
"9:00"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"london kings cross"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8842"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"the bridge guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"NRDSBQTY"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"9:00"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"london kings cross"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8842"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"the bridge guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"NRDSBQTY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Looking for a restaurant on the South part of town ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What type of food would you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do not have a preference ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Do you have any preference on the cost ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like something in the cheap price range , please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'Chinese');(_:result,name,'Lucky Star');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is a very popular Chinese restaurant in the south part of town called The Lucky Star , it is in the cheap price range ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I have the address and phone number please ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Cambridge Leisure Park Clifton Way Cherry Hinton');(_:result,phone,'01223 244277');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their number is 01223 244277 and they are located at Cambridge Leisure Park Clifton Way Cherry Hinton . Can I be of any further assistance ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge restaurant system . Goodbye ."
}
] |
WOZ20087.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Lucky Star"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Lucky Star"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"phone",
"01223 244277"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "I was wondering if you could tell me where the Addenbrookes Hospital is ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The address is Hills Rd , Cambridge and the postcode is CB20QQ"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "what is their phone number ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223245151');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The main phone number is 01223245151 ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for the information . Have a nice day ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge TownInfo centre - I hope you have a great day !"
}
] |
SNG0216.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",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'Express by Holiday Inn');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to find information about the hotel Express by Holiday Inn in Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,category,'hotel');(_:result,pricerange,'expensive');(_:result,stars,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is located in the east , expensive and is a 2 star hotel ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'5');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great ! I 'd like to book rooms for 5 people for 4 nights starting Friday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,ref,'XXPDU1JP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : XXPDU1JP ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am also looking for information on queens ' college ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'silver street');(_:result,area,'west');(_:result,entrance_fee,'2.50');(_:result,name,\"Queens ' college\");(_:result,phone,'01223335511');(_:result,postcode,'cb39et');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Queens ' college is located in the west area on silver street . The post code is cb39et and phone number is 01223335511 . Entrance fee is 2.50 . Anything else ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "No I believe that 's it ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Glad we could be of service , and thanks for using the Cambridge TownInfo centre !"
}
] |
PMUL2504.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Express by Holiday Inn"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Express by Holiday Inn"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Express by Holiday Inn"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"XXPDU1JP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Express by Holiday Inn"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"XXPDU1JP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"silver street"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"2.50"
],
[
"_:result",
"name",
"Queens ' college"
],
[
"_:result",
"phone",
"01223335511"
],
[
"_:result",
"postcode",
"cb39et"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'cambridge and county folk museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I need info on the Cambridge and County Folk Museum please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'2 - 3 Castle Street');(_:result,area,'west');(_:result,category,'museum');(_:result,entrance_fee,'3.50 pounds');(_:result,phone,'01223355159');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The museum is located in the west side of town at 2 - 3 Castle Street . The entrance fee is 3.50 pounds . Their phone number is 01223355159 . Shall I connect you ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you . But thank you for all your help ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Anything else I can do for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'lebanese');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I am also looking for a nice , moderately priced Lebanese restaurant in the area . I 'd prefer it to be within walking distance of the museum ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"canthelp((_:search,area,'west');(_:search,food,'lebanese');(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'1');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is not a lebanese restaurant in the west area , but I found one in the centre . Would you like me to book a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "In the centre yes please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,name,'Ali Baba');(_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok , it 's called Ali Baba . How many people will be in your party ? Also , what day and time would you like ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'19:30');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to make a reservation for 2 people at 19:30 on Tuesday ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'7GD7F8A8');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , your table is booked . The reference number is 7GD7F8A8 . Anything else I can do for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm also looking to book a taxi between the two locations ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))",
"inform((_:result,departure,'the museum');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "At what time would you like to leave the museum ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'19:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I just want to make sure I am at the restaurant by 19:30 ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'grey lexux');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Your booking is completed . You will be picked up by a grey lexux . Can I help you with anything else today ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "could i get a taxi as well ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Yes , I will have one pick you up"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you give me the contact number for that taxi you booked ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,phone,'07503689471');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Absolutely , the contact number for the taxi that I have booked for you is 07503689471 . Is there anything else I may assist you with ?"
},
{
"id": 18,
"rdf-acts": [
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "What type of car have you booked ?"
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,car,'grey lexus');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "A grey lexus will be picking you up . Can I assist you with anything else ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . That all sounds good ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Okay do not hesitate to call us if you need something else ."
}
] |
MUL0964.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge and county folk museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge and county folk museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"2 - 3 Castle Street"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"3.50 pounds"
],
[
"_:result",
"phone",
"01223355159"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge and county folk museum"
],
[
"_:result",
"address",
"2 - 3 Castle Street"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"3.50 pounds"
],
[
"_:result",
"phone",
"01223355159"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge and county folk museum"
],
[
"_:result",
"address",
"2 - 3 Castle Street"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"3.50 pounds"
],
[
"_:result",
"phone",
"01223355159"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/fd29d4b8"
],
[
"_:search/fd29d4b8",
"area",
"west"
],
[
"_:search/fd29d4b8",
"food",
"lebanese"
],
[
"_:search/fd29d4b8",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge and county folk museum"
],
[
"_:result",
"address",
"2 - 3 Castle Street"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"3.50 pounds"
],
[
"_:result",
"phone",
"01223355159"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/fd29d4b8"
],
[
"_:search/fd29d4b8",
"area",
"west"
],
[
"_:search/fd29d4b8",
"food",
"lebanese"
],
[
"_:search/fd29d4b8",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:booking",
"name",
"Ali Baba"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge and county folk museum"
],
[
"_:result",
"address",
"2 - 3 Castle Street"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"3.50 pounds"
],
[
"_:result",
"phone",
"01223355159"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/fd29d4b8"
],
[
"_:search/fd29d4b8",
"area",
"west"
],
[
"_:search/fd29d4b8",
"food",
"lebanese"
],
[
"_:search/fd29d4b8",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:booking",
"name",
"Ali Baba"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"7GD7F8A8"
],
[
"_: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",
"name",
"cambridge and county folk museum"
],
[
"_:result",
"address",
"2 - 3 Castle Street"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"3.50 pounds"
],
[
"_:result",
"phone",
"01223355159"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/fd29d4b8"
],
[
"_:search/fd29d4b8",
"area",
"west"
],
[
"_:search/fd29d4b8",
"food",
"lebanese"
],
[
"_:search/fd29d4b8",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"area",
"centre"
],
[
"_:booking",
"name",
"Ali Baba"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"7GD7F8A8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"departure",
"the museum"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge and county folk museum"
],
[
"_:result",
"address",
"2 - 3 Castle Street"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"3.50 pounds"
],
[
"_:result",
"phone",
"01223355159"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/fd29d4b8"
],
[
"_:search/fd29d4b8",
"area",
"west"
],
[
"_:search/fd29d4b8",
"food",
"lebanese"
],
[
"_:search/fd29d4b8",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"area",
"centre"
],
[
"_:booking",
"name",
"Ali Baba"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"ref",
"7GD7F8A8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"departure",
"the museum"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:result",
"car",
"grey lexux"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge and county folk museum"
],
[
"_:result",
"address",
"2 - 3 Castle Street"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"3.50 pounds"
],
[
"_:result",
"phone",
"01223355159"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/fd29d4b8"
],
[
"_:search/fd29d4b8",
"area",
"west"
],
[
"_:search/fd29d4b8",
"food",
"lebanese"
],
[
"_:search/fd29d4b8",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"area",
"centre"
],
[
"_:booking",
"name",
"Ali Baba"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"ref",
"7GD7F8A8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"departure",
"the museum"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:result",
"car",
"grey lexux"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge and county folk museum"
],
[
"_:result",
"address",
"2 - 3 Castle Street"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"3.50 pounds"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/fd29d4b8"
],
[
"_:search/fd29d4b8",
"area",
"west"
],
[
"_:search/fd29d4b8",
"food",
"lebanese"
],
[
"_:search/fd29d4b8",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"area",
"centre"
],
[
"_:booking",
"name",
"Ali Baba"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"ref",
"7GD7F8A8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"departure",
"the museum"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:result",
"car",
"grey lexux"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"phone",
"07503689471"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"car",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge and county folk museum"
],
[
"_:result",
"address",
"2 - 3 Castle Street"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"3.50 pounds"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/fd29d4b8"
],
[
"_:search/fd29d4b8",
"area",
"west"
],
[
"_:search/fd29d4b8",
"food",
"lebanese"
],
[
"_:search/fd29d4b8",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"area",
"centre"
],
[
"_:booking",
"name",
"Ali Baba"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"ref",
"7GD7F8A8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"departure",
"the museum"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"phone",
"07503689471"
],
[
"_:result",
"car",
"grey lexus"
],
[
"_: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": [],
"speaker": "user",
"text": "I am planning a trip in Cambridge ."
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "I can help you with travel , restaurants , attractions and places to stay ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'19:15');(_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,destination,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train on Thursday that need to arrive by 19:15 . I 'll be leaving Cambridge and heading to Kings Lynn . Can you help ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'05:58');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "the latest a train reaches your station is 05:58 . can i book it for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please . I need tickets for 7 people ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'7E54PFPZ');(_:booking,ticket,'68.6 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 68.6 GBP payable at the station . \n Reference number is : 7E54PFPZ ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'dontcare');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm also looking for a recommended attraction in the centre . I do n't care what type it is ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'market street');(_:result,area,'centre');(_:result,category,'architecture');(_:result,entrance_fee,'free');(_:result,name,'Holy Trinity Church');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "There 's Holy Trinity Church on market street in the centre , the architecture is amazing and entrance is free . Is there anything else you 'd like to know about it ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I only needed the train ."
},
{
"id": 9,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "All right then . Thanks so much for calling . If you think of anything else , please do n't hesitate to call us back ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "enjoy your stay in cambridge"
}
] |
PMUL3427.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"arrive_by",
"05:58"
],
[
"_: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",
"arrive_by",
"19:15"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"arrive_by",
"05:58"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"7E54PFPZ"
],
[
"_:booking",
"ticket",
"68.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"arrive_by",
"05:58"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"7E54PFPZ"
],
[
"_:booking",
"ticket",
"68.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"address",
"market street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Holy Trinity Church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"arrive_by",
"05:58"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"7E54PFPZ"
],
[
"_:booking",
"ticket",
"68.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"address",
"market street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Holy Trinity Church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "Could you find me a hospital in town ?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "Yes , Addenbrookes Hospital is in your area , would you like me to book you an appointment ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,department,'transitional care');(_:search,type,'Hospital'))",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "Do they have a transitional care department ? I would also like to know the postcode and phone number ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,department,'transitional care');(_:result,phone,'01223254668');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Yes they have transitional care . Their post code is CB20QQ and the phone is 01223254668 . Would you like me to book that for you ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "No , I 'll just head down , so I do n't need anything else at the moment . Later !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Good luck , sir !"
}
] |
SNG0238.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"transitional care"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"transitional care"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"department",
"transitional care"
],
[
"_:result",
"phone",
"01223254668"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'Stanstead airport');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be flying into Stanstead airport on Wednesday and need to connect with a train to cambridge from there , can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , what time are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,leave_at,'13:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to leave after 13:30 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,day,'Wednesday');(_:result,departure,'Stansted Airport');(_:result,destination,'Cambridge');(_:result,duration,'28 minutes');(_:result,leave_at,'14:24');(_:result,ticket,'10.10 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is a train from Stansted Airport to Cambridge on Wednesday at 14:24 . The trip will take 28 minutes and cost 10.10 pounds . Do you want to book now ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please get me 8 tickets ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,people,'8');(_:booking,ref,'C7D09SVQ');(_:booking,ticket,'80.8 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked 8 tickets . The total for that is 80.8 GBP and is payable at the station . Your confirmation code is C7D09SVQ ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you . Can you also help me find a museum to visit ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'museum');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "In what area would you like the museum to be ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Attraction'))",
"request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "In the west please , I am open to suggestions just let me know what the postcode , entrance fee a number are ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'23 High Street , Fen Ditton');(_:result,address,'Castle Street');(_:result,area,'west');(_:result,entrance_fee,'free');(_:result,name,\"Kettle 's Yard\");(_:result,phone,'01223748100');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I would suggest Kettle 's Yard . They are on Castle Street in the west . They offer free entrance . Their address is 23 High Street , Fen Ditton . Their phone number is 01223748100 ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Kettle 's Yard sounds great . May I have the postcode please ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'free');(_:result,postcode,'CB30AQ');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure . The postcode is CB30AQ . It is free to enter . Would you like further information ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that should be all I need . Thank you so much !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you enjoy your day ."
}
] |
PMUL4668.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"Stanstead airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"Stanstead airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"Stanstead airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"leave_at",
"14:24"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"Stanstead airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"leave_at",
"14:24"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"C7D09SVQ"
],
[
"_:booking",
"ticket",
"80.8 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",
"wednesday"
],
[
"_:search",
"departure",
"Stanstead airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"leave_at",
"14:24"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"C7D09SVQ"
],
[
"_:booking",
"ticket",
"80.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"Stanstead airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"leave_at",
"14:24"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"C7D09SVQ"
],
[
"_:booking",
"ticket",
"80.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museum"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"address",
"23 High Street , Fen Ditton"
],
[
"_:result",
"address",
"Castle Street"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Kettle 's Yard"
],
[
"_:result",
"phone",
"01223748100"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"Stanstead airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"leave_at",
"14:24"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"C7D09SVQ"
],
[
"_:booking",
"ticket",
"80.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museum"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"23 High Street , Fen Ditton"
],
[
"_:result",
"address",
"Castle Street"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Kettle 's Yard"
],
[
"_:result",
"phone",
"01223748100"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"CB30AQ"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train leaving from Kings Lynn on Tuesday ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,day,'Tuesday');(_:result,departure,'Kings Lynn');(_:result,type,'Train'))",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are several trains leaving Kings Lynn on Tuesday . Where is your destination going to be ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am going to Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'19');(_:result,day,'that day');(_:result,leave_at,'05:11');(_:result,leave_at,'every hour');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "We have 19 trains that day starting at 05:11 and going every hour , any time preference ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'14:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Get me on one that leaves after 14:30"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'15:58');(_:result,id,'TR8932');(_:result,leave_at,'15:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR8932 that leaves at 15:11 and arrives by 15:58 . Would that work for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'traditional');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "book for 3 people . also find me a restaurant in the central that serves traditional food"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'1MNBDNEH');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "The booking number is 1MNBDNEH . Did you need to know anything else on the train ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'traditional');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I am looking for a restaurant in the centre that serves traditional food ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "We do n't have anything like that in the centre . How about a different area or food type ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'mexican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a mexican food restaurant nearby also ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:search,food,'Mexican');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no Mexican restaurants in that area ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I like italian also . Are there any in that area ?"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'9');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , there are 9 ! Do you have a preference on pricerange ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,duration,'18:45');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No . I do n't . Can I book a table for the same 3 people at 18:45 ?"
},
{
"id": 15,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'mexican');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "No I am sorry no mexican restaurants in that area . Another perhaps ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about Italian food ?"
},
{
"id": 17,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day would you like that reservation ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'18:45pm');(_:search,food,'italian');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Tuesday , 3 people , 18:45pm , italian , not mexican , please book and give me a name and confirmation number ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:booking,day,'tuesday');(_:booking,name,'the stazione restaurant and coffee bar');(_:booking,ref,'VBMXDETF');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked you at the stazione restaurant and coffee bar for tuesday . Your reference number is VBMXDETF ."
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great ! Thanks for all your help !"
},
{
"id": 21,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can assist you with today ?"
},
{
"id": 22,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That 's all I needed today . Thank you ! Bye !"
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for using the Cambridge TownInfo Centre . Goodbye !"
}
] |
PMUL0613.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"that day"
],
[
"_:result",
"leave_at",
"05:11"
],
[
"_:result",
"leave_at",
"every hour"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"that day"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:result",
"arrive_by",
"15:58"
],
[
"_:result",
"id",
"TR8932"
],
[
"_:result",
"leave_at",
"15:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"traditional"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"that day"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:result",
"arrive_by",
"15:58"
],
[
"_:result",
"id",
"TR8932"
],
[
"_:result",
"leave_at",
"15:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"1MNBDNEH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"traditional"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"that day"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:result",
"arrive_by",
"15:58"
],
[
"_:result",
"id",
"TR8932"
],
[
"_:result",
"leave_at",
"15:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"1MNBDNEH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/9fda69ac"
],
[
"_:search/9fda69ac",
"area",
"centre"
],
[
"_:search/9fda69ac",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"that day"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:result",
"arrive_by",
"15:58"
],
[
"_:result",
"id",
"TR8932"
],
[
"_:result",
"leave_at",
"15:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"1MNBDNEH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/9fda69ac"
],
[
"_:search/9fda69ac",
"area",
"centre"
],
[
"_:search/9fda69ac",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e358407d"
],
[
"_:search/e358407d",
"food",
"Mexican"
],
[
"_:search/e358407d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_: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",
"day",
"tuesday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"that day"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:result",
"arrive_by",
"15:58"
],
[
"_:result",
"id",
"TR8932"
],
[
"_:result",
"leave_at",
"15:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"1MNBDNEH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/9fda69ac"
],
[
"_:search/9fda69ac",
"area",
"centre"
],
[
"_:search/9fda69ac",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e358407d"
],
[
"_:search/e358407d",
"food",
"Mexican"
],
[
"_:search/e358407d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"that day"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:result",
"arrive_by",
"15:58"
],
[
"_:result",
"id",
"TR8932"
],
[
"_:result",
"leave_at",
"15:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"1MNBDNEH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/9fda69ac"
],
[
"_:search/9fda69ac",
"area",
"centre"
],
[
"_:search/9fda69ac",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e358407d"
],
[
"_:search/e358407d",
"food",
"Mexican"
],
[
"_:search/e358407d",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/b52f0b6c"
],
[
"_:search/b52f0b6c",
"food",
"mexican"
],
[
"_:search/b52f0b6c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"that day"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:result",
"arrive_by",
"15:58"
],
[
"_:result",
"id",
"TR8932"
],
[
"_:result",
"leave_at",
"15:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"1MNBDNEH"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/9fda69ac"
],
[
"_:search/9fda69ac",
"area",
"centre"
],
[
"_:search/9fda69ac",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e358407d"
],
[
"_:search/e358407d",
"food",
"Mexican"
],
[
"_:search/e358407d",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/b52f0b6c"
],
[
"_:search/b52f0b6c",
"food",
"mexican"
],
[
"_:search/b52f0b6c",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"18:45pm"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"that day"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:result",
"arrive_by",
"15:58"
],
[
"_:result",
"id",
"TR8932"
],
[
"_:result",
"leave_at",
"15:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/9fda69ac"
],
[
"_:search/9fda69ac",
"area",
"centre"
],
[
"_:search/9fda69ac",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e358407d"
],
[
"_:search/e358407d",
"food",
"Mexican"
],
[
"_:search/e358407d",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/b52f0b6c"
],
[
"_:search/b52f0b6c",
"food",
"mexican"
],
[
"_:search/b52f0b6c",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"18:45pm"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"tuesday"
],
[
"_:booking",
"name",
"the stazione restaurant and coffee bar"
],
[
"_:booking",
"ref",
"VBMXDETF"
],
[
"_: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",
"departure",
"kings lynn"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"that day"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:result",
"arrive_by",
"15:58"
],
[
"_:result",
"id",
"TR8932"
],
[
"_:result",
"leave_at",
"15:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:system",
"canthelp",
"_:search/9fda69ac"
],
[
"_:search/9fda69ac",
"area",
"centre"
],
[
"_:search/9fda69ac",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e358407d"
],
[
"_:search/e358407d",
"food",
"Mexican"
],
[
"_:search/e358407d",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/b52f0b6c"
],
[
"_:search/b52f0b6c",
"food",
"mexican"
],
[
"_:search/b52f0b6c",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"18:45pm"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"tuesday"
],
[
"_:booking",
"name",
"the stazione restaurant and coffee bar"
],
[
"_:booking",
"ref",
"VBMXDETF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'the cherry hinton village centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "could you give me information about the cherry hinton village centre ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Colville Road , Cherry Hinton');(_:result,area,'east');(_:result,category,'multiple sports');(_:result,postcode,'cb19ej');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , it is a multiple sports venue located in the east part of town , post code cb19ej . The address is Colville Road , Cherry Hinton ."
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much ."
},
{
"id": 3,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "Your welcome . Is there anything else I can look up for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,type,'Attraction');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is it 's phone number ? Also are there any expensive British restaurants in town ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,phone,'01223576412');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their phone number is 01223576412 . What part of town would you like to dine in ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't have a preference of area as long as it 's an expensive restaurant ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,amount,'a number of');(_:result,area,'east');(_:result,food,'british');(_:result,name,'grafton hotel restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are a number of expensive british places in town . On the east side , there is the grafton hotel restaurant . Would you like to make a booking there ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'11:30');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds good ! I need a table for just myself at 11:30 on monday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'3SOJSHQN');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . The table will be reserved for 15 minutes . The reference number is 3SOJSHQN ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that is all I needed ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "enjoy your stay in cambridge"
}
] |
PMUL3577.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the cherry hinton village centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the cherry hinton village centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Colville Road , Cherry Hinton"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"multiple sports"
],
[
"_:result",
"postcode",
"cb19ej"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the cherry hinton village centre"
],
[
"_:result",
"address",
"Colville Road , Cherry Hinton"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"multiple sports"
],
[
"_:result",
"postcode",
"cb19ej"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the cherry hinton village centre"
],
[
"_:result",
"address",
"Colville Road , Cherry Hinton"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"multiple sports"
],
[
"_:result",
"postcode",
"cb19ej"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"phone",
"01223576412"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the cherry hinton village centre"
],
[
"_:result",
"address",
"Colville Road , Cherry Hinton"
],
[
"_:result",
"category",
"multiple sports"
],
[
"_:result",
"postcode",
"cb19ej"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"phone",
"01223576412"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the cherry hinton village centre"
],
[
"_:result",
"address",
"Colville Road , Cherry Hinton"
],
[
"_:result",
"category",
"multiple sports"
],
[
"_:result",
"postcode",
"cb19ej"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"phone",
"01223576412"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"3SOJSHQN"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'peterborough');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train for my trip to Cambridge . I need it to leave on Monday and to depart from Peterborough . Can you give me some times ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'plenty');(_:result,leave_at,'05:19');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , there are plenty of available time starting at 05:19 and going all day . Was there a particular time of day you wanted to depart ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'12:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to arrive at or a little before 12:15 , please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'12:09');(_:result,departure,'Peterborough');(_:result,id,'TR0919');(_:result,leave_at,'11:19');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR0919 leaves Peterborough at 11:19 and arrives at 12:09 . Would you like to book seats on that one ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "How long is the travel time . My math is not the best ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,duration,'50 minutes');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,id,'TR0919');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "My math is n't the best either but the travel duration is 50 minutes . I can help you book a seat on the TR0919 if you 'd like ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'archway house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for a hotel called Archway House ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'52 gilbert road');(_:result,area,'north');(_:result,category,'guesthouse');(_:result,name,'Archway house');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Archway house is a guesthouse located in the north part of town in the moderate price range at 52 gilbert road"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'one');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need it for one person , 3 nights and starting on Monday ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'LMABMGNI');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : LMABMGNI . Do you need anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you . That 's it ."
},
{
"id": 11,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "Alright . Have a great day ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , you too ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . Goodbye ."
}
] |
PMUL1888.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:result",
"leave_at",
"05:19"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"12:09"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"id",
"TR0919"
],
[
"_:result",
"leave_at",
"11:19"
],
[
"_: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",
"day",
"monday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:result",
"arrive_by",
"12:09"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"id",
"TR0919"
],
[
"_:result",
"leave_at",
"11:19"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"id",
"TR0919"
],
[
"_:search",
"name",
"archway house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:result",
"arrive_by",
"12:09"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"id",
"TR0919"
],
[
"_:result",
"leave_at",
"11:19"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:booking",
"id",
"TR0919"
],
[
"_:search",
"name",
"archway house"
],
[
"_:result",
"address",
"52 gilbert road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Archway house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:result",
"arrive_by",
"12:09"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"id",
"TR0919"
],
[
"_:result",
"leave_at",
"11:19"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:booking",
"id",
"TR0919"
],
[
"_:search",
"name",
"archway house"
],
[
"_:result",
"address",
"52 gilbert road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Archway house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"LMABMGNI"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:result",
"arrive_by",
"12:09"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"id",
"TR0919"
],
[
"_:result",
"leave_at",
"11:19"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:booking",
"id",
"TR0919"
],
[
"_:search",
"name",
"archway house"
],
[
"_:result",
"address",
"52 gilbert road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Archway house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"LMABMGNI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,food,'persian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to find a restaurant in any area and servings persian food ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,food,'Persian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry , there are no restaurants serving Persian food available . May I help you find a different sort of food ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "vietnamese , please . Give me their address and phone number as well ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Yes , the restaurant name is Thanh Binh , the phone number is 01223 362456 . The address is 17 Magdalene Street City Centre"
}
] |
WOZ20346.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"food",
"persian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/6b7ae4b4"
],
[
"_:search/6b7ae4b4",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Persian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'australian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for an expensive Australian place ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry . There are no Australian places in Cambridge . Would you like to try another cuisine type ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'turkish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about on one that serves turkish food ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'meze bar restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , the meze bar restaurant fits that description . Would you like me to book that for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'11:00');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you please see if they have booking available for 8 people at 11:00 on thursday ?"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry , the booking was unsuccessful . Would you like me to look for another restaurant ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'turkish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please and one that serves turkish food ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Anatolia');(_:booking,ref,'T70EAY2I');(_:booking,type,'Booking');(_:result,food,'Turkish');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , I 've booked you at Anatolia , which also serves Turkish food , with reference number T70EAY2I . May I help with something else ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "No , that should be everything I need ."
},
{
"id": 9,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Great . Have a great day !"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "You too ! Thank you for your help ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system !"
}
] |
SSNG0040.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"australian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/79de452c"
],
[
"_:search/79de452c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/79de452c"
],
[
"_:search/79de452c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"meze bar restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/79de452c"
],
[
"_:search/79de452c",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"meze bar restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/92390d43"
],
[
"_:booking/92390d43",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/79de452c"
],
[
"_:search/79de452c",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"meze bar restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/92390d43"
],
[
"_:booking/92390d43",
"type",
"Booking"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Anatolia"
],
[
"_:booking",
"ref",
"T70EAY2I"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/79de452c"
],
[
"_:search/79de452c",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"meze bar restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/92390d43"
],
[
"_:booking/92390d43",
"type",
"Booking"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Anatolia"
],
[
"_:booking",
"ref",
"T70EAY2I"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello . I 'm looking for a restaurant that serves good Chinese food , preferable in the city centre . Can you help me locate one ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Regent Street');(_:result,amount,'ten');(_:result,area,'centre');(_:result,food,'chinese');(_:result,name,'Charlie Chan');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Of course ! There are ten chinese restaurants in the centre . How about Charlie Chan ? It 's a cheap place on Regent Street ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Actually I would prefer something in the expensive range if possible ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Tang chinese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Tang chinese looks good , would you like to try that ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you give me the address , postcode , and phone number ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Napier Street City Centre');(_:result,name,'Tang Chinese');(_:result,phone,'01223357187');(_:result,postcode,'cb11hr');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Tang Chinese is located on Napier Street City Centre , postcode cb11hr , and the phone number is 01223357187 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great . Now I need an expensive place to stay with free wifi ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Is there an area of town you 'd prefer ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No area in specific , however I would like free parking as well"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'University Arms Hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I can recommend the University Arms Hotel . It is located in the city centre"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))",
"request((_:result,stars,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "How many stars does that hotel have ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It has 4 stars ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does it have free parking as well ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes it has free parking . Would you like to make a reservation ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Well then , can I do anything else for you today ?"
},
{
"id": 16,
"rdf-acts": [],
"speaker": "user",
"text": "No , I think that will be all today ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling ! I hope you have a fantastic day !"
}
] |
MUL1251.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"amount",
"ten"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"amount",
"ten"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Tang chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"amount",
"ten"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Napier Street City Centre"
],
[
"_:result",
"name",
"Tang Chinese"
],
[
"_:result",
"phone",
"01223357187"
],
[
"_:result",
"postcode",
"cb11hr"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"amount",
"ten"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Napier Street City Centre"
],
[
"_:result",
"name",
"Tang Chinese"
],
[
"_:result",
"phone",
"01223357187"
],
[
"_:result",
"postcode",
"cb11hr"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"amount",
"ten"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Napier Street City Centre"
],
[
"_:result",
"phone",
"01223357187"
],
[
"_:result",
"postcode",
"cb11hr"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"stars",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"amount",
"ten"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Napier Street City Centre"
],
[
"_:result",
"phone",
"01223357187"
],
[
"_:result",
"postcode",
"cb11hr"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"amount",
"ten"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Napier Street City Centre"
],
[
"_:result",
"phone",
"01223357187"
],
[
"_:result",
"postcode",
"cb11hr"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"amount",
"ten"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Napier Street City Centre"
],
[
"_:result",
"phone",
"01223357187"
],
[
"_:result",
"postcode",
"cb11hr"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need help with the train schedule , please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'almost 3,000');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have almost 3,000 trains on schedule . What is your preferred departure day and time and arrival day and time ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'15:45');(_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would need a train leaving Cambridge and arriving in Peterborough on Thursday at 15:45 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'15:56');(_:result,destination,'Peterborough');(_:result,id,'TR4274');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "We have the TR4274 arriving in Peterborough at 15:56 . Does that work ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That would be great , can you book that for 6 people please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'16:00');(_:result,day,'thursday');(_:result,departure,'cambridge');(_:result,destination,'peterborough');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Of course . So just to confirm before booking , you are looking to travel from cambridge to peterborough on thursday before 16:00 ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'acorn guest house');(_:search,people,'6');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Before 15:45 , yes for 6 people . Please send me the reference number . I am also looking for a hotel called Acorn Guest House ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,arrive_by,'1524');(_:booking,category,'Train');(_:booking,destination,'peterborough');(_:booking,id,'TR8531');(_:booking,ref,'PDLPM33D');(_:booking,ticket,'99 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked TR8531 which arrives at peterborough at 1524 . The reference number is PDLPM33D and 99 GBP is payable at the station ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'acorn guest house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also am looking for a particular hotel called acorn guest house"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Acorn guesthouse');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Acorn guesthouse is located in the north and is moderately priced . It has a 4 star rating with free wifi and parking . Would you like to book here ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'6');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . I need a booking for 6 people for 4 nights , starting on Sunday ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,day,'Sunday');(_:booking,name,'Acorn Guesthouse');(_:booking,people,'6');(_:booking,ref,'K69IOQ1Z');(_:booking,stay,'4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , I have booked the Acorn Guesthouse for you , starting on Sunday , for 4 nights , for 6 people . Your reference number is K69IOQ1Z ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help ! How much was that booking at the Acorn Guesthouse ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,pricerange,'does not say');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry but it does not say . I would suggest calling the hotel and providing them with your reference number to find out ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Hotel'))",
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you . Can you give me the phone number for the hotel please ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,name,'Acorn Guest House');(_:result,phone,'01223353888');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure , the phone number to Acorn Guest House is 01223353888 . Is there anything else I can assist you with ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks . That 's all I need right now . Goodbye ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "No problem ! Thank you for your business and I hope we see you again . Take care !"
}
] |
MUL0619.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"almost 3,000"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"almost 3,000"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"arrive_by",
"15:56"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"id",
"TR4274"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"almost 3,000"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"id",
"TR4274"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"16:00"
],
[
"_:result",
"day",
"thursday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"peterborough"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"almost 3,000"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"id",
"TR4274"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"arrive_by",
"16:00"
],
[
"_:result",
"day",
"thursday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"peterborough"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"1524"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"destination",
"peterborough"
],
[
"_:booking",
"id",
"TR8531"
],
[
"_:booking",
"ref",
"PDLPM33D"
],
[
"_:booking",
"ticket",
"99 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"almost 3,000"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"id",
"TR4274"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"arrive_by",
"16:00"
],
[
"_:result",
"day",
"thursday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"peterborough"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"1524"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"destination",
"peterborough"
],
[
"_:booking",
"id",
"TR8531"
],
[
"_:booking",
"ref",
"PDLPM33D"
],
[
"_:booking",
"ticket",
"99 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"almost 3,000"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"id",
"TR4274"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"arrive_by",
"16:00"
],
[
"_:result",
"day",
"thursday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"peterborough"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"1524"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"destination",
"peterborough"
],
[
"_:booking",
"id",
"TR8531"
],
[
"_:booking",
"ticket",
"99 GBP"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"name",
"Acorn Guesthouse"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"K69IOQ1Z"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"almost 3,000"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"id",
"TR4274"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"arrive_by",
"16:00"
],
[
"_:result",
"day",
"thursday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"peterborough"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"1524"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"destination",
"peterborough"
],
[
"_:booking",
"id",
"TR8531"
],
[
"_:booking",
"ticket",
"99 GBP"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn guesthouse"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"name",
"Acorn Guesthouse"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"K69IOQ1Z"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"does not say"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"almost 3,000"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"id",
"TR4274"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"arrive_by",
"16:00"
],
[
"_:result",
"day",
"thursday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"peterborough"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"1524"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"destination",
"peterborough"
],
[
"_:booking",
"id",
"TR8531"
],
[
"_:booking",
"ticket",
"99 GBP"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"name",
"Acorn Guesthouse"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"K69IOQ1Z"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"does not say"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_: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,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "We would like to find a restaurant that is north of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'9');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 9 restaurants that match your request . What price range are you interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please find me one in the expensive price range ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What type of food would you like ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,\"do n't care\");(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't care as long as it 's expensive ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,food,'Chinese');(_:result,name,'Hakka');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Hakka is an expensive Chinese restaurant in the north . Would you like to reserve a table ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No . Please get me their address instead ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Milton Road in Chesterton');(_:result,name,\"Hakka 's\");(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Certainly . Hakka 's address is Milton Road in Chesterton . What else can I assist with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'tenpin');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "give me information about tenpin and a taxi to commute between these two places"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))",
"inform((_:result,address,'Cambridge Leisure Park , Clifton Way');(_:result,category,'great entertainment');(_:result,name,'Tenpin');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Tenpin is great entertainment located on Cambridge Leisure Park , Clifton Way . What day do you need the taxi for ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'Tenpin');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Could I get the postcode for Tenpin ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'Tenpin');(_:result,postcode,'cb17dy');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode for Tenpin is cb17dy ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the attraction');(_:search,leave_at,'05:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thank you ! Sorry about that . I will need a taxi to leave the attraction by 05:00 ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I can set that up for you . where are you going ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'the attraction');(_:search,destination,'the restaurant');(_:search,leave_at,'05:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to go from the attraction by 05:00 to the restaurant ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'red volvo');(_:result,phone,'07731620452');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Booking completed ! \n Booked car type \t : \t red volvo \n Contact number \t : \t 07731620452"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thanks for all of your help !"
},
{
"id": 17,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You 're welcome . Is there anything else I can help you with today ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No . I 'm good . Thanks a lot . Goodbye ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day ."
}
] |
PMUL2055.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"do n't care"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"food",
"do n't care"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Hakka"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"food",
"do n't care"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Milton Road in Chesterton"
],
[
"_:result",
"name",
"Hakka 's"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"tenpin"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"food",
"do n't care"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"address",
"Cambridge Leisure Park , Clifton Way"
],
[
"_:result",
"category",
"great entertainment"
],
[
"_:result",
"name",
"Tenpin"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"name",
"Tenpin"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"food",
"do n't care"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Cambridge Leisure Park , Clifton Way"
],
[
"_:result",
"category",
"great entertainment"
],
[
"_:search",
"name",
"Tenpin"
],
[
"_:result",
"name",
"Tenpin"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"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
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"food",
"do n't care"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Cambridge Leisure Park , Clifton Way"
],
[
"_:result",
"category",
"great entertainment"
],
[
"_:search",
"name",
"Tenpin"
],
[
"_:result",
"name",
"Tenpin"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_: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
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"food",
"do n't care"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Cambridge Leisure Park , Clifton Way"
],
[
"_:result",
"category",
"great entertainment"
],
[
"_:search",
"name",
"Tenpin"
],
[
"_:result",
"name",
"Tenpin"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"05:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red volvo"
],
[
"_:result",
"phone",
"07731620452"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"food",
"do n't care"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"Cambridge Leisure Park , Clifton Way"
],
[
"_:result",
"category",
"great entertainment"
],
[
"_:search",
"name",
"Tenpin"
],
[
"_:result",
"name",
"Tenpin"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"05:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red volvo"
],
[
"_:result",
"phone",
"07731620452"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'rajmahal');(_:search,destination,'worth house');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would love to get your help in arranging taxi service from Rajmahal to the Worth House . Can you help me with that ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I 'll need to know when you would like to leave Rajmahal or arrive at the Worth House first ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'16:15');(_:search,departure,'rajmahal');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "The taxi should arrive at the Rajmahal by 16:15"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'07071131148');(_:result,phone,'white audi');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Great , I booked you a white audi the contact number is 07071131148 . Anything else I can help you with ."
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Wait ! I made a mistake ! I need it to reach the Worth House by 16:15 not the Rajmahal ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'16:15');(_:result,departure,'Rajmahal');(_:result,destination,'Worth House');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "That 's correct . The taxi will depart Rajmahal and take you to Worth House by 16:15 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks . That 's all I needed today ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "No problem ! Enjoy your time in Cambridge ."
}
] |
SNG0025.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"rajmahal"
],
[
"_:search",
"destination",
"worth house"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"departure",
"rajmahal"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"departure",
"rajmahal"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"07071131148"
],
[
"_:result",
"phone",
"white audi"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"departure",
"rajmahal"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"07071131148"
],
[
"_:result",
"phone",
"white audi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"arrive_by",
"16:15"
],
[
"_:result",
"departure",
"Rajmahal"
],
[
"_:result",
"destination",
"Worth House"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'venetian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like to find an expensive restaurant that serves venetian food ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "There is not matching places that fits your request . Can i help you with something else ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any Asian Oriental restaurants in that price range ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'asian oriental');(_:result,name,'Kymmoy');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes . Kymmoy is an expensive restaurant serving asian oriental food in the centre part of town ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you . May I have their phone number ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223 311911');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their number is 01223 311911 . Will that be all today ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes , thank you ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank You good bye"
}
] |
WOZ20132.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"venetian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/bdcb87f4"
],
[
"_:search/bdcb87f4",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/bdcb87f4"
],
[
"_:search/bdcb87f4",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"Kymmoy"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/bdcb87f4"
],
[
"_:search/bdcb87f4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"Kymmoy"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223 311911"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'08:45');(_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to find a train that leaves on Saturday and arrives by 08:45"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Can you tell me what your departure city and destination are ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be leaving Cambridge to get to Ely ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'7:50');(_:result,id,'TR5344');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR5344 arrives by 7:50 . Does that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , can you book that for 7 ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'NUECBTHH');(_:booking,ticket,'24.64 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 24.64 GBP payable at the station , you reference number is NUECBTHH . Will that be all ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Are there anything fun to do in city centre ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'2 Norfolk Street');(_:result,area,'centre');(_:result,category,'concert hall');(_:result,name,'Man on the Moon');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "My favorite attraction in the centre of the city is a concert hall called Man on the Moon . It is amazing ! They are at 2 Norfolk Street ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "what is their postcode ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb12lf');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "cb12lf . Is there anything else you need ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's it . Thank you ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome ! Have a great day !"
}
] |
PMUL3021.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"arrive_by",
"7:50"
],
[
"_:result",
"id",
"TR5344"
],
[
"_: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",
"arrive_by",
"08:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"arrive_by",
"7:50"
],
[
"_:result",
"id",
"TR5344"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"NUECBTHH"
],
[
"_:booking",
"ticket",
"24.64 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"arrive_by",
"7:50"
],
[
"_:result",
"id",
"TR5344"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"NUECBTHH"
],
[
"_:booking",
"ticket",
"24.64 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"2 Norfolk Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"concert hall"
],
[
"_:result",
"name",
"Man on the Moon"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"arrive_by",
"7:50"
],
[
"_:result",
"id",
"TR5344"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"NUECBTHH"
],
[
"_:booking",
"ticket",
"24.64 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"2 Norfolk Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"concert hall"
],
[
"_:result",
"name",
"Man on the Moon"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb12lf"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,\"great saint mary 's church\");(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for an attraction called great saint mary 's church ."
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Market Square');(_:result,name,\"great saint mary 's church\");(_:result,phone,'01223350914');(_:result,postcode,'cb23pq');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "great saint mary 's church is at Market Square , their phone number is 01223350914 , and their postcode is cb23pq . Do you need any more information ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,category,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Is there price for admission ? what type of attraction is it ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'architecture');(_:result,entrance_fee,'2 pound');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It 's the architecture type and there is a 2 pound entrance fee ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'austrian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "OK thank you . I also need a place to dine that serves austrian and that is cheap ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'Austrian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunately there is not a cheap Austrian restaurant in the area , is there another type of food you would like ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What about Chinese food ?"
},
{
"id": 7,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'south');(_:result,type,'Restaurant'))",
"inform((_:result,count,'4');(_:result,food,'Chinese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "As for chinese food , I have 4 different restaurants . There are several in the centre of town and 1 in the south . Do you have a preference ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "The one in the south will do . Could you give me their postcode and phone number please ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'the lucky star');(_:result,phone,'01223244277');(_:result,postcode,'cb17dy');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , it 's the lucky star Phone number is 01223244277 , and postcode is cb17dy . Can I book a table for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,destination,'the lucky star');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I can book it myself , thanks . However , I will need a taxi from great saint mary 's church to the lucky star ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I can help with that . Do you have a departure or arrival time in mind ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the church');(_:search,leave_at,'24:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to leave the church by 24:30 ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Is there a time you would like to arrive by ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,car,?);(_:result,category,?);(_:result,type,'Attraction');(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Nope , I just need to get there eventually ! Please send me the contact number and car type when you get the chance , thanks !"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'Black Lexus');(_:result,phone,'07315214015');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "The car type is a Black Lexus and you can contact the driver at 07315214015 . Anything more today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , I think you covered it . Thanks !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Have a great day !"
}
] |
MUL2373.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"great saint mary 's church"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"great saint mary 's church"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Market Square"
],
[
"_:result",
"name",
"great saint mary 's church"
],
[
"_:result",
"phone",
"01223350914"
],
[
"_:result",
"postcode",
"cb23pq"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"great saint mary 's church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Market Square"
],
[
"_:result",
"name",
"great saint mary 's church"
],
[
"_:result",
"phone",
"01223350914"
],
[
"_:result",
"postcode",
"cb23pq"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"2 pound"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"austrian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"great saint mary 's church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Market Square"
],
[
"_:result",
"name",
"great saint mary 's church"
],
[
"_:result",
"phone",
"01223350914"
],
[
"_:result",
"postcode",
"cb23pq"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"2 pound"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/2804c976"
],
[
"_:search/2804c976",
"food",
"Austrian"
],
[
"_:search/2804c976",
"pricerange",
"cheap"
],
[
"_:search/2804c976",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"great saint mary 's church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Market Square"
],
[
"_:result",
"name",
"great saint mary 's church"
],
[
"_:result",
"phone",
"01223350914"
],
[
"_:result",
"postcode",
"cb23pq"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"2 pound"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/2804c976"
],
[
"_:search/2804c976",
"food",
"Austrian"
],
[
"_:search/2804c976",
"pricerange",
"cheap"
],
[
"_:search/2804c976",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"great saint mary 's church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Market Square"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"2 pound"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/2804c976"
],
[
"_:search/2804c976",
"food",
"Austrian"
],
[
"_:search/2804c976",
"pricerange",
"cheap"
],
[
"_:search/2804c976",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"phone",
"01223244277"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"destination",
"the lucky star"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"great saint mary 's church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Market Square"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"2 pound"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/2804c976"
],
[
"_:search/2804c976",
"food",
"Austrian"
],
[
"_:search/2804c976",
"pricerange",
"cheap"
],
[
"_:search/2804c976",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"phone",
"01223244277"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"destination",
"the lucky star"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"the church"
],
[
"_:search",
"leave_at",
"24:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"great saint mary 's church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Market Square"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"2 pound"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/2804c976"
],
[
"_:search/2804c976",
"food",
"Austrian"
],
[
"_:search/2804c976",
"pricerange",
"cheap"
],
[
"_:search/2804c976",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"phone",
"01223244277"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"destination",
"the lucky star"
],
[
"_:search",
"departure",
"the church"
],
[
"_:search",
"leave_at",
"24:30"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"great saint mary 's church"
],
[
"_:result",
"address",
"Market Square"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"2 pound"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/2804c976"
],
[
"_:search/2804c976",
"food",
"Austrian"
],
[
"_:search/2804c976",
"pricerange",
"cheap"
],
[
"_:search/2804c976",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"destination",
"the lucky star"
],
[
"_:search",
"departure",
"the church"
],
[
"_:search",
"leave_at",
"24:30"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"car",
"Black Lexus"
],
[
"_:result",
"phone",
"07315214015"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi there , I 'd like to find a hotel to stay in tonight that has free wifi ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'the ashley');(_:result,pricerange,'moderately');(_:result,stars,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure how abou the ashley ? They have a 2 star rating and are moderately priced ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,stars,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like four stars and quite expensive ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'University Arms Hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about the University Arms Hotel ? They have free wifi as well as free parking ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I would like the phone number and postcode"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'01223351241');(_:result,postcode,'cb21ad');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The phone number is 01223351241 and the postcode is cb21ad . Is there anything else I can help with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I am also looking for an indian place to eat in the centre ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'Centre');(_:result,count,'9');(_:result,food,'Indian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 9 Indian restaurants available in the Centre area . Are you interested in a particular price range ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'same price range');(_:search,type,'Hotel');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like it to be the same price range as the hotel if you can ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,food,'Indian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunately , there are no Indian restaurants in that price range ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay , then try a different price range ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'center');(_:result,count,'6');(_:result,food,'Indian');(_:result,name,'Curry Garden');(_:result,name,'The');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I apologize . We in fact have six expensive Indian restaurants in the center . The Curry Garden is a fave , would you like me to see if they have a table available ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'18:15');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Excellent . Book it for 3 people at 18:15 on thursday ."
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , there are no open reservations for that day and time . Would you like to choose a different time or day ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,duration,'17:15');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Then how about 17:15 ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,duration,'17:15');(_:booking,ref,'K0SYYYGR');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . The table will be reserved at 17:15 , for fifteen minutes . Your reference number is K0SYYYGR . Can I assist you with anything else ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I 'm also going to need to book a taxi to take me between the hotel and restaurant , please ."
},
{
"id": 17,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Can you tell me what time you would like to leave or arrive by ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,arrive_by,'the booked time');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to arrive at the restaurant at the booked time , please ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,car,'blue tesla');(_:result,phone,'07334187373');(_:result,type,'Taxi'))",
"thank()"
],
"speaker": "system",
"text": "Okay . Your car will be a blue tesla and the contact number is 07334187373"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for the infoemation"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day !"
}
] |
MUL1288.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"the ashley"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"phone",
"01223351241"
],
[
"_:result",
"postcode",
"cb21ad"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_: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",
"has_internet",
"yes"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"phone",
"01223351241"
],
[
"_:result",
"postcode",
"cb21ad"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"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",
"yes"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"phone",
"01223351241"
],
[
"_:result",
"postcode",
"cb21ad"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/253542f9"
],
[
"_:search/253542f9",
"food",
"Indian"
],
[
"_:search/253542f9",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"phone",
"01223351241"
],
[
"_:result",
"postcode",
"cb21ad"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:system",
"canthelp",
"_:search/253542f9"
],
[
"_:search/253542f9",
"food",
"Indian"
],
[
"_:search/253542f9",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"name",
"The"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"phone",
"01223351241"
],
[
"_:result",
"postcode",
"cb21ad"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:system",
"canthelp",
"_:search/253542f9"
],
[
"_:search/253542f9",
"food",
"Indian"
],
[
"_:search/253542f9",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"name",
"The"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/8382506d"
],
[
"_:booking/8382506d",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"phone",
"01223351241"
],
[
"_:result",
"postcode",
"cb21ad"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:system",
"canthelp",
"_:search/253542f9"
],
[
"_:search/253542f9",
"food",
"Indian"
],
[
"_:search/253542f9",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"name",
"The"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/8382506d"
],
[
"_:booking/8382506d",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"17:15"
],
[
"_:booking",
"ref",
"K0SYYYGR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"phone",
"01223351241"
],
[
"_:result",
"postcode",
"cb21ad"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:system",
"canthelp",
"_:search/253542f9"
],
[
"_:search/253542f9",
"food",
"Indian"
],
[
"_:search/253542f9",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"name",
"The"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/8382506d"
],
[
"_:booking/8382506d",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"17:15"
],
[
"_:booking",
"ref",
"K0SYYYGR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"the booked time"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"postcode",
"cb21ad"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:system",
"canthelp",
"_:search/253542f9"
],
[
"_:search/253542f9",
"food",
"Indian"
],
[
"_:search/253542f9",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"name",
"The"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/8382506d"
],
[
"_:booking/8382506d",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"17:15"
],
[
"_:booking",
"ref",
"K0SYYYGR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"the booked time"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue tesla"
],
[
"_:result",
"phone",
"07334187373"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a place serving Indian food in the moderate price range"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,name,'Curry Prince');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 've head the Curry Prince is fantastic .. What area are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'19:30');(_:search,name,'curry prince');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "The area does not matter . The Curry Prince sounds good . Please book a table for 7 people at 19:30 on Tuesday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,day,'Tuesday');(_:booking,duration,'19:30');(_:booking,people,'7');(_:booking,ref,'RPWOWDOO');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok I have a table booked for 7 at 19:30 on Tuesday . Your reference number is RPWOWDOO ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay thank you . That will be all ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , enjoy your meal ."
}
] |
SNG0519.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"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"19:30"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"RPWOWDOO"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'alpha - milton guest house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hello , I 'm planning my trip to cambridge , and I 'm trying to find a hotel called alpha - milton guest house . Can you help ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'guest house');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Happy to help ! That is a guest house in the north and is considered moderately priced ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,area,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Perfect . will you please give me the address , area , and phone number ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'63 milton road');(_:result,area,'North par of town');(_:result,phone,'01223311625');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , their address is 63 milton road . It is in the North par of town . Their phone number is 01223311625 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'sala thong');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I also need to know about a restaurant called sala thong ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'Thai');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , it is a Thai restaurant in the west part of the city . It is expensive but very good . What would you like to know ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'sala thong');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you give me the phone number for Sala Thong ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223323178');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their phone number is 01223323178 . Can I help you with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,area,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I also need to know the price range , and area ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'west');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They are an expensive restaurant in the west area . Can I help you with anything else today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , that 's all I needed , thanks for the help ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day !"
}
] |
MUL1225.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"address",
"63 milton road"
],
[
"_:result",
"area",
"North par of town"
],
[
"_:result",
"phone",
"01223311625"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"sala thong"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"address",
"63 milton road"
],
[
"_:result",
"phone",
"01223311625"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"sala thong"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"address",
"63 milton road"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"sala thong"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223323178"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"address",
"63 milton road"
],
[
"_:result",
"food",
"Thai"
],
[
"_:search",
"name",
"sala thong"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"01223323178"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a mediterranean restaurant , and I do n't care what part of town it is in ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Are you looking for something more or less expensive ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "The price range does not matter ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'Mediterranean');(_:result,name,'la mimosa');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la mimosa is a nice Mediterranean restaurant in the centre ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds good . May I have their phone number ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,\"La Mimosa 's\");(_:result,phone,'01223 362525');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "La Mimosa 's phone number is 01223 362525 . May I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome . Have a nice day , goodbye ."
}
] |
WOZ20034.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Mediterranean"
],
[
"_:result",
"name",
"la mimosa"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Mediterranean"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"La Mimosa 's"
],
[
"_:result",
"phone",
"01223 362525"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,departure,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train on Friday from the london liverpool street station ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'10');(_:result,day,'Friday');(_:result,departure,'that station');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 10 trains leaving that station on Friday . What time would you like to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,leave_at,'17:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should leave after 17:15 and should go to Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'4');(_:result,departure,'london liverpool street');(_:result,id,'TR9886');(_:result,leave_at,'17:15');(_:result,leave_at,'17:39');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are 4 trains that leave after 17:15 . The TR9886 leaves at 17:39 from london liverpool street . Would you like me to book you a seat ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the arrival time ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'19:07');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "That train arrives at 19:07 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay I would like to book it . I 'm also looking for a restaurant on the cheap side in centre ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'15');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I found 15 restaurants , do you have a preference of food choice ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'20:00');(_:search,food,'dontcare');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I really don't- it just needs to fit 8 people at 20:00 on Friday ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm unable to find an opening that fits your needs . Would you like to choose a different time or day ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,duration,'19:00');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about for 19:00 that day ? And can I have the reference number please ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Friday');(_:booking,duration,'19:00');(_:booking,name,\"charlie chan 's\");(_:booking,ref,'POUAEXHL');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful for charlie chan 's for Friday at 19:00 . The table will be reserved for 15 minutes . The reference number is POUAEXHL . Do you need further help with anything ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that should be it , thank you for your help ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system !"
}
] |
MUL0258.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"that station"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"day",
"Friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"departure",
"london liverpool street"
],
[
"_:result",
"id",
"TR9886"
],
[
"_:result",
"leave_at",
"17:15"
],
[
"_:result",
"leave_at",
"17:39"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"day",
"Friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"departure",
"london liverpool street"
],
[
"_:result",
"id",
"TR9886"
],
[
"_:result",
"leave_at",
"17:15"
],
[
"_:result",
"leave_at",
"17:39"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"19:07"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"day",
"Friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:result",
"departure",
"london liverpool street"
],
[
"_:result",
"id",
"TR9886"
],
[
"_:result",
"leave_at",
"17:15"
],
[
"_:result",
"leave_at",
"17:39"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"19:07"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"food",
"dontcare"
],
[
"_: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",
"london liverpool street"
],
[
"_:result",
"day",
"Friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:result",
"departure",
"london liverpool street"
],
[
"_:result",
"id",
"TR9886"
],
[
"_:result",
"leave_at",
"17:15"
],
[
"_:result",
"leave_at",
"17:39"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"arrive_by",
"19:07"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/0158e5e9"
],
[
"_:booking/0158e5e9",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"day",
"Friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:result",
"departure",
"london liverpool street"
],
[
"_:result",
"id",
"TR9886"
],
[
"_:result",
"leave_at",
"17:15"
],
[
"_:result",
"leave_at",
"17:39"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"arrive_by",
"19:07"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/0158e5e9"
],
[
"_:booking/0158e5e9",
"type",
"Booking"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"19:00"
],
[
"_:booking",
"name",
"charlie chan 's"
],
[
"_:booking",
"ref",
"POUAEXHL"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'boat');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for a type of boat in the east ."
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'plough , green end , fen ditton');(_:result,area,'east');(_:result,name,'camboats');(_:result,phone,'01223902112');(_:result,postcode,'cb58sx');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is camboats in the east . Their phone number is 01223902112 and they are located at the plough , green end , fen ditton , post code cb58sx . Anything else ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "IS there a high end restaurant that serves british cuisine in the same area ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,amount,'only one');(_:result,area,'east');(_:result,food,'british');(_:result,name,'grafton hotel');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "you are lucky ! there is only one restaurant called grafton hotel restaurant that serves expensive british in the east . Do you need my help to reserve it ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "no not at the moment . But i do need their phone number though ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223241387');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "No problem . Their number is 01223241387 . Is there anything else I can help with you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you also book me a taxi to commute between the two places ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))",
"thank()"
],
"speaker": "system",
"text": "Sure thing . What is your destination and when do you want to leave ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,duration,'2:00');(_:search,name,'camboats');(_:search,type,'Attraction');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to leave the restaurant by 2:00 . The destination would be the camboats ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're all set . A blue audi is picking you up and their contact number is 07384256413 ."
}
] |
MUL2371.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boat"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"plough , green end , fen ditton"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"camboats"
],
[
"_:result",
"phone",
"01223902112"
],
[
"_:result",
"postcode",
"cb58sx"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boat"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"plough , green end , fen ditton"
],
[
"_:result",
"phone",
"01223902112"
],
[
"_:result",
"postcode",
"cb58sx"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"only one"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"grafton hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boat"
],
[
"_:result",
"address",
"plough , green end , fen ditton"
],
[
"_:result",
"postcode",
"cb58sx"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"only one"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"grafton hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223241387"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boat"
],
[
"_:result",
"address",
"plough , green end , fen ditton"
],
[
"_:result",
"postcode",
"cb58sx"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"only one"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"grafton hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223241387"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"duration",
"2:00"
],
[
"_:search",
"name",
"camboats"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'alpha - milton guest house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , could you please tell me about the Alpha - Milton guest house ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,pricerange,'moderately priced');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Certainly , it is a moderately priced 3 star guesthouse on the northend . It does n't offer free wifi or parking . Would you like the phone number or address ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'1');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do you know what the price would be for a 5 night stay for 1 person starting Thursday ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is in the moderate price range . If you would like me to book it for you , I can give you a price then ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'1');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes can you please book me for a 5 night stay for 1 person starting Thursday ?"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking was unsuccessful . Would you like to find another hotel ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is there another hotel in the same price range available at that time ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'LI4HVTBM');(_:booking,type,'Booking');(_:result,name,'Acorn Guest House');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Acorn Guest House is available and meets the same criteria . I have booked it for you . Your reservation number is LI4HVTBM ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Perfect that will work for me thanks so much ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system !"
}
] |
SSNG0267.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"canthelp",
"_:booking/40b9d8d3"
],
[
"_:booking/40b9d8d3",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"canthelp",
"_:booking/40b9d8d3"
],
[
"_:booking/40b9d8d3",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"LI4HVTBM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
]
],
"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": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Are you looking for a certain type of attraction in cambridge ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'12:45');(_:search,day,'tuesday');(_:search,departure,'london liverpool street');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train going to Cambridge , departing from London Liverpool Street on Tuesday and would like to arrive by 12:45"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'11:07');(_:result,id,'TR0088');(_:result,leave_at,'9:39');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The TR0088 departs at 9:39 and arrives at 11:07"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to book for 6 people ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'ZM4QYUPU');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alright ! That 's taken care of and your reference number is ZM4QYUPU . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you give me info on museums in town ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,category,'musuems');(_:result,count,'23');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 23 musuems to choose from ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Do you have a favorite ? Pick one for me please . I need the postcode ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'museum of classical archaeology');(_:result,postcode,'cb39da');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The museum of classical archaeology is in post code cb39da . Is there anything else that I can help you with ? ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would also like information for a restaurant near the museum ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Okay . Would you like to narrow it down by food type or price range ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I actually do n't need anymore information , thank you ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Very well , we are here if you changed your mind , have a great day ."
}
] |
PMUL3491.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:07"
],
[
"_:result",
"id",
"TR0088"
],
[
"_:result",
"leave_at",
"9:39"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:07"
],
[
"_:result",
"id",
"TR0088"
],
[
"_:result",
"leave_at",
"9:39"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"ZM4QYUPU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:07"
],
[
"_:result",
"id",
"TR0088"
],
[
"_:result",
"leave_at",
"9:39"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"ZM4QYUPU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"musuems"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:07"
],
[
"_:result",
"id",
"TR0088"
],
[
"_:result",
"leave_at",
"9:39"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"ZM4QYUPU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"category",
"musuems"
],
[
"_:result",
"count",
"23"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"museum of classical archaeology"
],
[
"_:result",
"postcode",
"cb39da"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:07"
],
[
"_:result",
"id",
"TR0088"
],
[
"_:result",
"leave_at",
"9:39"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"ZM4QYUPU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"category",
"musuems"
],
[
"_:result",
"count",
"23"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"museum of classical archaeology"
],
[
"_:result",
"postcode",
"cb39da"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Where can I find portuguese food ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'south');(_:result,type,'Restaurant'))",
"inform((_:result,count,'2');(_:result,food,'portuguese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I found two portuguese restaurants . Would you prefer the south or centre part of town ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Any area ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'Portuguese');(_:result,name,'Nandos');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Nandos is a Portuguese restaurant in the south part of town ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the address ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Cambridge Leisure Park Clifton Way');(_:result,name,'Nandos');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Nandos is located at Cambridge Leisure Park Clifton Way . Is there anything else I can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you ."
}
] |
WOZ20286.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"portuguese"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"portuguese"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"portuguese"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a place to stay . It needs to have free parking ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,name,'acorn guest house');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the acorn guest house is a guesthouse located in the north in the moderate price range , interested in that one ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'hotels');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is there any 4 star hotels in the east ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,name,'huntington marriott hotel');(_:result,name,'the cambridge belfry');(_:result,name,'university arms hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 3 : huntington marriott hotel , the cambridge belfry , and university arms hotel"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It does n't have to be a hotel . I just need something with a 4 star rating with free parking ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'Acorn Guesthouse');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "May I recommend the Acorn Guesthouse ? It 's in the north and moderately priced ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'4');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I suppose that works , I need to book it for 2 nights starting from Thursday , for 4 people ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It looks like I ca n't book that at this time , would you like to change your day , or try a different length ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Actually , can you look for a guesthouse with the same specifications ?"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "i could book for you arbury lodge guesthouse"
}
] |
MUL2667.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotels"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"huntington marriott hotel"
],
[
"_:result",
"name",
"the cambridge belfry"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotels"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"canthelp",
"_:booking/7163c72f"
],
[
"_:booking/7163c72f",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'cityroomz');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like more information on a hotel called cityroomz for my trip to Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'Station Road');(_:result,area,'centre');(_:result,name,'Cityroomz');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Cityroomz is a moderate priced accommodation , located in the city centre , on Station Road . May I assist with a booking ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_internet,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No , I just need to know if they have free internet ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,name,'Cityroomz');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , Cityroomz does have free wifi . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I also would like information on a place to eat in the centre of town ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "I can definitely help you with that . Was there a specific type of cuisine you were interested in ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes I was interested in European food in expensive price range"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'Free School Lane City Centre');(_:result,area,'centre');(_:result,food,'european');(_:result,name,'Eraina');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Eraina is a great european restaurant in the centre of town . It 's located at Free School Lane City Centre . Would you like their phone number ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please , I would like their phone number ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223368786');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their phone number is 01223368786 . Is their anything else I may assist you with ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I needed today , thank you ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Happy to be of service , and thanks for using the Cambridge TownInfo centre !"
}
] |
PMUL0248.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cityroomz"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cityroomz"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Station Road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cityroomz"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Station Road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cityroomz"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Station Road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cityroomz"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"Free School Lane City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"Eraina"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cityroomz"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"Free School Lane City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"Eraina"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223368786"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for an expensive restaurant in the city center"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'33');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 33 entries that meet your request . Is there a type of food you are looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , I really do n't mind . Recommend one to me ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,food,'african');(_:result,name,'bedouin');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about bedouin ? It is an african cuisine that is in the expensive price range ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds wonderful . Can you give me the address and postcode ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'100 Mill Road City Centre');(_:result,name,'Bedouin');(_:result,postcode,'cb12bd');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Bedouin 's address is 100 Mill Road City Centre , and the postcode is cb12bd . Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all . Thank you ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Okay . Have a great meal !"
}
] |
SNG0724.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"100 Mill Road City Centre"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"postcode",
"cb12bd"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'a and b guest house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you help me find the a and b guest house hotel ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'east');(_:result,name,'A and B Guest House');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Absolutely . the A and B Guest House is on the east side of town and has a moderate price range . Would you like to book a room there ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'one');(_:search,stay,'two');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , one person staying for two nights starting Monday . Can you book that ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry but I could not book that . Would you be able to book another day or a shorter stay ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,stay,'1');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That is unfortunate . I can cut my stay down to a single night if that helps ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'DAA8L07B');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "The booking was successful . The reference number is DAA8L07B . Anything more ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I 'm also looking for something to do on the north side of town ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,category,'and a park');(_:result,category,'boating');(_:result,category,'swimming');(_:result,type,'Attraction'))",
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is swimming , boating , and a park . Which do you prefer ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'swimming');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Swimming would be fine ."
},
{
"id": 9,
"rdf-acts": [
"select((_:result,name,'Jesus Green outdoor pool');(_:result,name,'Kings hedged learner pool');(_:result,type,'Attraction'))",
"inform((_:result,address,'between Victoria and the river');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have Jesus Green outdoor pool , located between Victoria and the river and Kings hedged learner pool , Jedburh court and Kings Hedges ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I have the postcode for that pool please ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Jesus Green outdoor pool');(_:result,postcode,'cb43px');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode for Jesus Green outdoor pool is cb43px . Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all . Thank you ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Have fun ! Goodbye !"
}
] |
MUL1173.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"a and b guest house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"a and b guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"A and B Guest House"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"a and b guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"A and B Guest House"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"canthelp",
"_:booking/eeced53e"
],
[
"_:booking/eeced53e",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"a and b guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"A and B Guest House"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"canthelp",
"_:booking/eeced53e"
],
[
"_:booking/eeced53e",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"1"
],
[
"_:booking",
"ref",
"DAA8L07B"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"a and b guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"A and B Guest House"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"canthelp",
"_:booking/eeced53e"
],
[
"_:booking/eeced53e",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"1"
],
[
"_:booking",
"ref",
"DAA8L07B"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"and a park"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"category",
"swimming"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"swimming"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"a and b guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"canthelp",
"_:booking/eeced53e"
],
[
"_:booking/eeced53e",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"1"
],
[
"_:booking",
"ref",
"DAA8L07B"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"and a park"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"category",
"swimming"
],
[
"_:search",
"category",
"swimming"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Jesus Green outdoor pool"
],
[
"_:result",
"name",
"Kings hedged learner pool"
],
[
"_:result",
"address",
"between Victoria and the river"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"a and b guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"canthelp",
"_:booking/eeced53e"
],
[
"_:booking/eeced53e",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"1"
],
[
"_:booking",
"ref",
"DAA8L07B"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"and a park"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"category",
"swimming"
],
[
"_:search",
"category",
"swimming"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"between Victoria and the river"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Jesus Green outdoor pool"
],
[
"_:result",
"postcode",
"cb43px"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I 'd like to find something fun to do in the center of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Sorry , there 's no entertainment in the centre of town . Would you like me to check surrounding areas ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Are there any movie theaters ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "There 's one - Vue Cinema . They have no entrance fee and their phone number is 08712240240 . Can I help with anything else today ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))",
"inform((_:search,category,'Cinema');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I get the address for the Cinema please ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'The Grafton Centre , East Road');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address is The Grafton Centre , East Road . Do you need any more information ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am also looking for a train ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Where will you be departing from ?"
}
] |
PMUL1119.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/1224b037"
],
[
"_:search/1224b037",
"area",
"centre"
],
[
"_:search/1224b037",
"category",
"entertainment"
],
[
"_:search/1224b037",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/1224b037"
],
[
"_:search/1224b037",
"area",
"centre"
],
[
"_:search/1224b037",
"category",
"entertainment"
],
[
"_:search/1224b037",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"Cinema"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/1224b037"
],
[
"_:search/1224b037",
"area",
"centre"
],
[
"_:search/1224b037",
"category",
"entertainment"
],
[
"_:search/1224b037",
"type",
"Attraction"
],
[
"_:search",
"category",
"Cinema"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"The Grafton Centre , East Road"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'panasian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like to find a panasian restaurant in the centre of town please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'panasian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunately , I was not able to locate a panasian restaurant in that area . Would you like me to look in another area or for a different type of restaurant ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Oh no . Well I 'll take chinese food then ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'10');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Great choice ! We have 10 restaurants in that area . Do you have a preference on price ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , I do n't care about the price . Which one looks good ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'Tang Chinese');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "Tang Chinese is listed at expensive . Would you like more information ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I have the phone number , address and postcode ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'Napier Street City Centre');(_:result,phone,'01223357187');(_:result,postcode,'cb11hr');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , the address is Napier Street City Centre , the postcode is cb11hr , and the phone number is 01223357187 ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I needed today , thank you ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your meal , let me know if I can help with any thing else ."
}
] |
SNG0532.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"panasian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/39da78de"
],
[
"_:search/39da78de",
"food",
"panasian"
],
[
"_:search/39da78de",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/39da78de"
],
[
"_:search/39da78de",
"food",
"panasian"
],
[
"_:search/39da78de",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/39da78de"
],
[
"_:search/39da78de",
"food",
"panasian"
],
[
"_:search/39da78de",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"Tang Chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/39da78de"
],
[
"_:search/39da78de",
"food",
"panasian"
],
[
"_:search/39da78de",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"Tang Chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Napier Street City Centre"
],
[
"_:result",
"phone",
"01223357187"
],
[
"_:result",
"postcode",
"cb11hr"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you help me find an Italian restaurant in the city center ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Sure . What is your price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "My price range is expensive ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Caffe Uno');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I recommend booking a table at Caffe Uno . You 'll love their homemade pasta !"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))",
"inform((_:search,name,'Caffe Uno');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That 's great . Can you send me the phone number and postcode for Caffe Uno ?"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:search,name,'caffe uno');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "i 'm sorry . i can not find details for caffe uno ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am actually looking for an Italian place . In the centre ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'cafe uno');(_:result,phone,'01223448620');(_:result,postcode,'cb21uj');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The cafe uno 's phone number is 01223448620 and the postcode is cb21uj . May I help you with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'museum of classical archaeology');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for info on museum of classical archaeology"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'Sidgwick Avenue');(_:result,amount,'Lots');(_:result,area,'west');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It 's a free museum on Sidgwick Avenue in the west part of town . Lots of interesting things there ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'Caffe Uno');(_:search,leave_at,'12:30');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))",
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great ! I also need a taxi to get there . I want to leave Caffe Uno at 12:30 . Can you give me the contact number & car type for the taxi ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "In order to reserve your taxi , may I please have your destination ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,destination,'museum of classical archaeology');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to commute between the two places you looked up ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'blue Ford');(_:result,phone,'07881357778');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I have booked your car . It is a blue Ford car , and the contact number for the booking is 07881357778 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that 's all the help I need today ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Great - have a wonderful day !"
}
] |
PMUL2121.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Caffe Uno"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"name",
"Caffe Uno"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Caffe Uno"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"name",
"Caffe Uno"
],
[
"_:system",
"canthelp",
"_:search/3fa1a01b"
],
[
"_:search/3fa1a01b",
"name",
"caffe uno"
],
[
"_:search/3fa1a01b",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/3fa1a01b"
],
[
"_:search/3fa1a01b",
"name",
"caffe uno"
],
[
"_:search/3fa1a01b",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"cafe uno"
],
[
"_:result",
"phone",
"01223448620"
],
[
"_:result",
"postcode",
"cb21uj"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"museum of classical archaeology"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/3fa1a01b"
],
[
"_:search/3fa1a01b",
"name",
"caffe uno"
],
[
"_:search/3fa1a01b",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"cafe uno"
],
[
"_:result",
"phone",
"01223448620"
],
[
"_:result",
"postcode",
"cb21uj"
],
[
"_:search",
"name",
"museum of classical archaeology"
],
[
"_:result",
"address",
"Sidgwick Avenue"
],
[
"_:result",
"amount",
"Lots"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"Caffe Uno"
],
[
"_:search",
"leave_at",
"12:30"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/3fa1a01b"
],
[
"_:search/3fa1a01b",
"name",
"caffe uno"
],
[
"_:search/3fa1a01b",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"cafe uno"
],
[
"_:result",
"phone",
"01223448620"
],
[
"_:result",
"postcode",
"cb21uj"
],
[
"_:search",
"name",
"museum of classical archaeology"
],
[
"_:result",
"address",
"Sidgwick Avenue"
],
[
"_:result",
"amount",
"Lots"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"Caffe Uno"
],
[
"_:search",
"leave_at",
"12:30"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"destination",
"museum of classical archaeology"
],
[
"_: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",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/3fa1a01b"
],
[
"_:search/3fa1a01b",
"name",
"caffe uno"
],
[
"_:search/3fa1a01b",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"cafe uno"
],
[
"_:result",
"postcode",
"cb21uj"
],
[
"_:search",
"name",
"museum of classical archaeology"
],
[
"_:result",
"address",
"Sidgwick Avenue"
],
[
"_:result",
"amount",
"Lots"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"departure",
"Caffe Uno"
],
[
"_:search",
"leave_at",
"12:30"
],
[
"_:search",
"destination",
"museum of classical archaeology"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue Ford"
],
[
"_:result",
"phone",
"07881357778"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , hopefully you can help with my planning . I am looking for a place to stay ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "I can help with that . What part of town will you be traveling to ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I will be traveling to the north ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'quite a few');(_:result,area,'North');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have quite a few places in the North that you may enjoy staying , is there a particular price range you have in mind ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would prefer something moderately priced ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,category,'guesthouses');(_:result,category,'hotels');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I have several guesthouses and hotels that are located in the area that match your price range , did you have any other preferences ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,has_parking,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Moderately priced , free parking in the north ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'Hamilton lodge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about the Hamilton lodge ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Sure , could I get the phone number and postcode ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Hamilton Lodge');(_:result,phone,'01223365664');(_:result,postcode,'cb41da');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The postcode for the Hamilton Lodge is cb41da and the phone number is 01223365664 ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you tell me if the Hamilton is a hotel or guesthouse ?"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "It is a guesthouse"
}
] |
PMUL1688.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"North"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"North"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Hamilton lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"North"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"phone",
"01223365664"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a cheap hotel in Cambridge ."
},
{
"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": "I have 10 cheap hotels available . Which area of town are you looking to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to stay in the west area ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,name,'cambridge belfry');(_:result,name,'finches bed and breakfast');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have finches bed and breakfast or the cambridge belfry . Would you like to book a room at one of them ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does it have free wifi ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes it does . Would you like me to book it for you now ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'one');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please . I need it for one person on Saturday . A 3 night stay ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Ok I will book it for you"
}
] |
PMUL1940.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",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"name",
"cambridge belfry"
],
[
"_:result",
"name",
"finches bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"name",
"cambridge belfry"
],
[
"_:result",
"name",
"finches bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'halal');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a halal restaurant with moderate prices ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry , I could not find any restaurants matching that description ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What about a different moderately priced restaurant in the east ?"
},
{
"id": 3,
"rdf-acts": [
"select((_:result,name,'Curry prince');(_:result,name,'pizza hut fen ditton');(_:result,name,'rajmahal');(_:result,type,'Restaurant'))",
"inform((_:result,count,'3');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 3 that fit your request . Curry prince , rajmahal , and pizza hut fen ditton . Are you interested in any of these ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'curry prince');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes I would like Curry Prince ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "May I book that then for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'12:45');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please . Can you book a table on Sunday for 5 people at 12:45 ?"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am sorry but there are no tables available . Would you like to try a different day or time ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,duration,'11:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Go ahead and try to book it for 11:45 please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,duration,'11:45');(_:booking,name,'Curry Prince');(_:booking,ref,'MOVT28V6');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book Curry Prince at 11:45 . The table will be reserved for 15 minutes starting at 11:45 . Reference number : MOVT28V6 ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,departure,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am also looking for a train leaving peterborough on the same day , can you help with that ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Yes , I can . What is your destination ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to go to cambridge ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Sure . There are many trains that day . What time of day would you like to travel ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'08:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive by 08:45 ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'18:38');(_:result,departure,'Cambridge');(_:result,id,'TR7483');(_:result,leave_at,'17:48');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR7483 leaves Cambridge at 17:48 and arrives at 18:38 , would you like me to book it for you ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,arrive_by,'08:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I actually need to arrive by 08:45 ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,arrive_by,'8:09');(_:result,id,'TR5662');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is a train TR5662 that arrives at 8:09 would you like me to book it for you ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,departure,'peterborough');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to get to Cambridge , can you confirm that this train is leaving from peterborough ?"
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,arrive_by,'08:09');(_:result,day,'Sunday');(_:result,departure,'Peterborough');(_:result,destination,'Cambridge');(_:result,id,'TR5662');(_:result,leave_at,'07:19');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Yes train TR5662 leaves from Peterborough at 07:19 on Sunday and arrives at Cambridge by 08:09"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Okay lets book that train !"
},
{
"id": 21,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can go ahead and get this booked for you , how many tickets will you be needing for the train ?"
},
{
"id": 22,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I will need tickets for everyone at the dinner reservation . Can I also please have a reference number ?"
},
{
"id": 23,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,people,'5');(_:booking,ref,'D0ONJ5MT');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book 5 tickets for you . Your reference number is D0ONJ5MT . Is there anything else I can help you with today ?"
},
{
"id": 24,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "no , that 's all thank you"
},
{
"id": 25,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day !"
}
] |
MUL1405.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"halal"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"halal"
],
[
"_:system",
"canthelp",
"_:search/bfde28ba"
],
[
"_:search/bfde28ba",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"halal"
],
[
"_:system",
"canthelp",
"_:search/bfde28ba"
],
[
"_:search/bfde28ba",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"Curry prince"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"halal"
],
[
"_:system",
"canthelp",
"_:search/bfde28ba"
],
[
"_:search/bfde28ba",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"Curry prince"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"halal"
],
[
"_:system",
"canthelp",
"_:search/bfde28ba"
],
[
"_:search/bfde28ba",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"Curry prince"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/12a8c613"
],
[
"_:booking/12a8c613",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"halal"
],
[
"_:system",
"canthelp",
"_:search/bfde28ba"
],
[
"_:search/bfde28ba",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"Curry prince"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/12a8c613"
],
[
"_:booking/12a8c613",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:booking",
"duration",
"11:45"
],
[
"_:booking",
"name",
"Curry Prince"
],
[
"_:booking",
"ref",
"MOVT28V6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"halal"
],
[
"_:system",
"canthelp",
"_:search/bfde28ba"
],
[
"_:search/bfde28ba",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"Curry prince"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/12a8c613"
],
[
"_:booking/12a8c613",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:booking",
"duration",
"11:45"
],
[
"_:booking",
"name",
"Curry Prince"
],
[
"_:booking",
"ref",
"MOVT28V6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_: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",
"halal"
],
[
"_:system",
"canthelp",
"_:search/bfde28ba"
],
[
"_:search/bfde28ba",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"Curry prince"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/12a8c613"
],
[
"_:booking/12a8c613",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:booking",
"duration",
"11:45"
],
[
"_:booking",
"name",
"Curry Prince"
],
[
"_:booking",
"ref",
"MOVT28V6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"halal"
],
[
"_:system",
"canthelp",
"_:search/bfde28ba"
],
[
"_:search/bfde28ba",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"Curry prince"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/12a8c613"
],
[
"_:booking/12a8c613",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:booking",
"duration",
"11:45"
],
[
"_:booking",
"name",
"Curry Prince"
],
[
"_:booking",
"ref",
"MOVT28V6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"arrive_by",
"18:38"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR7483"
],
[
"_:result",
"leave_at",
"17:48"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"halal"
],
[
"_:system",
"canthelp",
"_:search/bfde28ba"
],
[
"_:search/bfde28ba",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"Curry prince"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/12a8c613"
],
[
"_:booking/12a8c613",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:booking",
"duration",
"11:45"
],
[
"_:booking",
"name",
"Curry Prince"
],
[
"_:booking",
"ref",
"MOVT28V6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"leave_at",
"17:48"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:result",
"arrive_by",
"8:09"
],
[
"_:result",
"id",
"TR5662"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_: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": [
[
"_:search",
"food",
"halal"
],
[
"_:system",
"canthelp",
"_:search/bfde28ba"
],
[
"_:search/bfde28ba",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"Curry prince"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/12a8c613"
],
[
"_:booking/12a8c613",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:booking",
"duration",
"11:45"
],
[
"_:booking",
"name",
"Curry Prince"
],
[
"_:booking",
"ref",
"MOVT28V6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"08:09"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR5662"
],
[
"_:result",
"leave_at",
"07:19"
],
[
"_:result",
"type",
"Train"
],
[
"_: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": [
[
"_:search",
"food",
"halal"
],
[
"_:system",
"canthelp",
"_:search/bfde28ba"
],
[
"_:search/bfde28ba",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"Curry prince"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:booking/12a8c613"
],
[
"_:booking/12a8c613",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:booking",
"duration",
"11:45"
],
[
"_:booking",
"name",
"Curry Prince"
],
[
"_:booking",
"ref",
"MOVT28V6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"08:09"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR5662"
],
[
"_:result",
"leave_at",
"07:19"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"halal"
],
[
"_:system",
"canthelp",
"_:search/bfde28ba"
],
[
"_:search/bfde28ba",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"Curry prince"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:booking/12a8c613"
],
[
"_:booking/12a8c613",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:booking",
"duration",
"11:45"
],
[
"_:booking",
"name",
"Curry Prince"
],
[
"_:search",
"day",
"same day"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"08:09"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR5662"
],
[
"_:result",
"leave_at",
"07:19"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"D0ONJ5MT"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a hotel that includes free wifi ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,name,'ashley hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "ashley hotel is a great place with free wi fi"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is it expensive ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,category,'hotel');(_:result,name,'ashley hotel');(_:result,pricerange,'moderately price');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "ashley hotel is a moderately price hotel in the north area . Would you like me to book a room for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would prefer one in the expensive range if you have any ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'express by holiday inn');(_:result,pricerange,'expensive');(_:result,stars,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The express by holiday inn is an expensive 2 star hotel in the east . They have free parking and free wifi . Will this work for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,has_parking,'yes');(_:search,people,'7');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . I need to book for 7 people starting on Wednesday and staying for 2 nights ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'N90KBZUM');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've made those reservations and your reference number is N90KBZUM"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'london liverpool street');(_:search,leave_at,'16:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Great ! Can you please help me with finding a train as well ? I need something leaving london liverpool street after 16:30 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'19:07');(_:result,day,'Friday');(_:result,id,'TR9886');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "how about TR9886 ? it arrives at 19:07 on Friday ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'same group of people');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Actually , can we try for Wednesday ? I 'll need tickets for the same group of people ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'19:07');(_:result,departure,'Liverpool Street');(_:result,departure,'London');(_:result,id,'TR2232');(_:result,leave_at,'17:39');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR2232 leaves Liverpool Street , London at 17:39 and arrives at \t 19:07 . Would this work for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes that works . Go ahead and book me 7 tickets please"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'BWXB511A');(_:booking,ticket,'116.2 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful and your total cost is 116.2 GBP . Your reference number is BWXB511A ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks a lot . That is all I need ."
},
{
"id": 15,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Great thank you so much ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks again , goodbye ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great trip . Goodbye ."
}
] |
PMUL3399.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"pricerange",
"moderately price"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"express by holiday inn"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"express by holiday inn"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"N90KBZUM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"16:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"express by holiday inn"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"N90KBZUM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"16:30"
],
[
"_:result",
"arrive_by",
"19:07"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"id",
"TR9886"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"express by holiday inn"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"N90KBZUM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"16:30"
],
[
"_:result",
"day",
"Friday"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"arrive_by",
"19:07"
],
[
"_:result",
"departure",
"Liverpool Street"
],
[
"_:result",
"departure",
"London"
],
[
"_:result",
"id",
"TR2232"
],
[
"_:result",
"leave_at",
"17:39"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"express by holiday inn"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"16:30"
],
[
"_:result",
"day",
"Friday"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"arrive_by",
"19:07"
],
[
"_:result",
"departure",
"Liverpool Street"
],
[
"_:result",
"departure",
"London"
],
[
"_:result",
"id",
"TR2232"
],
[
"_:result",
"leave_at",
"17:39"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"BWXB511A"
],
[
"_:booking",
"ticket",
"116.2 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"express by holiday inn"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"16:30"
],
[
"_:result",
"day",
"Friday"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"arrive_by",
"19:07"
],
[
"_:result",
"departure",
"Liverpool Street"
],
[
"_:result",
"departure",
"London"
],
[
"_:result",
"id",
"TR2232"
],
[
"_:result",
"leave_at",
"17:39"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"BWXB511A"
],
[
"_:booking",
"ticket",
"116.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'nightclub');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you help me find a nightclub in the centre of town ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,category,'nightclub');(_:result,name,'soul tree');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I recommend soul tree nightclub ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the postcode and address please ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'1 - 6 corn exchange street');(_:result,postcode,'cb23qf');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address and postcode are : 1 - 6 corn exchange street , cb23qf . Will that be all for you today ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all the info I need today . Thanks ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Ok , thank you for calling the Cambridge TownInfo centre . Have a great day ."
}
] |
SNG1162.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"name",
"soul tree"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"name",
"soul tree"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"1 - 6 corn exchange street"
],
[
"_:result",
"postcode",
"cb23qf"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you help me find and expensive restaurant in the west ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'nine');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have nine . What sort of cuisine would you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to eat at an indian restaurant please ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,count,'5');(_:result,food,'Indian');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 5 expensive Indian restaurants available in the west . Would you like me to book one of those for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'13:30');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please choose one and book it for 6 people at 13:30 on Thursday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,day,'thursday');(_:booking,duration,'13:30');(_:booking,name,'cocum');(_:booking,people,'6');(_:booking,type,'Booking'))",
"reqmore()",
"inform((_:result,ref,'LTZ2TPIA');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok . I was able to book cocum on thursday at 13:30 for 6 people . Your reference number is LTZ2TPIA . Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , that 's it for today . Thank you for all your help . Good bye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Thank you for calling Cambridge TownInfo Centre . Good bye ."
}
] |
SSNG0143.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"nine"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"nine"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"thursday"
],
[
"_:booking",
"duration",
"13:30"
],
[
"_:booking",
"name",
"cocum"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"LTZ2TPIA"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I 'm looking for an expensive indian restaurant ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What area would you like to dine in ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))",
"inform((_:search,area,\"does n't matter\");(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Area does n't matter . Can you pick one to recommend ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'center');(_:result,name,'curry garden');(_:result,phone,'01223302330');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "If you 'd like to eat in the city center , I recommend the curry garden . Their phone is 01223302330 . Can I book you a table ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'17:15');(_:search,people,'1');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , can you please book a table for 1 for 17:15 on Thursday . Could I have the reference number please ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'J37KC1PB');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , your table will be reserved for minutes , and your reference number is J37KC1PB . Anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks all I need thanks !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome and if you need anything else feel free to contact us ."
}
] |
SNG1368.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"does n't matter"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"does n't matter"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"curry garden"
],
[
"_:result",
"phone",
"01223302330"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"does n't matter"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"curry garden"
],
[
"_:result",
"phone",
"01223302330"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"J37KC1PB"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "a restaurant in the moderately priced range , please"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'a lot of');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is a lot of restaurants in the moderate priced range . Please tell me the area or the food you would like today ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay , would it help to narrow it down to the west part of town ? I am having trouble deciding what I want to eat today ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'Italian');(_:result,name,'Meghna');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Meghna is an Italian restaurant in the west part of town , and is in the moderate price range ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Phone number , please ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,\"Meghna 's\");(_:result,phone,'01223 727410');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Meghna 's phone number is 01223 727410 . Is there anything else I can do for you tonight ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much ! Goodbye !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you and goodbye !"
}
] |
WOZ20641.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"a lot of"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"a lot of"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"a lot of"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Meghna 's"
],
[
"_:result",
"phone",
"01223 727410"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'Bishops Strotford');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to book an evening train from Bishops Strotford to Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'lots');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Certainly , there are lots of trains available . Which day would you like to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,leave_at,'16:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Sunday please . I 'd like to leave after 16:30 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'18:07');(_:result,departure,'Bishops Strotford');(_:result,destination,'Cambridge');(_:result,id,'TR5298');(_:result,leave_at,'17:29');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR5298 leaves at Bishops Strotford at 17:29 and arrives in Cambridge at 18:07 . Would you like to book this trip ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'four');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , let 's book it for four , please . May I have a reference number ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,leave_at,'17:29');(_:booking,people,'4');(_:booking,ref,'ZIHX30RA');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alright , I 've got 4 tickets booked leaving at 17:29 . Your reference number is ZIHX30RA ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That is all I need today ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Okay . Glad I could help you today . Enjoy your journey ."
}
] |
SNG0384.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"Bishops Strotford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"Bishops Strotford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"16:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"Bishops Strotford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"16:30"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"departure",
"Bishops Strotford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR5298"
],
[
"_:result",
"leave_at",
"17:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"Bishops Strotford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"16:30"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"departure",
"Bishops Strotford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR5298"
],
[
"_:result",
"leave_at",
"17:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"17:29"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"ZIHX30RA"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'tandoori palace');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you tell me where the restaurant Tandoori Palace is located ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'68 Histon Road Chesterton');(_:result,area,'west');(_:result,name,'Tandoori Palace');(_:result,postcode,'cb43le');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Tandoori Palace is in the west , address 68 Histon Road Chesterton , postcode cb43le ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'18:15');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great , could you reserve me a table for 1 on Sunday at 18:15 please ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'LPNKZ7V5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've done it . The reference number is LPNKZ7V5 . Anything else I can do for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'hamilton lodge');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm also looking for Hamilton Lodge . Do you have any information on it ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is a moderately priced guesthouse in the north ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,has_internet,?);(_:result,has_parking,?);(_:result,type,'Hotel'))",
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do you know if they offer internet and free parking ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'hamilton lodge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes the hamilton lodge offers both free parking and internet . Would you like to make a reservation ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No , what is the postcode , please ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,postcode,'cb41da');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The postcode is cb41da . Would you like me to make a reservation ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , I would like to make a reservation ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure , what day would you like to stay ? Anything else you 'd like to tell me ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's ok . I have everything I need for now . Thank you for all of your help today ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Thanks for contacting me today !"
}
] |
MUL0179.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"tandoori palace"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"tandoori palace"
],
[
"_:result",
"address",
"68 Histon Road Chesterton"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Tandoori Palace"
],
[
"_:result",
"postcode",
"cb43le"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"68 Histon Road Chesterton"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Tandoori Palace"
],
[
"_:result",
"postcode",
"cb43le"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"LPNKZ7V5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"68 Histon Road Chesterton"
],
[
"_:result",
"name",
"Tandoori Palace"
],
[
"_:result",
"postcode",
"cb43le"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"LPNKZ7V5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"68 Histon Road Chesterton"
],
[
"_:result",
"postcode",
"cb43le"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"LPNKZ7V5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"hamilton lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"68 Histon Road Chesterton"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"LPNKZ7V5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"hamilton lodge"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"68 Histon Road Chesterton"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"ref",
"LPNKZ7V5"
],
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"hamilton lodge"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_: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,name,'kings hedges learner pool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for the Kings Hedges Learner Pool . Can you give me their contact info ?"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Jedburgh Court');(_:result,address,'Kings Hedges');(_:result,name,'Kings Hedges Learner Pools');(_:result,phone,'01223353248');(_:result,postcode,'CB42XH');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Kings Hedges Learner Pools phone number is 01223353248 , they are located at Jedburgh Court , Kings Hedges , CB42XH . Can I help with anything else ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , what area of town is that exactly ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'north');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is in the north of the city , would you like help with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is all I need today . Thank you very much !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome ! Goodbye !"
}
] |
SNG1110.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kings hedges learner pool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kings hedges learner pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Jedburgh Court"
],
[
"_:result",
"address",
"Kings Hedges"
],
[
"_:result",
"name",
"Kings Hedges Learner Pools"
],
[
"_:result",
"phone",
"01223353248"
],
[
"_:result",
"postcode",
"CB42XH"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kings hedges learner pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Jedburgh Court"
],
[
"_:result",
"address",
"Kings Hedges"
],
[
"_:result",
"name",
"Kings Hedges Learner Pools"
],
[
"_:result",
"phone",
"01223353248"
],
[
"_:result",
"postcode",
"CB42XH"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to find a cheap restaurant in the east part of town . What is the address and postcode ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Finders Corner Newmarket Road');(_:result,name,'Missing Sock');(_:result,postcode,'9 A.Q');(_:result,postcode,'C.B 25');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Missing Sock fits your criteria . It is on Finders Corner Newmarket Road , Postode isC.B 25 , 9 A.Q"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you ."
}
] |
WOZ20575.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"Finders Corner Newmarket Road"
],
[
"_:result",
"name",
"Missing Sock"
],
[
"_:result",
"postcode",
"9 A.Q"
],
[
"_:result",
"postcode",
"C.B 25"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'world');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'm looking for a restaurant in the centre what serves world food ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'centre');(_:search,food,'World Food');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , but there are no foods in the centre that serve World Food . Would you like to try another area or a different type of food ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a gastropub then if you have one open ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Corn Exchange Street');(_:result,name,'Cow Pizza Kitchen and Bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I would suggest The Cow Pizza Kitchen and Bar . Great food . It is located on Corn Exchange Street ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the price range ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It is moderately priced . Would you like me to make a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "no , just give me the address"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Corn Exchange Street');(_:result,postcode,'cb23qf');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the address is on Corn Exchange Street , post code cb23qf . Can I do anything else for you today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'stevenage');(_:search,destination,'cambridge');(_:search,leave_at,'09:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I do need to get from Stevenage to Cambridge on Saturday . I 'd like to leave shortly after 09:45 , if possible ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,id,'TR9024');(_:result,leave_at,'09:54');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR9024 leaves at 09:54 , would that one work ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'four');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that would work out great . I need to book the trip for four people . Can I get a reference number too please ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,ref,'1QXKJN3D');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "Reference number is : 1QXKJN3D . Is there anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I need right now . Thank you so much ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a great day and goodbye !"
}
] |
PMUL0650.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"world"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/7d1d38ad"
],
[
"_:search/7d1d38ad",
"area",
"centre"
],
[
"_:search/7d1d38ad",
"food",
"World Food"
],
[
"_:search/7d1d38ad",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/7d1d38ad"
],
[
"_:search/7d1d38ad",
"area",
"centre"
],
[
"_:search/7d1d38ad",
"food",
"World Food"
],
[
"_:search/7d1d38ad",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"Corn Exchange Street"
],
[
"_:result",
"name",
"Cow Pizza Kitchen and Bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/7d1d38ad"
],
[
"_:search/7d1d38ad",
"area",
"centre"
],
[
"_:search/7d1d38ad",
"food",
"World Food"
],
[
"_:search/7d1d38ad",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"Corn Exchange Street"
],
[
"_:result",
"name",
"Cow Pizza Kitchen and Bar"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/7d1d38ad"
],
[
"_:search/7d1d38ad",
"area",
"centre"
],
[
"_:search/7d1d38ad",
"food",
"World Food"
],
[
"_:search/7d1d38ad",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"name",
"Cow Pizza Kitchen and Bar"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Corn Exchange Street"
],
[
"_:result",
"postcode",
"cb23qf"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/7d1d38ad"
],
[
"_:search/7d1d38ad",
"area",
"centre"
],
[
"_:search/7d1d38ad",
"food",
"World Food"
],
[
"_:search/7d1d38ad",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"name",
"Cow Pizza Kitchen and Bar"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Corn Exchange Street"
],
[
"_:result",
"postcode",
"cb23qf"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:result",
"id",
"TR9024"
],
[
"_:result",
"leave_at",
"09:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/7d1d38ad"
],
[
"_:search/7d1d38ad",
"area",
"centre"
],
[
"_:search/7d1d38ad",
"food",
"World Food"
],
[
"_:search/7d1d38ad",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"name",
"Cow Pizza Kitchen and Bar"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"address",
"Corn Exchange Street"
],
[
"_:result",
"postcode",
"cb23qf"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:result",
"id",
"TR9024"
],
[
"_:result",
"leave_at",
"09:54"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"1QXKJN3D"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like a restaurant with Korean food please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'Korean');(_:result,name,'Little Seoul');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Little Seoul is a Korean restaurant in the city centre , serving expensive food ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is their address and phone number ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'108 Regent Street City Centre');(_:result,name,'Little Seoul');(_:result,phone,'01223 308681');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Little Seoul is located at 108 Regent Street City Centre and their telephone number is 01223 308681 ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , goodbye ."
}
] |
WOZ20433.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Korean"
],
[
"_:result",
"name",
"Little Seoul"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Korean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"108 Regent Street City Centre"
],
[
"_:result",
"name",
"Little Seoul"
],
[
"_:result",
"phone",
"01223 308681"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'multiple sports');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a place to go in the centre , of type multiple sports ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,category,'multiple sports');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Unfortunately , there is not attraction type with multiple sports in the centre areat ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'nightclub');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Is there a nightclub located in the centre instead then ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'nightclubs');(_:result,count,'5');(_:result,type,'Attraction'))",
"request((_:search,entrance_fee,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 5 nightclubs in the centre . Would you like me to send you a list with their address and price information ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "No , I just need the phone number and entrance fee for each of them ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,entrance_fee,'4 pounds');(_:result,entrance_fee,'5 pounds');(_:result,name,'Ballare');(_:result,name,'club salsa');(_:result,name,'kambar');(_:result,name,'soul tree nightclub');(_:result,name,'the fez club');(_:result,phone,'01223364222');(_:result,phone,'01223477900');(_:result,phone,'01223519224');(_:result,phone,'01223842725');(_:result,phone,'07782218745');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Ballare 5 pounds , phone 01223364222 . club salsa 5 pounds , phone 07782218745 . kambar 5 pounds , phone 01223842725 . soul tree nightclub 4 pounds , phone 01223477900 . the fez club 5 pounds , phone 01223519224"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,leave_at,'17:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you I also need a train going to Cambridge leaving after 17:00"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'a lot');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are a lot of trains then , can you tell me where you are departing from and how many tickets you need ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be departing from Bishops Stortford on Sunday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'18:07');(_:result,id,'TR5298');(_:result,leave_at,'17:29');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR5298 leaves at 17:29 and arrives by 18:07 . Can I book you for this train ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I needed . Thank you !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , enjoy your visit !"
}
] |
MUL0485.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/01e46234"
],
[
"_:search/01e46234",
"area",
"centre"
],
[
"_:search/01e46234",
"category",
"multiple sports"
],
[
"_:search/01e46234",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/01e46234"
],
[
"_:search/01e46234",
"area",
"centre"
],
[
"_:search/01e46234",
"category",
"multiple sports"
],
[
"_:search/01e46234",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/01e46234"
],
[
"_:search/01e46234",
"area",
"centre"
],
[
"_:search/01e46234",
"category",
"multiple sports"
],
[
"_:search/01e46234",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:result",
"name",
"club salsa"
],
[
"_:result",
"name",
"kambar"
],
[
"_:result",
"name",
"soul tree nightclub"
],
[
"_:result",
"name",
"the fez club"
],
[
"_:result",
"phone",
"01223364222"
],
[
"_:result",
"phone",
"01223477900"
],
[
"_:result",
"phone",
"01223519224"
],
[
"_:result",
"phone",
"01223842725"
],
[
"_:result",
"phone",
"07782218745"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"17:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/01e46234"
],
[
"_:search/01e46234",
"area",
"centre"
],
[
"_:search/01e46234",
"category",
"multiple sports"
],
[
"_:search/01e46234",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:result",
"name",
"club salsa"
],
[
"_:result",
"name",
"kambar"
],
[
"_:result",
"name",
"soul tree nightclub"
],
[
"_:result",
"name",
"the fez club"
],
[
"_:result",
"phone",
"01223364222"
],
[
"_:result",
"phone",
"01223477900"
],
[
"_:result",
"phone",
"01223519224"
],
[
"_:result",
"phone",
"01223842725"
],
[
"_:result",
"phone",
"07782218745"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"17:00"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/01e46234"
],
[
"_:search/01e46234",
"area",
"centre"
],
[
"_:search/01e46234",
"category",
"multiple sports"
],
[
"_:search/01e46234",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:result",
"name",
"club salsa"
],
[
"_:result",
"name",
"kambar"
],
[
"_:result",
"name",
"soul tree nightclub"
],
[
"_:result",
"name",
"the fez club"
],
[
"_:result",
"phone",
"01223364222"
],
[
"_:result",
"phone",
"01223477900"
],
[
"_:result",
"phone",
"01223519224"
],
[
"_:result",
"phone",
"01223842725"
],
[
"_:result",
"phone",
"07782218745"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"17:00"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"id",
"TR5298"
],
[
"_:result",
"leave_at",
"17:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for places to go when I get to town . Are there any good museums ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,category,'museums');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are many museums . Do you prefer a certain part of town ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes I would prefer to be in the west ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'7');(_:result,name,'Museum of Classical Archaeology');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Ok , I have 7 listings . Might I suggest the Museum of Classical Archaeology ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds great . Can i get the address and entrance fee ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'sidgewick avenue');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "They are located on sidgewick avenue and admission is free . Can I assist with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for a place to stay . Perhaps 4 stars , and I need wifi ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'a few');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are a few places that match that description . Do you know what area you 'd like to stay in ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'guesthouse');(_:search,day,'saturday');(_:search,people,'1');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I am looking for a guesthouse in the north . Can you book it for 2 nights starting Saturday for 1 person ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Acorn Guest House');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "May I suggest the Acorn Guest House ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "That sounds like a great place ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'IS8BB29K');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "sure thing all set ! reference number is IS8BB29K anything else for you today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No . Thank you though , this has been very helpful ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Have a great day !"
}
] |
PMUL3808.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"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"name",
"Museum of Classical Archaeology"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"name",
"Museum of Classical Archaeology"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"sidgewick avenue"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"name",
"Museum of Classical Archaeology"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"sidgewick avenue"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"sidgewick avenue"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"address",
"sidgewick avenue"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"IS8BB29K"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'golden wok');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant called golden wok ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'Chinese');(_:result,name,'Golden Wok');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Golden Wok is a moderately priced Chinese restaurant in the north . Would you like the address or phone number ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'18:15');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Actually I know exactly where it is and would appreciate you booking a table for 2 at 18:15 on Monday ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Monday');(_:booking,duration,'18:15');(_:booking,people,'2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alright , I have booked your table on Monday for 2 at 18:15 . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I will need the reference number please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'J97BBMWN');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The reference number is : J97BBMWN ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would also like a train leaving from Cambridge ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What is your destination ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be going to Ely ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Can you book it for me and get a reference number ?"
}
] |
PMUL0518.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"golden wok"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"golden wok"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"golden wok"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"18:15"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"golden wok"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"18:15"
],
[
"_:booking",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"J97BBMWN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"golden wok"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"18:15"
],
[
"_:booking",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"J97BBMWN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm heading out of Cambridge on Sunday . Please find me a train"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Ok . And where is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'17:45');(_:search,day,'sunday');(_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to go to London Liverpool Street and arrive at 17:45 on Sunday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'17:27');(_:result,destination,'London Liverpool Street');(_:result,id,'TR0189');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR0189 Arrives at London Liverpool Street at 17:27 . Would you like to reserve a ticket ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Okay , anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'sports');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I really want to visit a mutliple sports attraction , preferably in the Centre area , please ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"canthelp((_:search,category,'sports attractions');(_:search,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry I don;t have any sports attractions listed can I interest you in another attraction ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you try a museum ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'unit su43 , grande arcade , saint andrews street');(_:result,area,'centre');(_:result,category,'museum');(_:result,name,'Castle galleries');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Castle galleries is a great museum located in the centre of town at unit su43 , grande arcade , saint andrews street . Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "That is all I need ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Ok great . Have a great day ."
}
] |
PMUL3120.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"17:27"
],
[
"_:result",
"destination",
"London Liverpool Street"
],
[
"_:result",
"id",
"TR0189"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"17:27"
],
[
"_:result",
"destination",
"London Liverpool Street"
],
[
"_:result",
"id",
"TR0189"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"sports"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"17:27"
],
[
"_:result",
"destination",
"London Liverpool Street"
],
[
"_:result",
"id",
"TR0189"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/5a83c1a0"
],
[
"_:search/5a83c1a0",
"category",
"sports attractions"
],
[
"_:search/5a83c1a0",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"17:27"
],
[
"_:result",
"destination",
"London Liverpool Street"
],
[
"_:result",
"id",
"TR0189"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/5a83c1a0"
],
[
"_:search/5a83c1a0",
"category",
"sports attractions"
],
[
"_:search/5a83c1a0",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"unit su43 , grande arcade , saint andrews street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"Castle galleries"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , I am looking for some train information for my trip . Also , I ca n't wait to try some of your local restaurants ."
},
{
"id": 1,
"rdf-acts": [
"thank()",
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Ok . I can help you with both of those . Where will you be leaving from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm leaving from birmingham new street on saturday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'tr7802leaves');(_:result,leave_at,'09.40');(_:result,type,'Train'))",
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "TR7802LEAVES 09.40 . WHAT KIND OF FOOD DO YOU WANT"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'9:00');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm not sure it that option will work for me . I need the train to go to Cambridge and arrive by 9:00 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have several options , would you like me to book that for you . How many passengers would you have ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please . I need to book for 8 people ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'LW32MFA7');(_:booking,ticket,'480.64 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 480.64 GBP payable at the station . Reference number is : LW32MFA7 . is there anything else i can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,food,'indonesian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . I want to eat at an Indonesian restaurant in the center area of town ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry there are no matches . Would you like me to check a different area or food type ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , let 's try North American food , please ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,count,'1');(_:result,name,'Gourmet Burger Kitchen');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I do have one place . Gourmet Burger Kitchen is expensive and in the centre . Do you need a reservation ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'13:15');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please . Is there something available for 13:15 on Saturday for all 8 people in my group ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'Z4WQXEDR');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : Z4WQXEDR . Is there anything else ?"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you that will be all . Bye !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Good day , enjoy your time in Cambridge ."
}
] |
PMUL0976.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:result",
"id",
"tr7802leaves"
],
[
"_:result",
"leave_at",
"09.40"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"arrive_by",
"9:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:result",
"id",
"tr7802leaves"
],
[
"_:result",
"leave_at",
"09.40"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"arrive_by",
"9:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:result",
"id",
"tr7802leaves"
],
[
"_:result",
"leave_at",
"09.40"
],
[
"_:search",
"arrive_by",
"9:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"LW32MFA7"
],
[
"_:booking",
"ticket",
"480.64 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"indonesian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:result",
"id",
"tr7802leaves"
],
[
"_:result",
"leave_at",
"09.40"
],
[
"_:search",
"arrive_by",
"9:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"LW32MFA7"
],
[
"_:booking",
"ticket",
"480.64 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/6617650b"
],
[
"_:search/6617650b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_: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"
],
[
"_:result",
"id",
"tr7802leaves"
],
[
"_:result",
"leave_at",
"09.40"
],
[
"_:search",
"arrive_by",
"9:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"LW32MFA7"
],
[
"_:booking",
"ticket",
"480.64 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/6617650b"
],
[
"_:search/6617650b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Gourmet Burger Kitchen"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:result",
"id",
"tr7802leaves"
],
[
"_:result",
"leave_at",
"09.40"
],
[
"_:search",
"arrive_by",
"9:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"480.64 GBP"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/6617650b"
],
[
"_:search/6617650b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Gourmet Burger Kitchen"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"Z4WQXEDR"
],
[
"_: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": "I am looking for a guesthouse with free parking ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'21');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have 21 guesthouses that offer free parking . Do you want to stay in a certain part of town , or a certain price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I would like a place in the north and in the moderate price range ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'guesthouses');(_:result,count,'7');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have 7 guesthouses that meet your requests . Can I book a room for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,day,'thursday');(_:search,people,'2');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a hotel starting Thursday for 3 nights for 2 people ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,name,'the archway house');(_:booking,type,'Booking');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Would you like me to book the archway house ? It is a 4 star guesthouse with free wifi and parking ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'2');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please , if it is available for Thursday for 3 nights for 2 people"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I am afraid that was unsuccessful . Would you like me to find another hotel ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'same pricerange');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you try another hotel in the same pricerange ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,pricerange,'same pricerange');(_:result,ref,'CFT39HL4');(_:result,type,'Hotel'))",
"reqmore()",
"inform((_:booking,name,'hamilton lodge');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I booked for you a room in hamilton lodge which is in the same pricerange . Your reservation number is CFT39HL4 . Do you need anything more ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That would be all , thanks for assistance !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Sure , pleasure all mine . Enjoy your stay !"
}
] |
SSNG0346.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",
"category",
"guesthouses"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"category",
"hotel"
],
[
"_:booking",
"name",
"the archway house"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"category",
"hotel"
],
[
"_:booking",
"name",
"the archway house"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"canthelp",
"_:booking/a1a804a3"
],
[
"_:booking/a1a804a3",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"same pricerange"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"canthelp",
"_:booking/a1a804a3"
],
[
"_:booking/a1a804a3",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"same pricerange"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"same pricerange"
],
[
"_:result",
"ref",
"CFT39HL4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"hamilton lodge"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to find an attraction ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Absolutely ! Do you have any particular attraction type in mind ? Maybe a specific area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'architecture');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes I am looking for architecture and will need the address , postcode and phone number of the attraction ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'market street');(_:result,name,'holy trinity church');(_:result,phone,'01223355397');(_:result,postcode,'cb23nz');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "How about the holy trinity church ? The address , postcode and phone number are market street , cb23nz , and 01223355397 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "i 'm also looking for a train"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))",
"inform((_:result,amount,'dozens');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "We have dozens of trains . Where would you like to depart from and go to ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,destination,'peterborough');(_:search,leave_at,'21:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be departing Cambridge after 21:30 on Sunday . I am going to Peterborough ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "TR1784 departs Cambridge at 21.34"
}
] |
PMUL1380.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"address",
"market street"
],
[
"_:result",
"name",
"holy trinity church"
],
[
"_:result",
"phone",
"01223355397"
],
[
"_:result",
"postcode",
"cb23nz"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"address",
"market street"
],
[
"_:result",
"name",
"holy trinity church"
],
[
"_:result",
"phone",
"01223355397"
],
[
"_:result",
"postcode",
"cb23nz"
],
[
"_:result",
"amount",
"dozens"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'the golden curry');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Need a restaurant called the golden curry"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'Mill Road City Centre');(_:result,area,'centre');(_:result,food,'indian');(_:result,pricerange,'rather expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They are a wonderful indian restaurant in the centre of town . They are rather expensive . They are located on Mill Road City Centre . Can I help you reserve a table ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'15:15');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please . There will 8 of us at 15:15 on Monday ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'7X63LJXX');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : 7X63LJXX . Anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'12:15');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train as well to Cambridge that will arrive by 12:15 , is there anything available ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be traveling from ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave from Birmingham New Street ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "On what day are you looking to travel ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Same day as my Golden Curry reservation , please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'11:23');(_:result,id,'TR9942');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR9942 will get you there at 11:23 . Would that work for you ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes that is all I need , thank you ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Is there anything else i can you with such as booking reservations for entertainment ventures afterwards ."
}
] |
MUL1566.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the golden curry"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the golden curry"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Mill Road City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"rather 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",
"the golden curry"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Mill Road City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"rather expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"7X63LJXX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the golden curry"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Mill Road City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"rather expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"7X63LJXX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the golden curry"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Mill Road City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"rather expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"7X63LJXX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the golden curry"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Mill Road City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"rather expensive"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"7X63LJXX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"11:23"
],
[
"_:result",
"id",
"TR9942"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . I would like a moderately priced restaurant in the east part of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'curry prince');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry prince serves indian food , in the moderate price range and in the east part of town ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there any other restaurant ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'Italian');(_:result,name,'Pizza Hut Fen Ditton');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Pizza Hut Fen Ditton is in the east part of town and serves moderately priced Italian food ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the address ?"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Pizza Hut Fen Ditton phone number is jesus lane fen ditton , is there anything else I can help you with ?"
}
] |
WOZ20464.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",
"food",
"indian"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Pizza Hut Fen Ditton"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train to Ely , please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day will you be traveling ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,leave_at,'19:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be leaving Sunday after 19:30 ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Can I ask where you are leaving from ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,leave_at,'19:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be leaving from Cambridge on Sunday after 19:30 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'20:07');(_:result,id,'TR3544');(_:result,leave_at,'19:50');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR3544 leaving at 19:50 and arriving by 20:07 . Would this work for you ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "No need to book it ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "OK . Can I help you with anything else today , then ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes . I am looking for places to go on the west side of town ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,category,'colleges');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes I have many colleges there . Can I suggest something for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you suggest some good architecture attractions ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'west');(_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Unfortunately , I 'm not showing any architecture attractions in the west area . Would you like me to look in another area ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What type of colleges are available ?"
},
{
"id": 13,
"rdf-acts": [
"select((_:result,name,'Churchill college');(_:result,name,'Clare hall');(_:result,name,'Magdalene college');(_:result,type,'Attraction'))",
"inform((_:result,area,'west');(_:result,category,'colleges');(_:result,count,'5');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are five colleges on the west side . Churchill college , Clare hall , and Magdalene college all have free admission . Do any of those interest you ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,name,'clare hall');(_:search,type,'Attraction'))",
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Clare Hall sounds like it would be nice . Can I get their phone number please ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223332360');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number is 01223332360 . Is there anything else I can help you with ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I think that is all I need . Thank you for your help . Goodbye ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "It was a pleasure to assist you . Thank you for using our service . Goodbye ."
}
] |
MUL1845.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"20:07"
],
[
"_:result",
"id",
"TR3544"
],
[
"_:result",
"leave_at",
"19:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:result",
"arrive_by",
"20:07"
],
[
"_:result",
"id",
"TR3544"
],
[
"_:result",
"leave_at",
"19:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:result",
"arrive_by",
"20:07"
],
[
"_:result",
"id",
"TR3544"
],
[
"_:result",
"leave_at",
"19:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"type",
"Attraction"
],
[
"_: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",
"destination",
"ely"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:result",
"arrive_by",
"20:07"
],
[
"_:result",
"id",
"TR3544"
],
[
"_:result",
"leave_at",
"19:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/c19a21f0"
],
[
"_:search/c19a21f0",
"area",
"west"
],
[
"_:search/c19a21f0",
"category",
"architecture"
],
[
"_:search/c19a21f0",
"type",
"Attraction"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:result",
"arrive_by",
"20:07"
],
[
"_:result",
"id",
"TR3544"
],
[
"_:result",
"leave_at",
"19:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/c19a21f0"
],
[
"_:search/c19a21f0",
"area",
"west"
],
[
"_:search/c19a21f0",
"category",
"architecture"
],
[
"_:search/c19a21f0",
"type",
"Attraction"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"name",
"Churchill college"
],
[
"_:result",
"name",
"Clare hall"
],
[
"_:result",
"name",
"Magdalene college"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"clare hall"
],
[
"_:search",
"type",
"Attraction"
],
[
"_: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",
"destination",
"ely"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:result",
"arrive_by",
"20:07"
],
[
"_:result",
"id",
"TR3544"
],
[
"_:result",
"leave_at",
"19:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/c19a21f0"
],
[
"_:search/c19a21f0",
"area",
"west"
],
[
"_:search/c19a21f0",
"category",
"architecture"
],
[
"_:search/c19a21f0",
"type",
"Attraction"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"name",
"Churchill college"
],
[
"_:result",
"name",
"Clare hall"
],
[
"_:result",
"name",
"Magdalene college"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"name",
"clare hall"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223332360"
],
[
"_: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,name,'warkworth house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , I 'd like to stay at the warkworth house please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'warkworth house');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "warkworth house is an excellent choice . Shall I book it for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'2');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please ! 2 of us will be staying starting on saturday for 5 nights"
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,ref,'AZ8EPKAU');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : AZ8EPKAU ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for all of your help ."
},
{
"id": 5,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You are welcome . Do you need anything else ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all for now . Thank you so much !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Glad I could help hope you have a great day ."
}
] |
SNG1255.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"
],
[
"_:result",
"name",
"warkworth house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"name",
"warkworth house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"AZ8EPKAU"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"name",
"warkworth house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"AZ8EPKAU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "I 've just been robbed . What should I do ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'Parkside Police Station');(_:result,phone,'01223358966');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "Call the Parkside Police Station - 01223358966 Are you ok ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye"
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day , Goodbye"
}
] |
SNG01580.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"name",
"Parkside Police Station"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to book a taxi please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where would you like to go to and from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'bloomsbury restaurant');(_:search,destination,'hobsons house');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to go to hobsons house from bloomsbury restaurant"
},
{
"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,departure,'bloomsbury restaurant');(_:search,leave_at,'11:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to leave bloomsbury restaurant after 11:45 , please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Your booking is now completed ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "What are the details for the taxi , please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,car,'black Audi');(_:result,phone,'07866049938');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "You will be picked up by a black Audi . The contact number is 07866049938 . Is there anything else I can do for you ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "No that is all I needed today ."
},
{
"id": 9,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "You are more than welcome !"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Goodbye . I really appreciate your help ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for calling and do call us again . Goodbye ."
}
] |
SNG01827.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"bloomsbury restaurant"
],
[
"_:search",
"destination",
"hobsons house"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"hobsons house"
],
[
"_:search",
"departure",
"bloomsbury restaurant"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"hobsons house"
],
[
"_:search",
"departure",
"bloomsbury restaurant"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"hobsons house"
],
[
"_:search",
"departure",
"bloomsbury restaurant"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black Audi"
],
[
"_:result",
"phone",
"07866049938"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"hobsons house"
],
[
"_:search",
"departure",
"bloomsbury restaurant"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black Audi"
],
[
"_:result",
"phone",
"07866049938"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to find places to go to ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "I can help you with that . What type of attraction are you interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'boat');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'd like to ride on a boat , if someplace like that is available ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'several');(_:result,category,'boats');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are several boats in the city . What area are you interested in ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,type,'Train'))",
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Anyone will do just giveme the postcode . Also please assist me with booking for a train that will depart from cambridge on Sunday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'camboats');(_:result,postcode,'cb58sx');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Okay the postcode for camboats is cb58sx ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,destination,'kings lynn');(_:search,leave_at,'18:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks ! I also need a train out to Kings Lynn on Sunday . I need to leave after 18:30 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'19:58');(_:result,departure,'Cambridge');(_:result,destination,\"King 's Lynn\");(_:result,id,'TR9582');(_:result,leave_at,'19:11');(_:result,ticket,'7.84 GBP per passenger');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "The TR9582 departs Cambridge at 19:11 and arrives in King 's Lynn by 19:58 , the price is 7.84 GBP per passenger . You said you 'd like to book tickets ? For how many ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , for 7 people . Thanks ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,day,'Sunday');(_:booking,leave_at,'19:11');(_:booking,people,'7');(_:booking,ref,'3Y2S1N01');(_:booking,ticket,'54.88 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have reserved 7 tickets for Sunday departing at 19:11 . The total fee is 54.88 GBP payable at the station . Your reference # is 3Y2S1N01 ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That 's all I need ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "It was a pleasure assisting you today . Enjoy your trip . Good - bye ."
}
] |
PMUL3106.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boat"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"boats"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boat"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"boats"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"name",
"camboats"
],
[
"_:result",
"postcode",
"cb58sx"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boat"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"boats"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"name",
"camboats"
],
[
"_:result",
"postcode",
"cb58sx"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:result",
"arrive_by",
"19:58"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"King 's Lynn"
],
[
"_:result",
"id",
"TR9582"
],
[
"_:result",
"leave_at",
"19:11"
],
[
"_:result",
"ticket",
"7.84 GBP per passenger"
],
[
"_: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,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boat"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"boats"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"name",
"camboats"
],
[
"_:result",
"postcode",
"cb58sx"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:result",
"arrive_by",
"19:58"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"King 's Lynn"
],
[
"_:result",
"id",
"TR9582"
],
[
"_:result",
"leave_at",
"19:11"
],
[
"_:result",
"ticket",
"7.84 GBP per passenger"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"leave_at",
"19:11"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"3Y2S1N01"
],
[
"_:booking",
"ticket",
"54.88 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'18:30');(_:search,departure,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm in need of a train that leaves from Peterborough and arrives by 18:30 ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are several trains available . Could you specify which day ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to travel on Monday and my destination is Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'6:09');(_:result,leave_at,'5:19');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a train that leaves at 5:19 and arrives by 6:09 . Does this work for you ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Okay , can you book that for me ? I 'm traveling alone ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR3021');(_:booking,ref,'UC2OKH53');(_:booking,ticket,'16:5 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book you that ticket on train TR3021 . Your total fee will be 16:5 GBP . Your reference number is UC2OKH53 . Can I help with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , that 's all I need . Have a nice day ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Okay glad we could be of help ."
}
] |
SNG0374.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"6:09"
],
[
"_:result",
"leave_at",
"5:19"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"6:09"
],
[
"_:result",
"leave_at",
"5:19"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR3021"
],
[
"_:booking",
"ref",
"UC2OKH53"
],
[
"_:booking",
"ticket",
"16:5 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , I 'm actually looking to stay at a luxury guesthouse ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'Arbury lodge guesthouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Arbury lodge guesthouse should work out for you ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "does it have a rating of 4 stars ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'The arbury');(_:result,pricerange,'moderate priced');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The arbury does have 4 stars . It is moderate priced . Would you like that one ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Yes please that sounds good ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I need booking information , how many people , what day , and how many days you would like to stay ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'1');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking to stay for 1 person , 4 nights , starting wednesday ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , but they do n't have a room for that long . Would you like to shorten your stay ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sure , let 's try 2 nights instead ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'4MI69WKV');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great ! That worked and your confirmation code is 4MI69WKV ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'da vinci pizzeria');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Excellent ! Now , what can you tell me about the Da Vinci Pizzeria ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'20 Milton Road Chesterton');(_:result,food,'Italian');(_:result,pricerange,'low cost');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It is located at 20 Milton Road Chesterton and offers Italian food at low cost . Would you like me to make a booking ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure and I would like the address also . Thanks"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,type,'Booking'))",
"reqmore()",
"inform((_:result,address,'20 Milton Road in Chesterton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Absolutely , I have made the booking and the address is 20 Milton Road in Chesterton . Is there anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I need today . Thanks for all your help !"
},
{
"id": 15,
"rdf-acts": [
"canthelp((_:booking,name,'Da Vinci Pizzeria');(_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Oh , wait , I do n't think I completed the booking at Da Vinci Pizzeria we were talking about . If you 'd still like it I 'll need a time , day , and number of people ."
},
{
"id": 16,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No that 's ok . I just needed the address , no booking . Thank you !"
},
{
"id": 17,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "You are welcome . If you need anything in the future , please let us know ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Have a great day ! Thank you for your help !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Your very welcome ! Enjoy your stay !"
}
] |
MUL1257.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"
],
[
"_:result",
"name",
"Arbury lodge guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"The arbury"
],
[
"_:result",
"pricerange",
"moderate priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"The arbury"
],
[
"_:result",
"pricerange",
"moderate priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"The arbury"
],
[
"_:result",
"pricerange",
"moderate priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/658f0fa8"
],
[
"_:booking/658f0fa8",
"type",
"Booking"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"The arbury"
],
[
"_:result",
"pricerange",
"moderate priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/658f0fa8"
],
[
"_:booking/658f0fa8",
"type",
"Booking"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"4MI69WKV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"da vinci pizzeria"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"The arbury"
],
[
"_:result",
"stars",
"4"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/658f0fa8"
],
[
"_:booking/658f0fa8",
"type",
"Booking"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"4MI69WKV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"da vinci pizzeria"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"20 Milton Road Chesterton"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"low cost"
],
[
"_: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": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"The arbury"
],
[
"_:result",
"stars",
"4"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/658f0fa8"
],
[
"_:booking/658f0fa8",
"type",
"Booking"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"4MI69WKV"
],
[
"_:search",
"name",
"da vinci pizzeria"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"low cost"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"20 Milton Road in Chesterton"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"The arbury"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/658f0fa8"
],
[
"_:booking/658f0fa8",
"type",
"Booking"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"4MI69WKV"
],
[
"_:search",
"name",
"da vinci pizzeria"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"low cost"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"20 Milton Road in Chesterton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/64714e3d"
],
[
"_:booking/64714e3d",
"name",
"Da Vinci Pizzeria"
],
[
"_:booking/64714e3d",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"The arbury"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/658f0fa8"
],
[
"_:booking/658f0fa8",
"type",
"Booking"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"4MI69WKV"
],
[
"_:search",
"name",
"da vinci pizzeria"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"low cost"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"20 Milton Road in Chesterton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/64714e3d"
],
[
"_:booking/64714e3d",
"name",
"Da Vinci Pizzeria"
],
[
"_:booking/64714e3d",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for an expensive restaurant that serves european food while I 'm in Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'40270 King Street');(_:result,area,'City Centre');(_:result,name,\"Darry 's Cookhouse and Wine Shop\");(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Darry 's Cookhouse and Wine Shop is located at 40270 King Street at the City Centre . Would you like their phone number ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please , and their postcode as well ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,phone,'01223505015');(_:result,postcode,'cb11ln');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Phone is 01223505015 and postcode cb11ln . Would you like me to get you a table ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No . But I need a train going to Ely ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you travelling from and what time ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'11:15');(_:search,day,'monday');(_:search,departure,'cambridge');(_:search,destination,'Ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am departing from cambridge on monday and I need to arrive to Ely by 11:15 ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,leave_at,'06:07');(_:result,leave_at,'08:07');(_:result,leave_at,'10:07');(_:result,type,'Train'))",
"inform((_:result,count,'3');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have 3 trains available leaving at 06:07 , 08:07 , and 10:07 . What time would you like to leave ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "You choose one please . I need it for 4 people ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,arrive_by,'10:07');(_:booking,category,'Train');(_:booking,id,'TR8399');(_:booking,ref,'AVBKNMXQ');(_:booking,ticket,'17.6 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I booked you on TR8399 arriving at 10:07 . Booking was successful , the total fee is 17.6 GBP payable at the station . \n Reference number is : AVBKNMXQ ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that 's all . Thanks so much !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Enjoy your stay ."
}
] |
PMUL0533.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"40270 King Street"
],
[
"_:result",
"area",
"City Centre"
],
[
"_:result",
"name",
"Darry 's Cookhouse and Wine Shop"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"40270 King Street"
],
[
"_:result",
"area",
"City Centre"
],
[
"_:result",
"name",
"Darry 's Cookhouse and Wine Shop"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223505015"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"40270 King Street"
],
[
"_:result",
"area",
"City Centre"
],
[
"_:result",
"name",
"Darry 's Cookhouse and Wine Shop"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223505015"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"Ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"40270 King Street"
],
[
"_:result",
"area",
"City Centre"
],
[
"_:result",
"name",
"Darry 's Cookhouse and Wine Shop"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223505015"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"Ely"
],
[
"_:result",
"leave_at",
"06:07"
],
[
"_:result",
"leave_at",
"08:07"
],
[
"_:result",
"leave_at",
"10:07"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"4"
],
[
"_: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",
"expensive"
],
[
"_:result",
"address",
"40270 King Street"
],
[
"_:result",
"area",
"City Centre"
],
[
"_:result",
"name",
"Darry 's Cookhouse and Wine Shop"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"phone",
"01223505015"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"Ely"
],
[
"_:result",
"leave_at",
"06:07"
],
[
"_:result",
"leave_at",
"08:07"
],
[
"_:result",
"leave_at",
"10:07"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"arrive_by",
"10:07"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR8399"
],
[
"_:booking",
"ref",
"AVBKNMXQ"
],
[
"_:booking",
"ticket",
"17.6 GBP"
],
[
"_: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",
"expensive"
],
[
"_:result",
"address",
"40270 King Street"
],
[
"_:result",
"area",
"City Centre"
],
[
"_:result",
"name",
"Darry 's Cookhouse and Wine Shop"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"phone",
"01223505015"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"Ely"
],
[
"_:result",
"leave_at",
"06:07"
],
[
"_:result",
"leave_at",
"08:07"
],
[
"_:result",
"leave_at",
"10:07"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"arrive_by",
"10:07"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR8399"
],
[
"_:booking",
"ref",
"AVBKNMXQ"
],
[
"_:booking",
"ticket",
"17.6 GBP"
],
[
"_: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,name,'restaurant two two');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a restaurant called restaurant two two ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'22 Chesterton Road Chesterton');(_:result,name,'Restaurant Two Two');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Restaurant Two Two is located at 22 Chesterton Road Chesterton . Would you like to book a reservation ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "yeah i need a reservation for wednesday"
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "for how many and what time please"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,duration,'14:45');(_:search,people,'three');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like to eat at 14:45 . It will be three people ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "your table has been reserved . The booking reference number is B1QT9YDW ."
}
] |
PMUL3459.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"restaurant two two"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"restaurant two two"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"22 Chesterton Road Chesterton"
],
[
"_:result",
"name",
"Restaurant Two Two"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"restaurant two two"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"22 Chesterton Road Chesterton"
],
[
"_:result",
"name",
"Restaurant Two Two"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to book a train Friday to London ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "First I need your departure and the times you want to leave or arrive ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I believe I was in error . I need a hotel in the centre with 4 stars ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'university arms hotel');(_:result,pricerange,'expensive');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There is the university arms hotel in the expensive price range that has 4 stars would you like me to book that for me ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_internet,'none');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does it have free wifi ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes it does"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'8');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Excellent , can you book it for 8 people for 4 nights on Thursday ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'653HK2T2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked it for you . Your reference number is 653HK2T2 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Great . Now can you help me get a train from Peterborough ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time would you like to leave ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'12:30');(_:search,day,'thursday');(_:search,destination,'cambridge');(_:search,leave_at,'dontcare');(_:search,type,'Train'))",
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I 'm flexible on the departure time as long as I get to Cambridge by 12:30 Thursday ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'08:09');(_:result,id,'TR7094');(_:result,leave_at,'07:19');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR7094 leaves at 07:19 and arrives by 08:09 . Does that work for you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I will discuss it with my daughter . How long does the trip take ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,duration,'50 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The trip is 50 minutes ."
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "I think that is all the info I will need ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our services . Enjoy your visit and have a great day ."
}
] |
MUL2229.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"none"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"none"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"none"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"653HK2T2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_: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",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"none"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"653HK2T2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"none"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"653HK2T2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"08:09"
],
[
"_:result",
"id",
"TR7094"
],
[
"_:result",
"leave_at",
"07:19"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_: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",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"none"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"653HK2T2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"08:09"
],
[
"_:result",
"id",
"TR7094"
],
[
"_:result",
"leave_at",
"07:19"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you find an attraction in the centre ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,name,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'a lot');(_:result,name,'All Saints Church');(_:result,name,'Cambridge Corn Exchange');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are a lot , ranging from All Saints Church to The Cambridge Corn Exchange . Did you have something specific in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Not really . I just want to see some local tourist attractions in the centre ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,category,'architecture');(_:result,entrance_fee,'free');(_:result,name,'all saints church');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "all saints church is in the center and it 's known for it 's architecture . The entrance fee is free ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'turkish');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am also looking for a place to dine . The restaurant should serve turkish food and should be in the expensive price range"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'Meze Bar Restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about the Meze Bar Restaurant ? It is located in the city centre ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes , that will work perfect . I will go ahead and contact them myself though . Thanks so much . Take care . Goodbye !"
},
{
"id": 7,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "My pleasure ! Have a wonderful day and thanks for contacting the Cambridge TownInfo centre ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I also need to book the restaurant ."
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'll be happy to help with that . Can you tell me the day , time and how many people in your party ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'13:45');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to dine on Tuesday and need a table for 7 people at 13:45 ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'4916J7LZ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful . The table will be reserved for 15 minutes . Reference number is 4916J7LZ . what else can I help you with ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,name,'Meze Bar');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , as long as the Meze Bar Restaurant is in the centre area , that is perfect . Thank you ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Perfect , have a great meal ."
}
] |
MUL2365.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"name",
"Cambridge Corn Exchange"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Meze Bar Restaurant"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Meze Bar Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Meze Bar Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Meze Bar Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"4916J7LZ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"Meze Bar"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to reserve a taxi from my hotel to the airport"
},
{
"id": 1,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "I would be more than happy to assist you with that however , I need some more information please ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm sorry , I 'll actually need a restaurant that 's in centre and is in the moderate price range ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'quite a few');(_:result,area,'centre');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are quite a few moderately priced restaurants in the city centre . Do you have a cuisine preference ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'latin - american');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd prefer something Latin - American , if there 's something in the area . Nothing too expensive , but certainly not a fast - food restaurant ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,food,'latin american');(_:search,pricerange,'moderately priced');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I do not have any moderately priced restaurants in the centre of town serving latin american food ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about Italian food instead ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'Italian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry there no Italian restaurants either . Would you like to try a different price range or food ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'italian');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are you sure there are no moderately priced italian restaurants in the centre ? I could have sworn someone told me about one ..."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,food,'pizza places');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes I have two pizza places to choose from . Would you like me to suggest one and make a booking for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'15:15');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please . for 5 people at 15:15 on saturday ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'C3YO3LS0');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Done ! Your reference number is C3YO3LS0 . Your table will be reserved for 15 minutes . Can I help you with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I m also looking for a college in the centre to visit while in town"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,\"King 's parade\");(_:result,area,'centre');(_:result,name,\"King 's College\");(_:result,phone,'01223331100');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "How about King 's College in centre . Address is King 's parade , phone 01223331100 ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'the college');(_:search,destination,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Great . Now I just need a taxi to get from the college to the restaurant . I would n't want to be late !"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'yellow Ford');(_:result,departure,\"King 's College\");(_:result,destination,'Pizza Express');(_:result,leave_at,'2:45 p.m.');(_:result,phone,'0 754 - 399 - 4513');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay I have that booked for you , the contact number is 0 754 - 399 - 4513 , be looking for a yellow Ford to pick you up from King 's College around 2:45 p.m. and take you to Pizza Express ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that is all that I need ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day !"
}
] |
PMUL3850.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"latin - american"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/769a08d7"
],
[
"_:search/769a08d7",
"area",
"centre"
],
[
"_:search/769a08d7",
"food",
"latin american"
],
[
"_:search/769a08d7",
"pricerange",
"moderately priced"
],
[
"_:search/769a08d7",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/769a08d7"
],
[
"_:search/769a08d7",
"area",
"centre"
],
[
"_:search/769a08d7",
"food",
"latin american"
],
[
"_:search/769a08d7",
"pricerange",
"moderately priced"
],
[
"_:search/769a08d7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/839b6e9e"
],
[
"_:search/839b6e9e",
"food",
"Italian"
],
[
"_:search/839b6e9e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"canthelp",
"_:search/769a08d7"
],
[
"_:search/769a08d7",
"area",
"centre"
],
[
"_:search/769a08d7",
"food",
"latin american"
],
[
"_:search/769a08d7",
"pricerange",
"moderately priced"
],
[
"_:search/769a08d7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/839b6e9e"
],
[
"_:search/839b6e9e",
"food",
"Italian"
],
[
"_:search/839b6e9e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"pizza places"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"canthelp",
"_:search/769a08d7"
],
[
"_:search/769a08d7",
"area",
"centre"
],
[
"_:search/769a08d7",
"food",
"latin american"
],
[
"_:search/769a08d7",
"pricerange",
"moderately priced"
],
[
"_:search/769a08d7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/839b6e9e"
],
[
"_:search/839b6e9e",
"food",
"Italian"
],
[
"_:search/839b6e9e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"pizza places"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"C3YO3LS0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_: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",
"quite a few"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"canthelp",
"_:search/769a08d7"
],
[
"_:search/769a08d7",
"area",
"centre"
],
[
"_:search/769a08d7",
"food",
"latin american"
],
[
"_:search/769a08d7",
"pricerange",
"moderately priced"
],
[
"_:search/769a08d7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/839b6e9e"
],
[
"_:search/839b6e9e",
"food",
"Italian"
],
[
"_:search/839b6e9e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"pizza places"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"C3YO3LS0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"address",
"King 's parade"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"King 's College"
],
[
"_:result",
"phone",
"01223331100"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the college"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"canthelp",
"_:search/769a08d7"
],
[
"_:search/769a08d7",
"area",
"centre"
],
[
"_:search/769a08d7",
"food",
"latin american"
],
[
"_:search/769a08d7",
"pricerange",
"moderately priced"
],
[
"_:search/769a08d7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/839b6e9e"
],
[
"_:search/839b6e9e",
"food",
"Italian"
],
[
"_:search/839b6e9e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"pizza places"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"C3YO3LS0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"address",
"King 's parade"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"King 's College"
],
[
"_:search",
"departure",
"the college"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow Ford"
],
[
"_:result",
"departure",
"King 's College"
],
[
"_:result",
"destination",
"Pizza Express"
],
[
"_:result",
"leave_at",
"2:45 p.m."
],
[
"_:result",
"phone",
"0 754 - 399 - 4513"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'gallery at twelve a high street');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for find more information about an attraction I want to visit . What can you tell me about Gallery at Twelve a High Street ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "That 's a museum on the east side , with free admission ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is their postcode ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb15dh');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their postcode is cb15dh . Is there anything else I can help you with today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'08:15');(_:search,departure,'peterborough');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I am coming from peterborough to cambridge , I need to take a train that will allow me to arrive by 08:15"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day will you be traveling on ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "monday is fine"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'08:09');(_:result,id,'tr6741');(_:result,type,'Train'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "well I can put you on the tr6741 you will arrive at 08:09 , how many tickets please ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i want to make a booking for 6 people ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'HAXFBKAP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay great ! Your reference number is HAXFBKAP , is that all you needed ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes , thank you for all your help . Have a good day !"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,food,'all');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Do you need help finding a restaurant ? Cambridge has all types of cuisines ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thank you for all your help . Have a good day !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Goodbye"
}
] |
PMUL1458.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"gallery at twelve a high street"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"gallery at twelve a high street"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"gallery at twelve a high street"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb15dh"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"08:15"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"gallery at twelve a high street"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb15dh"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"08:15"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"gallery at twelve a high street"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb15dh"
],
[
"_:search",
"arrive_by",
"08:15"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"arrive_by",
"08:09"
],
[
"_:result",
"id",
"tr6741"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"gallery at twelve a high street"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb15dh"
],
[
"_:search",
"arrive_by",
"08:15"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"arrive_by",
"08:09"
],
[
"_:result",
"id",
"tr6741"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"HAXFBKAP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"gallery at twelve a high street"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb15dh"
],
[
"_:search",
"arrive_by",
"08:15"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"arrive_by",
"08:09"
],
[
"_:result",
"id",
"tr6741"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"HAXFBKAP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"all"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'kirkwood house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for the hotel called Kirkwood House ."
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "What specific information are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,category,?);(_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like to get the address , hotel type , and price range please !"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'172 chesterton road');(_:result,category,'guesthouse');(_:result,name,'kirkwood house');(_:result,postcode,'cb41da');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The kirkwood house is a guesthouse in the moderate price range . Their address is 172 chesterton road , post code cb41da ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'mediterranean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Perfect , thank you . Can you recommend a Mediterranean restaurant in the centre of town ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,count,'3');(_:result,food,'mediterranean');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 3 mediterranean restaurants in the centre . The Gardenia had good food and is cheap , while the other to are in the highest price range ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Gardenia is fine . Can I get the postcode and price range ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'Gardenia');(_:result,postcode,'cb23ll');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Gardenia is in the cheap price range and is located in postcode cb23ll ."
},
{
"id": 8,
"rdf-acts": [
"thank()",
"inform((_:search,name,'Gardenia');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you for finding the Gardenia for me , that is all I need today ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you have a nice day ."
}
] |
MUL1346.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kirkwood house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kirkwood house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kirkwood house"
],
[
"_:result",
"address",
"172 chesterton road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"kirkwood house"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kirkwood house"
],
[
"_:result",
"address",
"172 chesterton road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"kirkwood house"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"172 chesterton road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"Gardenia"
],
[
"_:result",
"postcode",
"cb23ll"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Gardenia"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train to cambridge for tuesday . Would you be able to help ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time do you want to depart by and where from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'london liverpool street');(_:search,leave_at,'9:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need the train to leave after 9:30 from London Liverpool Street ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Are you leaving in the morning or the evening ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'9:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving at 9:30 . That is in the morning ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,leave_at,'9:39');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is a train leaving at 9:39 . Would that work ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Do you have anything leaving after 9:30 ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,duration,'88 minutes');(_:result,id,'TR5691');(_:result,leave_at,'11:39');(_:result,ticket,'16.60 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There is TR5691 leaving at 11:39 today . It is 88 minutes and costs 16.60 pounds ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "When does that train arrive ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'13:07');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The train arrives by 13:07 ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could I have the phone number please ?"
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:search,type,'Train'))"
],
"speaker": "system",
"text": "I 'm sorry there is no phone number for that train ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'chinese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Oh ! Right . I need a phone number for a restaurant . A Chinese place , in the south , and on the cheap if possible ."
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'south');(_:result,food,'Chinese');(_:result,name,'Lucky Star');(_:result,phone,'01223244277');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Lucky Star is a cheap Chinese restaurant in the south . The phone number is 01223244277 . Would you like me to book you a reservation ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . That was all I needed today ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Alright . I hope you have a great day !"
}
] |
MUL1435.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"9:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"9:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"9:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"9:39"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"9:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"id",
"TR5691"
],
[
"_:result",
"leave_at",
"11:39"
],
[
"_:result",
"ticket",
"16.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"9:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"id",
"TR5691"
],
[
"_:result",
"leave_at",
"11:39"
],
[
"_:result",
"ticket",
"16.60 pounds"
],
[
"_:result",
"arrive_by",
"13:07"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"9:30"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"id",
"TR5691"
],
[
"_:result",
"leave_at",
"11:39"
],
[
"_:result",
"ticket",
"16.60 pounds"
],
[
"_:result",
"arrive_by",
"13:07"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e149694c"
],
[
"_:search/e149694c",
"type",
"Train"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"chinese"
],
[
"_: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",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"9:30"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"id",
"TR5691"
],
[
"_:result",
"leave_at",
"11:39"
],
[
"_:result",
"ticket",
"16.60 pounds"
],
[
"_:result",
"arrive_by",
"13:07"
],
[
"_:system",
"canthelp",
"_:search/e149694c"
],
[
"_:search/e149694c",
"type",
"Train"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Lucky Star"
],
[
"_:result",
"phone",
"01223244277"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'ballare');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you give me information on an attraction called ballare ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Heidelberg Gardens , Lion Yard');(_:result,entrance_fee,'5 pounds');(_:result,name,'Ballare');(_:result,phone,'01223364222');(_:result,postcode,'cb23na');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Ballare is located in Heidelberg Gardens , Lion Yard postcode cb23na , phone number is 01223364222 . The entrance fee is 5 pounds ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'moderate');(_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks . I 'm also looking for somewhere to stay in the north . It should be in the moderate price range and has a star of 2 as well ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'the lovell lodge');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Would you want to try the lovell lodge , which is in the moderate price range and in the north ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'6');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Let 's do that . Please reserve it for 6 people and 5 nights starting from thursday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'TY5HFLY1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking goes through and the reference number is TY5HFLY1 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,destination,'ballare');(_:search,leave_at,'17:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you help me to book a taxi from the hotel to the Ballare . I want to leave by 17:30 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,car,'black bmw');(_:result,phone,'07595412433');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "A black bmw is picking you up . Here is the contact number 07595412433 in case you need to call them . Is that everything ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all . Thank you so much for the help !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a good day !"
}
] |
MUL2657.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ballare"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ballare"
],
[
"_:result",
"address",
"Heidelberg Gardens , Lion Yard"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:result",
"phone",
"01223364222"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ballare"
],
[
"_:result",
"address",
"Heidelberg Gardens , Lion Yard"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"phone",
"01223364222"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"the lovell lodge"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ballare"
],
[
"_:result",
"address",
"Heidelberg Gardens , Lion Yard"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"phone",
"01223364222"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"the lovell lodge"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"TY5HFLY1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"ballare"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ballare"
],
[
"_:result",
"address",
"Heidelberg Gardens , Lion Yard"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"the lovell lodge"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"TY5HFLY1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"ballare"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black bmw"
],
[
"_:result",
"phone",
"07595412433"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a moderately priced restaurant in the west part of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'west');(_:result,count,'3');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are three , moderately priced restaurants in the west part of town . Do you have a preference of cuisine ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , i do nt care about the cuisine ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'meghna');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meghna is a restaurant in the west part of town and moderately priced . would you like their phone number and address ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need the address ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'205 Victoria Road Chesterton');(_:result,name,'meghna');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meghna is located at 205 Victoria Road Chesterton . Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "no . thank you"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Goodbye"
}
] |
WOZ20032.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"205 Victoria Road Chesterton"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'south indian');(_:search,pricerange,'high - class super fancy pricey');(_:search,type,'Restaurant'))",
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Hello I am looking for a high - class super fancy pricey restaurant that serves south Indian food . Any suggestions would be great ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'14');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 14 restaurants that match your criteria , any preference in area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I just want it to be south indian food . I do n't mind what area it 's in ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'Centre');(_:result,name,'Curry Garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok great . The Curry Garden is highly recommended . It is in the Centre . Are you looking to reserve a table ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'11:00');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . I would like to book a table on Wednesday for 6 people at 11:00 ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'FPQJQM5F');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : FPQJQM5F . Is there anything else I can assist you with today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . I also would like to stay at a 4 star location in the north please"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "There are no locations that meet your criteria in that area . Would you like to search in another location ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't believe you . check again . I also want free wifi ."
},
{
"id": 9,
"rdf-acts": [
"select((_:result,category,'guesthouse');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"canthelp((_:search,category,'hotels');(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'8');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are no hotels , but there are 8 guesthouses which meet your requirements . Would a guesthouse be okay ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "That is great . Which do you recommend ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'acorn guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I recommend the acorn guest house . How does that sound ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Sounds good , can I please have their postcode and the price range ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,postcode,'cb41da');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "They are a moderate priced guesthouse with free parking and internet in the cb41da post code . Would you like me to make a reservation for there ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I 'll have to think about it . Thank you for all your help ."
},
{
"id": 15,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You 're welcome . Is there anything else I can assist you with ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that will be all thank you ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome enjoy ."
}
] |
PMUL0200.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"south indian"
],
[
"_:search",
"pricerange",
"high - class super fancy pricey"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"high - class super fancy pricey"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"high - class super fancy pricey"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"count",
"14"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"high - class super fancy pricey"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"count",
"14"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"FPQJQM5F"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"high - class super fancy pricey"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"count",
"14"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"FPQJQM5F"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/040c7657"
],
[
"_:search/040c7657",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"high - class super fancy pricey"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"FPQJQM5F"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/040c7657"
],
[
"_:search/040c7657",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/f0000657"
],
[
"_:search/f0000657",
"category",
"hotels"
],
[
"_:search/f0000657",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"high - class super fancy pricey"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"Centre"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"FPQJQM5F"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/040c7657"
],
[
"_:search/040c7657",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/f0000657"
],
[
"_:search/f0000657",
"category",
"hotels"
],
[
"_:search/f0000657",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"high - class super fancy pricey"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"Centre"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"FPQJQM5F"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/040c7657"
],
[
"_:search/040c7657",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/f0000657"
],
[
"_:search/f0000657",
"category",
"hotels"
],
[
"_:search/f0000657",
"type",
"Hotel"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_: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",
"pricerange",
"high - class super fancy pricey"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"Centre"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"ref",
"FPQJQM5F"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/040c7657"
],
[
"_:search/040c7657",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/f0000657"
],
[
"_:search/f0000657",
"category",
"hotels"
],
[
"_:search/f0000657",
"type",
"Hotel"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_: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,departure,'leicester');(_:search,leave_at,'12:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to book a train leaving leicester after 12:15 . Can you do that ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where would your destination be ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,destination,'cambridge');(_:search,leave_at,'12:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to go to Cambridge on Sunday and leaving after 12:15 please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'11');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 11 choices that are available . At what time would you like to arrive ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "the sooner the better but now rush actually"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,leave_at,'13:09');(_:result,leave_at,'every hour');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "First train leaves at 13:09 and then every hour . Do you want me to book for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "yep , for 5 people at 13:09"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'DNL05V8N');(_:booking,ticket,'151.19 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "tickets booked for 151.19 GBP , your ref number is DNL05V8N"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "awesome , that 's all i needed , bye !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "always there to help , safe trip !"
}
] |
SNG0283.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:result",
"count",
"11"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"leave_at",
"13:09"
],
[
"_:result",
"leave_at",
"every hour"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:result",
"count",
"11"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"leave_at",
"13:09"
],
[
"_:result",
"leave_at",
"every hour"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"DNL05V8N"
],
[
"_:booking",
"ticket",
"151.19 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a place to stay in the centre area ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Would you prefer a guesthouse or a hotel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It does n't matter , but it should have free wifi ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'over 33');(_:result,area,'center');(_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have over 33 options with wifi in the center of town . Do you have a price range you would prefer ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,stars,'zero');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do any of them have a zero star rating ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'codeYI2WGUQA');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "i booked your hotel here is your conformation codeYI2WGUQA ."
},
{
"id": 6,
"rdf-acts": [
"thank()",
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you and the address please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'sleeperz hotel , station road');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The address is sleeperz hotel , station road . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No thank you . Good bye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling . Enjoy your stay ."
}
] |
SSNG0382.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"over 33"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"zero"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"over 33"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"zero"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"codeYI2WGUQA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"over 33"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"stars",
"zero"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"codeYI2WGUQA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"sleeperz hotel , station road"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'11:45');(_:search,departure,'peterborough');(_:search,leave_at,'11:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you help me find a train leaving Peterborough that arrives by 11:45 ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay . What is the destination please ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to go to Cambridge on Monday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'11:09');(_:result,destination,'Cambridge');(_:result,id,'TR0168');(_:result,leave_at,'10:19');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR0168 that leaves at 10:19 and arrives in Cambridge by 11:09 . Would that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that is great . Just to verify , the travel time is 50 minutes ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,duration,'50 minutes');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That is correct , travel time is 50 minutes . Would you like me to book that for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i also need a hotel"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,category,'hotels');(_:result,count,'33');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 33 hotels in the city . Can you give me some of your preferences so that we may narrow it down ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like it to be moderately priced and include free parking ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , I have 14 that meet that criteria . Do you have a preference of hotel vs guesthouse ?"
}
] |
PMUL3069.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"11:09"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0168"
],
[
"_:result",
"leave_at",
"10:19"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:09"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0168"
],
[
"_:result",
"leave_at",
"10:19"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:09"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0168"
],
[
"_:result",
"leave_at",
"10:19"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'expensive');(_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a place to stay . The hotel should be in the expensive price range and should have a star of 0"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,category,'hotels');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Unfortunately I am not finding any hotels matching your criteria , would you like me to look for three star hotels ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "how about a star of 0 ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Sorry , still zero matches . Perhaps some other criteria ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Ok how about a cheap priced hotel , free wifi would be a plus ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'El shaddai');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "El shaddai is a cheap guesthouse with free wifi and parking . Does this suit your needs ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yeah . Can you help me book it please ? It 'll be for 8 people"
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many days will you be staying , and what day will you be arriving ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'8');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "2 nights for 8 people starting on sunday ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'E69CNU30');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : E69CNU30 . \n Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you , that is all the info I needed . Have a great day !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Here is the address for your hotel 41 warkworth street postcode cb11eg . Have a great day !"
}
] |
SNG02224.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/4d0a0855"
],
[
"_:search/4d0a0855",
"category",
"hotels"
],
[
"_:search/4d0a0855",
"type",
"Hotel"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/4d0a0855"
],
[
"_:search/4d0a0855",
"category",
"hotels"
],
[
"_:search/4d0a0855",
"type",
"Hotel"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"canthelp",
"_:search/c70bc739"
],
[
"_:search/c70bc739",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/4d0a0855"
],
[
"_:search/4d0a0855",
"category",
"hotels"
],
[
"_:search/4d0a0855",
"type",
"Hotel"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"canthelp",
"_:search/c70bc739"
],
[
"_:search/c70bc739",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"El shaddai"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/4d0a0855"
],
[
"_:search/4d0a0855",
"category",
"hotels"
],
[
"_:search/4d0a0855",
"type",
"Hotel"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"canthelp",
"_:search/c70bc739"
],
[
"_:search/c70bc739",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"El shaddai"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/4d0a0855"
],
[
"_:search/4d0a0855",
"category",
"hotels"
],
[
"_:search/4d0a0855",
"type",
"Hotel"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"canthelp",
"_:search/c70bc739"
],
[
"_:search/c70bc739",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"El shaddai"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"E69CNU30"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hello , can you help me with some information on a particular hotel ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Yes I can . May I have the name of the particular hotel please ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'Cambridge Belfry');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It is the Cambridge Belfry . I think I have the correct name ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,category,'hotel');(_:result,name,'Cambridge Belfry');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , The Cambridge Belfry is a cheap hotel in the West ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_internet,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Do they have free internet ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , they have internet would you like me to book it for you ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No I do n't need reservation but can I get the address and phone number for them . ?"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "The address is back lane , cambourne , postcode cb236bw and phone number 01954714600"
}
] |
PMUL2756.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"Cambridge Belfry"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"Cambridge Belfry"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"Cambridge Belfry"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for colleges in town . Any suggestions ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "What area of town would you like to be in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I have no preference ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,amount,'several');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have several . Are there any other criteria you are needing it to fit into ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "None , what you recommend , I will go with ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'christs college');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "christs college is a nice attraction , do you want the phone number ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,area,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , may I also know the area it is located in and the postcode ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,name,\"Christ 's College\");(_:result,postcode,'cb23bu');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Christ 's College is in the centre of town . The postcode is cb23bu . Can I help you any further ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,pricerange,'expensive');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also want to find an expensive 3 star lodging , with free wifi and in the type of hotel ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'centre');(_:result,area,'south');(_:result,category,'hotel');(_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Ok . There are two hotel that meet that criteria . One is in the centre and one is in the south . Do you have a preference ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,has_internet,'yes');(_:search,stars,'3');(_:search,type,'Hotel'))",
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "It does n't matter , I 'd just for sure like free wifi and a 3 star rating . I 'll just need the phone number ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'Gonville Hotel');(_:result,phone,'01223366611');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The Gonville Hotel is in the centre and meets your criteria . The phone number is 01223366611 . Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thanks ! That 's all I needed ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm happy to be of service , and I hope you enjoy your time in Cambridge !"
}
] |
PMUL2734.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"name",
"christs college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"amount",
"several"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_: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": [
[
"_:result",
"amount",
"several"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"phone",
"01223366611"
],
[
"_: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,category,'guesthouse');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want to find a guesthouse place to stay with a 3 star rating ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,area,'north');(_:result,area,'or west ?');(_:result,area,'south');(_:result,count,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are four to choose from . Do you prefer the north , south , or west ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Any area is fine I just need info for anyplace where a booking is available ."
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Can I get your booking information so I can check them for availability ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'3');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I need it for 3 people for 5 nights starting from Monday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,name,'Hamilton Lodge');(_:booking,ref,'XFD6ZAFT');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The Hamilton Lodge has availability . I went ahead and booked that stay for you . I can always cancel if you change your mind . Your reference number is XFD6ZAFT ."
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Can I cancel the reservation with you ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,phone,'01223365664');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I can not cancel the reservation but you can call to do so at 01223365664 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train . Leaving from Cambridge ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "May I ask what day you would be traveling ? And where are you wanting to go to ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,destination,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on Wednesday and I 'm going to Birmingham New Street ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,id,'TR1773');(_:result,leave_at,'09:01');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "what about TR1773 ? it leaves at 09:01"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'09:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll need to arrive by 09:30 ."
},
{
"id": 13,
"rdf-acts": [
"select((_:result,count,'3');(_:result,leave_at,'05:01');(_:result,leave_at,'06:01');(_:result,leave_at,'23:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "We have 3 trains that match that criteria . One leaves at 05:01 , another at 06:01 and another at 23:01 . Which one would you like me to book for you ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,destination,'birmingham new street');(_:search,leave_at,'06:01');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "what time does the one that leaves at 06:01 arrive in birmingham new street ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'08:44');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That arrives at 08:44 , which means you 'd have about 45 minutes before 09:30 . Will that work for you ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That sounds perfect . I need that for 3 people ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'SEX3RXHL');(_:booking,ticket,'225.3 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 225.3 GBP payable at the station .Reference number is : SEX3RXHL ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that is all I need ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "All right , I 'm glad that I could be of help !"
}
] |
PMUL1849.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"or west ?"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"or west ?"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"or west ?"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"Hamilton Lodge"
],
[
"_:booking",
"ref",
"XFD6ZAFT"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"or west ?"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"name",
"Hamilton Lodge"
],
[
"_:booking",
"ref",
"XFD6ZAFT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223365664"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"or west ?"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"name",
"Hamilton Lodge"
],
[
"_:booking",
"ref",
"XFD6ZAFT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223365664"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"or west ?"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"name",
"Hamilton Lodge"
],
[
"_:booking",
"ref",
"XFD6ZAFT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223365664"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"id",
"TR1773"
],
[
"_:result",
"leave_at",
"09:01"
],
[
"_: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",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"or west ?"
],
[
"_:result",
"area",
"south"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"name",
"Hamilton Lodge"
],
[
"_:booking",
"ref",
"XFD6ZAFT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223365664"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"id",
"TR1773"
],
[
"_:search",
"arrive_by",
"09:30"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"leave_at",
"05:01"
],
[
"_:result",
"leave_at",
"06:01"
],
[
"_:result",
"leave_at",
"23:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"06:01"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"or west ?"
],
[
"_:result",
"area",
"south"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"name",
"Hamilton Lodge"
],
[
"_:booking",
"ref",
"XFD6ZAFT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223365664"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"id",
"TR1773"
],
[
"_:search",
"arrive_by",
"09:30"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"leave_at",
"05:01"
],
[
"_:result",
"leave_at",
"06:01"
],
[
"_:result",
"leave_at",
"23:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"06:01"
],
[
"_:result",
"arrive_by",
"08:44"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"or west ?"
],
[
"_:result",
"area",
"south"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"name",
"Hamilton Lodge"
],
[
"_:result",
"phone",
"01223365664"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"id",
"TR1773"
],
[
"_:search",
"arrive_by",
"09:30"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"leave_at",
"05:01"
],
[
"_:result",
"leave_at",
"06:01"
],
[
"_:result",
"leave_at",
"23:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"06:01"
],
[
"_:result",
"arrive_by",
"08:44"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"SEX3RXHL"
],
[
"_:booking",
"ticket",
"225.3 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,departure,'bishops stortford');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train that goes to Cambridge and departs from Bishops Stortford ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day will you be departing and time ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'11:30');(_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I leave on Tuesday and need to arrive by 11:30 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'10:07');(_:result,id,'TR0635');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Ok , the TR0635 arrives at 10:07 ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What time does the train depart ? What is the price and total travel time ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,duration,'38 minutes');(_:result,id,'TR0635');(_:result,leave_at,'09:29');(_:result,ticket,'10.10 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR0635 leaves at 09:29 , tickets cost 10.10 pounds and the duration of the journey is just 38 minutes . Would you like me to book you a seat ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No but I also need a place to stay that should be in the expensive price range and should include free wifi ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'5');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have 5 hotels that meet your criteria . Is there a particular area of town you would like to stay in ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , wherever you recommend will be great . THanks"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,category,'hotel');(_:result,name,'lensfield hotel');(_:result,stars,'3');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I would recommend the lensfield hotel . It 's a 3 star hotel in the south . Would you like more information or do you want to go ahead and book a room ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Yes can you please do that for me ?"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "How many people should I book this for ? What day ? How many days will you be staying ?"
}
] |
PMUL4989.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"id",
"TR0635"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"id",
"TR0635"
],
[
"_:result",
"leave_at",
"09:29"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"id",
"TR0635"
],
[
"_:result",
"leave_at",
"09:29"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"id",
"TR0635"
],
[
"_:result",
"leave_at",
"09:29"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"lensfield hotel"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.