turns
listlengths 2
60
| dialogue_id
stringlengths 1
31
| states
listlengths 1
30
|
---|---|---|
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What are the nicest restaurants in the center of town ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'Asian oriental');(_:result,name,'kymmoy');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "kymmoy is a Asian oriental place that is expensive and in the centre of town ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "May I have their phone number , please ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223311911');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Absolutely . It is 01223311911 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks ! I also need a train to leicester from cambridge . Can you help me with that ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are several options . What is your departure day and time ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'16:00');(_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should leave on saturday and should arrive by 16:00 ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,arrive_by,'15:06');(_:booking,category,'Train');(_:booking,day,'Saturday');(_:booking,destination,'leicester');(_:booking,id,'TR5089');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR5089 arrives in leicester Saturday at 15:06 , would you like to book a ticket ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "That 's fine . What time does the train depart , and how long is the ride itself ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,duration,'105 minutes');(_:result,leave_at,'13:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "The train departs at 13:21 . Travel time is 105 minutes . Would you like me to book this for you or is there something else I can help with ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Yes can you please book this for me and provide me with any other necessary information ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many people will be riding ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Train'))",
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Just me , could you confirm the travel and departure time ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'15:06');(_:result,id,'TR5089');(_:result,leave_at,'13:21');(_:result,ticket,'30.23 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR5089 leaves at 13:21 and arrives at 15:06 . It would cost you 30.23 pounds . Would you still like to book ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . That 's all I need today ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day ."
}
] |
MUL0220.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_: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
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Asian oriental"
],
[
"_:result",
"name",
"kymmoy"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223311911"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Asian oriental"
],
[
"_:result",
"name",
"kymmoy"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223311911"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:00"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Asian oriental"
],
[
"_:result",
"name",
"kymmoy"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223311911"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:00"
],
[
"_:search",
"day",
"saturday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"15:06"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"destination",
"leicester"
],
[
"_:booking",
"id",
"TR5089"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Asian oriental"
],
[
"_:result",
"name",
"kymmoy"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223311911"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:00"
],
[
"_:search",
"day",
"saturday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"15:06"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"destination",
"leicester"
],
[
"_:booking",
"id",
"TR5089"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"leave_at",
"13:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Asian oriental"
],
[
"_:result",
"name",
"kymmoy"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223311911"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:00"
],
[
"_:search",
"day",
"saturday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"15:06"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"destination",
"leicester"
],
[
"_:booking",
"id",
"TR5089"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"leave_at",
"13:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Asian oriental"
],
[
"_:result",
"name",
"kymmoy"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223311911"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:00"
],
[
"_:search",
"day",
"saturday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"15:06"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"destination",
"leicester"
],
[
"_:booking",
"id",
"TR5089"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"15:06"
],
[
"_:result",
"id",
"TR5089"
],
[
"_:result",
"leave_at",
"13:21"
],
[
"_:result",
"ticket",
"30.23 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi there . I would like to find a train to Cambridge for Thursday ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure . I found many listings . Where would you be departing from ? What time do you wish to leave and arrive by ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'21:30');(_:search,departure,'birmingham new street');(_:search,leave_at,'dontcare');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be departing from birmingham new street . I do n't really care about what time it leaves but I have to get there by 21:30 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'12:23');(_:result,destination,'Cambridge');(_:result,id,'TR6105');(_:result,ticket,'75.10 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR6105 will arrive in Cambridge by 12:23 . It costs 75.10 pounds per ticket . Would you like me to book a seat for you ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you . I think that was all the information I needed ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Will you need anything else at the moment then ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'sports');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would also like to find out about any mutliple sports attractions you might have in the centre of town ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'Cherry Hinton Village Centre');(_:result,type,'Attraction'))",
"canthelp((_:search,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm afraid we do n't have anything like that . If you 're willing to go to the east side there is the Cherry Hinton Village Centre . Or maybe something else ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the price for that ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,entrance_fee,'do not have the entrance fee listed');(_:result,phone,'01223576412');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I do not have the entrance fee listed , but if you are interested in going there , you could call them at 01223576412 to determine their pricing ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Do you have a college attraction in the centre of town ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'colleges');(_:result,count,'13');(_:result,entrance_fee,'free');(_:result,name,'christ');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 13 colleges in the centre of town . christ 's college is in the centre of town and the entrance fee is free ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds great , can you tell me their postcode ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb23bu');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There postal code is cb23bu . Can I help you find anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that should be all , thank you ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "I hope you enjoy your stay in Cambridge !"
}
] |
MUL1959.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"12:23"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR6105"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"arrive_by",
"12:23"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR6105"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_: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",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"arrive_by",
"12:23"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR6105"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"sports"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Cherry Hinton Village Centre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/c2204071"
],
[
"_:search/c2204071",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"arrive_by",
"12:23"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR6105"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Cherry Hinton Village Centre"
],
[
"_:system",
"canthelp",
"_:search/c2204071"
],
[
"_:search/c2204071",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"entrance_fee",
"do not have the entrance fee listed"
],
[
"_:result",
"phone",
"01223576412"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"arrive_by",
"12:23"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR6105"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/c2204071"
],
[
"_:search/c2204071",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"phone",
"01223576412"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"christ"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"arrive_by",
"12:23"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR6105"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/c2204071"
],
[
"_:search/c2204071",
"type",
"Attraction"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"phone",
"01223576412"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"christ"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'belgian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a cheap place to dine that serves belgian food ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'all of cambridge');(_:search,food,'belgian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , but there are no belgian restaurants in all of cambridge . Would you like a different type of cuisine ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Let 's try Indian food , but it needs to be near the centre of town ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'center');(_:search,food,'Belgian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no Belgian restaurants in the center of the town . Would you like to try another type of restaurant ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'italian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there a cheap Italian place in the centre instead ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'pizza hut city centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , I 've got pizza hut city centre in that area . Would you like to try it ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'16:30');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to book a table for 1 person at 16:30 on saturday ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'4O3358Y2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "your booking was successful , your reference number is 4O3358Y2 . is ther anythin else i may help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'12:45');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you I also need a train arriving by 12:45 going to cambridge"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'525');(_:result,destination,'Cambridge');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have 525 trains travelling to Cambridge , could you be more specific on what day you 'd like to leave and where you are departing from ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I 'll be leaving from Birmingham New Street on Saturday ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,count,'7');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 7 trains available . Are you looking for a specific departure time ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'12:45');(_:search,people,'1');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Whichever gets me there closest to 12:45 please . I need to book 1 ticket and I also need the reference number , please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'12:23');(_:result,id,'TR7802');(_:result,type,'Train'))",
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'2I1HVLG4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR7802 has you arriving at 12:23 . I 've booked your ticket , and your reference number is 2I1HVLG4 . Do you need anything else today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Actually I do n't need anything else . Thank you ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Thanks for allowing me to assist you . Goodbye !"
}
] |
MUL0332.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"belgian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/ba09424b"
],
[
"_:search/ba09424b",
"area",
"all of cambridge"
],
[
"_:search/ba09424b",
"food",
"belgian"
],
[
"_:search/ba09424b",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ba09424b"
],
[
"_:search/ba09424b",
"area",
"all of cambridge"
],
[
"_:search/ba09424b",
"food",
"belgian"
],
[
"_:search/ba09424b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/89c38723"
],
[
"_:search/89c38723",
"area",
"center"
],
[
"_:search/89c38723",
"food",
"Belgian"
],
[
"_:search/89c38723",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ba09424b"
],
[
"_:search/ba09424b",
"area",
"all of cambridge"
],
[
"_:search/ba09424b",
"food",
"belgian"
],
[
"_:search/ba09424b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/89c38723"
],
[
"_:search/89c38723",
"area",
"center"
],
[
"_:search/89c38723",
"food",
"Belgian"
],
[
"_:search/89c38723",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"pizza hut city centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ba09424b"
],
[
"_:search/ba09424b",
"area",
"all of cambridge"
],
[
"_:search/ba09424b",
"food",
"belgian"
],
[
"_:search/ba09424b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/89c38723"
],
[
"_:search/89c38723",
"area",
"center"
],
[
"_:search/89c38723",
"food",
"Belgian"
],
[
"_:search/89c38723",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"pizza hut city centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"4O3358Y2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ba09424b"
],
[
"_:search/ba09424b",
"area",
"all of cambridge"
],
[
"_:search/ba09424b",
"food",
"belgian"
],
[
"_:search/ba09424b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/89c38723"
],
[
"_:search/89c38723",
"area",
"center"
],
[
"_:search/89c38723",
"food",
"Belgian"
],
[
"_:search/89c38723",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"pizza hut city centre"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"4O3358Y2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"525"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"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": [
[
"_:system",
"canthelp",
"_:search/ba09424b"
],
[
"_:search/ba09424b",
"area",
"all of cambridge"
],
[
"_:search/ba09424b",
"food",
"belgian"
],
[
"_:search/ba09424b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/89c38723"
],
[
"_:search/89c38723",
"area",
"center"
],
[
"_:search/89c38723",
"food",
"Belgian"
],
[
"_:search/89c38723",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"pizza hut city centre"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"4O3358Y2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ba09424b"
],
[
"_:search/ba09424b",
"area",
"all of cambridge"
],
[
"_:search/ba09424b",
"food",
"belgian"
],
[
"_:search/ba09424b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/89c38723"
],
[
"_:search/89c38723",
"area",
"center"
],
[
"_:search/89c38723",
"food",
"Belgian"
],
[
"_:search/89c38723",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"pizza hut city centre"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"arrive_by",
"12:23"
],
[
"_:result",
"id",
"TR7802"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"2I1HVLG4"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'caribbean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need to find some caribbean food in south town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,area,'south');(_:result,food,'Caribbean');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "There are no Caribbean restaurants in the south of town . Would you like something else ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about an Italian restaurant ? I will need the phone number and postcode of the restaurant ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'frankie and bennys');(_:result,phone,'01223 412430');(_:result,postcode,'7 D.Y');(_:result,postcode,'C.B 1');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is frankie and bennys , their post code is C.B 1 , 7 D.Y and their phone number is 01223 412430 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'frankie and bennys');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What part of town is frankie and bennys located ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'frankie and bennys');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "frankie and bennys is in the south part of town ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Bye ."
}
] |
WOZ20222.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"caribbean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/04d968e2"
],
[
"_:search/04d968e2",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Caribbean"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/04d968e2"
],
[
"_:search/04d968e2",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Caribbean"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"phone",
"01223 412430"
],
[
"_:result",
"postcode",
"7 D.Y"
],
[
"_:result",
"postcode",
"C.B 1"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"frankie and bennys"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/04d968e2"
],
[
"_:search/04d968e2",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Caribbean"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"phone",
"01223 412430"
],
[
"_:result",
"postcode",
"7 D.Y"
],
[
"_:result",
"postcode",
"C.B 1"
],
[
"_:search",
"name",
"frankie and bennys"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'fez club');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What can you tell me about an attraction called the Fez Club ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'8 market passage');(_:result,area,'centre');(_:result,category,'night club');(_:result,entrance_fee,'5 pounds');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It 's a night club in the centre , at the address 8 market passage . It costs 5 pounds to get in . Would you like the phone number or postcode ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I need the phone number please ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223519224');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The number is 01223519224 . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train from Cambridge to Stansted Airport ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day are you hoping to travel ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'14:30');(_:search,day,'saturday');(_:search,departure,'Cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "From Cambridge ? Stansteadthrough the country though . but need to leave on Saturday and arrive n\\by 14:30"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'14:08');(_:result,id,'TR6193');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR6193 will have you there at 14:08 . Would you like me to book a ticket for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,leave_at,'16:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm sorry , but I actually need to leave after 16:30 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time do you need to arrive by ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'17:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive by 17:45 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'17:08');(_:result,departure,'Cambridge');(_:result,destination,'Stansted Airport');(_:result,id,'TR2001');(_:result,leave_at,'16:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I found one train TR2001 which departs Cambridge at 16:40 and arrives at Stansted Airport at 17:08 . Would you like me to book it for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please book me for that . I will need one ticket ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'TRHSQ5WO');(_:booking,ticket,'8.08 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 8.08 GBP payable at the station . \n Reference number is : TRHSQ5WO ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be all . Thank you ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day , glad to help you ."
}
] |
PMUL1149.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"fez club"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"fez club"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"8 market passage"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"night club"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"fez club"
],
[
"_:result",
"address",
"8 market passage"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"night club"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223519224"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"fez club"
],
[
"_:result",
"address",
"8 market passage"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"night club"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223519224"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"fez club"
],
[
"_:result",
"address",
"8 market passage"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"night club"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223519224"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"id",
"TR6193"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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",
"name",
"fez club"
],
[
"_:result",
"address",
"8 market passage"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"night club"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223519224"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"id",
"TR6193"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"16:30"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"fez club"
],
[
"_:result",
"address",
"8 market passage"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"night club"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223519224"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"16:30"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:result",
"arrive_by",
"17:08"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Stansted Airport"
],
[
"_:result",
"id",
"TR2001"
],
[
"_:result",
"leave_at",
"16:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"one"
],
[
"_: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",
"name",
"fez club"
],
[
"_:result",
"address",
"8 market passage"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"night club"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223519224"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"leave_at",
"16:30"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:result",
"arrive_by",
"17:08"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Stansted Airport"
],
[
"_:result",
"id",
"TR2001"
],
[
"_:result",
"leave_at",
"16:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"TRHSQ5WO"
],
[
"_:booking",
"ticket",
"8.08 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'jesus green outdoor pool');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'd like to reserve a taxi to take me to jesus green outdoor pool today"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Sure thing , when you like to leave by ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,leave_at,'06:15');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Just after 06:15 . Please send me the taxi 's contact number and car type ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where will we pick you up ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'la raza');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I am leaving from la raza ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,car,'white Ford');(_:result,phone,'07251519275');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "OK , there should be a white Ford to pick you up . The contact number is 07251519275 . Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks , that will be it ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You are all set . Thank you and have a good evening , goodbye ."
}
] |
SNG01949.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"jesus green outdoor pool"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"jesus green outdoor pool"
],
[
"_:search",
"leave_at",
"06:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"jesus green outdoor pool"
],
[
"_:search",
"leave_at",
"06:15"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"departure",
"la raza"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"jesus green outdoor pool"
],
[
"_:search",
"leave_at",
"06:15"
],
[
"_:search",
"departure",
"la raza"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white Ford"
],
[
"_:result",
"phone",
"07251519275"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant in the centre in the cheap price range"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'15');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have 15 restaurants that fit that price range . Is there a specific type of food that you are looking for so I can narrow it down a bit more ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about an Indian or Thai place ?"
},
{
"id": 3,
"rdf-acts": [
"select((_:result,food,'Indian');(_:result,food,'Thai');(_:result,name,'Gandhi');(_:result,name,'Kohinoor');(_:result,name,'mahal of Cambridge');(_:result,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,count,'3');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no Thai restaurants . There are three Indian restaurants called Kohinoor , the Gandhi , and mahal of Cambridge . Which one do you prefer ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'spanish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any spanish food restaurants ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'1');(_:result,name,'La Raza');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , there is one called La Raza that fits your requests . Would you like me to book a table for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'catalan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any that serve Catalan cuisine specifically ?"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,food,'Catalan');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm afraid we do n't have any Catalan restaurants ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'17:00');(_:search,name,'la raza');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Then go ahead and book La Raza for me . We have 4 people at 17:00 on Monday ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That restaurant is not available at that time . Do you want me to try another time ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,pricerange,'same area and price range');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you look for a restaurant in the same area and price range ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Kohinoor');(_:booking,ref,'7Q9M2VYF');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I got you booked at the Kohinoor , your reference number is : 7Q9M2VYF . Is there anything else I can do for you ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay great ! Thank you so much ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy the rest of your day"
}
] |
SSNG0011.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"name",
"Gandhi"
],
[
"_:result",
"name",
"Kohinoor"
],
[
"_:result",
"name",
"mahal of Cambridge"
],
[
"_:system",
"canthelp",
"_:search/38de80b3"
],
[
"_:search/38de80b3",
"type",
"Restaurant"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Thai"
],
[
"_:system",
"canthelp",
"_:search/38de80b3"
],
[
"_:search/38de80b3",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"La Raza"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"catalan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/38de80b3"
],
[
"_:search/38de80b3",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"La Raza"
],
[
"_:search",
"food",
"catalan"
],
[
"_:system",
"canthelp",
"_:search/cffa85de"
],
[
"_:search/cffa85de",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Catalan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"name",
"la raza"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/38de80b3"
],
[
"_:search/38de80b3",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"La Raza"
],
[
"_:search",
"food",
"catalan"
],
[
"_:system",
"canthelp",
"_:search/cffa85de"
],
[
"_:search/cffa85de",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Catalan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"name",
"la raza"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/a61fdd58"
],
[
"_:booking/a61fdd58",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same area and price range"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/38de80b3"
],
[
"_:search/38de80b3",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"La Raza"
],
[
"_:search",
"food",
"catalan"
],
[
"_:system",
"canthelp",
"_:search/cffa85de"
],
[
"_:search/cffa85de",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Catalan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"name",
"la raza"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/a61fdd58"
],
[
"_:booking/a61fdd58",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same area and price range"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Kohinoor"
],
[
"_:booking",
"ref",
"7Q9M2VYF"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'leicester');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am going to cambridge for a one week holiday . I need to take a train from Leicester on Sunday ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,departure,'Leicester');(_:result,destination,'Cambridge');(_:result,leave_at,'5:09');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have several trains to bring you to Cambridge , the first one leaving Leicester at 5:09 . Would that work for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,leave_at,'15:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Is there a train leaving after 15:30 on Sunday ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,leave_at,'16.09');(_:result,type,'Train'))",
"canthelp((_:search,type,'Train'))"
],
"speaker": "system",
"text": "no but we have one leaving at 16.09"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That 'll do . I need 8 tickets ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'KZ0FFG5R');(_:booking,ticket,'241.92 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay . Your booking was successful . Your total fee is 241.92 GBP which can be paid at the station . The reference number is KZ0FFG5R ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thanks ! i 'm also looking for something to do in town , in the south ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "What kind of attraction are you interested in ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "A college please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,category,'museum');(_:result,name,'Byard Art');(_:result,type,'Attraction'))",
"canthelp((_:search,area,'south');(_:search,category,'colleges');(_:search,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "There are no colleges in the south to visit . How about a museum instead ? Byard Art is fantastic ! Would you like some more information on it ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'park');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Wow , thanks . I might check them out later but the people I 'm with think we should have a picnic in the park . Are there any in the south ?"
},
{
"id": 11,
"rdf-acts": [
"select((_:result,name,\"Sheep 's Green and Lammas Land Park and Wandlebury Country Park\");(_:result,type,'Attraction'))",
"inform((_:result,count,'2');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , there are two . Sheep 's Green and Lammas Land Park and Wandlebury Country Park . Do you have a preference ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,name,'lammas land park');(_:search,type,'Attraction'))",
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Lammas Land Park sounds like fun . Can you give me the post code , phone number and entrance fee please ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,phone,'01223302580,and');(_:result,postcode,'cb22ad');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure the post code is cb22ad , phone number 01223302580,and the entrance fee is free ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks a lot for the service ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I may help you with ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all , thank you so much !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , enjoy the rest of your day ."
}
] |
PMUL4003.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"5:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"leave_at",
"16.09"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/277b73f2"
],
[
"_:search/277b73f2",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"leave_at",
"16.09"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/277b73f2"
],
[
"_:search/277b73f2",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"KZ0FFG5R"
],
[
"_:booking",
"ticket",
"241.92 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"leave_at",
"16.09"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/277b73f2"
],
[
"_:search/277b73f2",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"KZ0FFG5R"
],
[
"_:booking",
"ticket",
"241.92 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"leave_at",
"16.09"
],
[
"_:system",
"canthelp",
"_:search/277b73f2"
],
[
"_:search/277b73f2",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"KZ0FFG5R"
],
[
"_:booking",
"ticket",
"241.92 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"Byard Art"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/3d9a106c"
],
[
"_:search/3d9a106c",
"area",
"south"
],
[
"_:search/3d9a106c",
"category",
"colleges"
],
[
"_:search/3d9a106c",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"leave_at",
"16.09"
],
[
"_:system",
"canthelp",
"_:search/277b73f2"
],
[
"_:search/277b73f2",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"KZ0FFG5R"
],
[
"_:booking",
"ticket",
"241.92 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"museum"
],
[
"_:system",
"canthelp",
"_:search/3d9a106c"
],
[
"_:search/3d9a106c",
"area",
"south"
],
[
"_:search/3d9a106c",
"category",
"colleges"
],
[
"_:search/3d9a106c",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"name",
"Sheep 's Green and Lammas Land Park and Wandlebury Country Park"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"lammas land park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"leave_at",
"16.09"
],
[
"_:system",
"canthelp",
"_:search/277b73f2"
],
[
"_:search/277b73f2",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"KZ0FFG5R"
],
[
"_:booking",
"ticket",
"241.92 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"museum"
],
[
"_:system",
"canthelp",
"_:search/3d9a106c"
],
[
"_:search/3d9a106c",
"area",
"south"
],
[
"_:search/3d9a106c",
"category",
"colleges"
],
[
"_:search/3d9a106c",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"name",
"Sheep 's Green and Lammas Land Park and Wandlebury Country Park"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"lammas land park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223302580,and"
],
[
"_:result",
"postcode",
"cb22ad"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"leave_at",
"16.09"
],
[
"_:system",
"canthelp",
"_:search/277b73f2"
],
[
"_:search/277b73f2",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"KZ0FFG5R"
],
[
"_:booking",
"ticket",
"241.92 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"museum"
],
[
"_:system",
"canthelp",
"_:search/3d9a106c"
],
[
"_:search/3d9a106c",
"area",
"south"
],
[
"_:search/3d9a106c",
"category",
"colleges"
],
[
"_:search/3d9a106c",
"type",
"Attraction"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"name",
"Sheep 's Green and Lammas Land Park and Wandlebury Country Park"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"lammas land park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223302580,and"
],
[
"_:result",
"postcode",
"cb22ad"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train going to london kings cross ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,leave_at,'first train leaves at 05:00');(_:result,leave_at,'the last at 13:00');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Sure , no problem . The first train leaves at 05:00 the last at 13:00"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,leave_at,'12:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like a train that leaves after 12:15 on Monday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,leave_at,'13:00');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are trains leaving every 2 hours starting at 13:00 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you book me 8 tickets on the 13:00 train ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,arrive_by,'13:51');(_:booking,category,'Train');(_:booking,departure,'Cambridge');(_:booking,destination,'London Kings Cross');(_:booking,id,'TR6110');(_:booking,leave_at,'13:00');(_:booking,people,'8');(_:booking,ref,'GOOH50QG');(_:booking,ticket,'188.8GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , I have booked 8 tickets on TR6110 . Leaves from Cambridge at 13:00 , arriving in London Kings Cross at 13:51 . Your reference number is GOOH50QG . Total fee is 188.8GBP ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'museum of archaelogy and anthropology');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thanks , could you also tell me about the museum of archaelogy and anthropology ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'university of cambridge , downing street');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "You can find that museum at university of cambridge , downing street , and it 's free to enter . Do you need more information ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I need their phone number as well ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,phone,'01223333516');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , their number is 01223333516 ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What 's the entrance fee as well ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The entrance fee is free . Is there anything else I can help you with ."
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "that is all for now ."
},
{
"id": 13,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Thank you for contacting us , have a nice day ."
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Have a great day as well . Goodbye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . Goodbye ."
}
] |
MUL1823.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"leave_at",
"first train leaves at 05:00"
],
[
"_:result",
"leave_at",
"the last at 13:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:result",
"leave_at",
"13:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:result",
"leave_at",
"13:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"arrive_by",
"13:51"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Cambridge"
],
[
"_:booking",
"destination",
"London Kings Cross"
],
[
"_:booking",
"id",
"TR6110"
],
[
"_:booking",
"leave_at",
"13:00"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"GOOH50QG"
],
[
"_:booking",
"ticket",
"188.8GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"museum of archaelogy and anthropology"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:result",
"leave_at",
"13:00"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"arrive_by",
"13:51"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Cambridge"
],
[
"_:booking",
"destination",
"London Kings Cross"
],
[
"_:booking",
"id",
"TR6110"
],
[
"_:booking",
"leave_at",
"13:00"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"GOOH50QG"
],
[
"_:booking",
"ticket",
"188.8GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"museum of archaelogy and anthropology"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"university of cambridge , downing street"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:result",
"leave_at",
"13:00"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"arrive_by",
"13:51"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Cambridge"
],
[
"_:booking",
"destination",
"London Kings Cross"
],
[
"_:booking",
"id",
"TR6110"
],
[
"_:booking",
"leave_at",
"13:00"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"GOOH50QG"
],
[
"_:booking",
"ticket",
"188.8GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"museum of archaelogy and anthropology"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"university of cambridge , downing street"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223333516"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:result",
"leave_at",
"13:00"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"arrive_by",
"13:51"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Cambridge"
],
[
"_:booking",
"destination",
"London Kings Cross"
],
[
"_:booking",
"id",
"TR6110"
],
[
"_:booking",
"leave_at",
"13:00"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"GOOH50QG"
],
[
"_:booking",
"ticket",
"188.8GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"museum of archaelogy and anthropology"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"university of cambridge , downing street"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"phone",
"01223333516"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:result",
"leave_at",
"13:00"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"arrive_by",
"13:51"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Cambridge"
],
[
"_:booking",
"destination",
"London Kings Cross"
],
[
"_:booking",
"id",
"TR6110"
],
[
"_:booking",
"leave_at",
"13:00"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"GOOH50QG"
],
[
"_:booking",
"ticket",
"188.8GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"museum of archaelogy and anthropology"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"university of cambridge , downing street"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"phone",
"01223333516"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi ! I would like to find a hotel to stay in . I do n't care about the parking ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "I 'll be glad to help . What area of town are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,category,'hotel');(_:search,stars,'4-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The area is not too important , honestly . But I would like it to be a hotel and have a 4-star rating ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Does price matter , because I can find you a cheap one or an expensive one ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Cheap one , please ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'The cambridge belfry');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The cambridge belfry meets your criteria ! Would you like me to book that for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'7');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please ! Book it for 7 people and 3 nights starting from wednesday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'2CAJEN22');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booked ! Your reference number is 2CAJEN22 ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great ! Thanks !"
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "You are most welcome . Is there anything else I can help with ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you that was all , Goodbye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Goodbye ."
}
] |
SNG0876.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"The cambridge belfry"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"The cambridge belfry"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"2CAJEN22"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"The cambridge belfry"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"2CAJEN22"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hello , I 'd like some information on a train going to cambridge ."
},
{
"id": 1,
"rdf-acts": [
"thank()",
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure ! Where are you departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'10:15');(_:search,day,'thursday');(_:search,departure,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving Stevenage on Thursday and I want to arrive by 10:15 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'08:43');(_:result,day,'Saturday');(_:result,departure,'Cambridge');(_:result,leave_at,'07:54');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have a train on Saturday that leaves Cambridge on Saturday at 07:54 and arrives at 08:43 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need the train Thursday"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "There is one leaving at 5:54,Yes I will book it for you and provide a reference number"
}
] |
PMUL0654.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"arrive_by",
"08:43"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"leave_at",
"07:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train to peterborough ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "OK , and what day and time are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'peterborough');(_:search,leave_at,'14:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking to go from cambridge to peterborough and leave after 14:15"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'133');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 133 trains making that trip , do you have a day you prefer ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be traveling on Tuesday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,leave_at,'14:34');(_:result,leave_at,'23:24');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Great . You can leave as soon as 14:34 or as late as 23:24 . Do you have a preference ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I will take the 14:34 . Can you book that for 4 people and provide me with a reference number please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'8CRQIYB0');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes certainly . I have you booked and your reference number is 8CRQIYB0 ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much ! Goodbye !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day !"
}
] |
SNG0336.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"count",
"133"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"leave_at",
"14:34"
],
[
"_:result",
"leave_at",
"23:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"count",
"133"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"leave_at",
"14:34"
],
[
"_:result",
"leave_at",
"23:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"8CRQIYB0"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'cambridge contemporary art');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for the Cambridge Contemporary Art ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,category,'museum');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is a museum in the center of town ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "May I have the phone number and postcode ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223324222');(_:result,postcode,'cb21su');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Phone number is 01223324222 and postcode is cb21su ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you help me find a train leaving Saturday , departing from stansted airport ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you headed ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'1:30pm');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am headed to Cambridge and need to arrive by 1:30pm ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'12:52');(_:result,departure,'Stansted');(_:result,destination,'Cambridge');(_:result,id,'TR8488');(_:result,leave_at,'12:24');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR8488 leaves Stansted at 12:24 and arrives in Cambridge at 12:52 . Would that suit you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "It would , thanks . Please make me a booking for 2 people on that train ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'VZK4BVQ5');(_:booking,ticket,'16.16 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked two tickets for you . It 'll be 16.16 GBP and the reference number is : VZK4BVQ5"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , that 's all I need today . I appreciate your help ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . I hope you enjoy your trip !"
}
] |
MUL0495.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge contemporary art"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge contemporary art"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge contemporary art"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"phone",
"01223324222"
],
[
"_:result",
"postcode",
"cb21su"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge contemporary art"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"phone",
"01223324222"
],
[
"_:result",
"postcode",
"cb21su"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"arrive_by",
"1:30pm"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge contemporary art"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"phone",
"01223324222"
],
[
"_:result",
"postcode",
"cb21su"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"arrive_by",
"1:30pm"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:52"
],
[
"_:result",
"departure",
"Stansted"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8488"
],
[
"_:result",
"leave_at",
"12:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge contemporary art"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"phone",
"01223324222"
],
[
"_:result",
"postcode",
"cb21su"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"arrive_by",
"1:30pm"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:52"
],
[
"_:result",
"departure",
"Stansted"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8488"
],
[
"_:result",
"leave_at",
"12:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"VZK4BVQ5"
],
[
"_:booking",
"ticket",
"16.16 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for colleges in the centre of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'Centre of town');(_:result,category,'colleges');(_:result,count,'13');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have 13 colleges in the Centre of town . Is there a particular one you 're looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "that 's great . Are there any close to some museums and restaurants ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "I 'm sure there are . What area are you looking for ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for the college to be in the centre area of town , if possible ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'trumpington street');(_:result,name,'pembroke college');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "I would recommend pembroke college , which is located at trumpington street . Do you need anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,pricerange,'cheap');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please . I 'm looking for a cheap 4 star guest house . Any area will do ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'east');(_:result,category,'guesthouse');(_:result,name,'Leverton House');(_:result,pricerange,'cheap');(_:result,stars,'four');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Leverton House guesthouse is located in the east area . It 's cheap with four stars . Would you like to make a booking ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No , but could you give me the address and postcode ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'732 - 734 newmarket road');(_:result,postcode,'cb58rs');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes . The address is 732 - 734 newmarket road , and the postcode is cb58rs . Is there anything else I could help you with ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you , I am all set . Enjoy the rest of your weekend ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . You as well !"
}
] |
PMUL2850.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"area",
"Centre of town"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:result",
"area",
"Centre of town"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:result",
"area",
"Centre of town"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"address",
"trumpington street"
],
[
"_:result",
"name",
"pembroke college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"address",
"trumpington street"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Leverton House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Leverton House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"address",
"732 - 734 newmarket road"
],
[
"_:result",
"postcode",
"cb58rs"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need some help finding a train . I 'm going to Cambridge on Tuesday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Certainly . Where are you departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'16:00');(_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,destination,\"king 's lynn\");(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 's sorry , I meant to say LEAVING from Cambridge on Tuesday , heading to King 's Lynn . I need to arrive by 16:00 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'eleven');(_:result,type,'Train'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are eleven trains that will get you there by then , for how many people ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "What is the cost per ticket ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,ticket,'9.80 pound');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The price is $ 9.80 pound per ticket . Would you like to book it ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay thank you very much ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "We are happy to help . Can I assist you with anything else ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "No , that 's everything ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , I may have misunderstood . The train has n't been booked yet , should I book it for you now ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Sure , go ahead . Thank you ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alright , you 're booked . Anything else you need from me ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all , thank you !"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many people will need a ticket for the train ?"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "I am so sorry for the misunderstanding . I do n't wish to book at the moment . I am all set . Have a great day . Bye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "No problem . You have a great day also . Bye ."
}
] |
SNG0332.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",
"arrive_by",
"16:00"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"king 's lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"16:00"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"king 's lynn"
],
[
"_:result",
"amount",
"eleven"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"16:00"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"king 's lynn"
],
[
"_:result",
"amount",
"eleven"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ticket",
"9.80 pound"
],
[
"_: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",
"arrive_by",
"16:00"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"king 's lynn"
],
[
"_:result",
"amount",
"eleven"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ticket",
"9.80 pound"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"16:00"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"king 's lynn"
],
[
"_:result",
"amount",
"eleven"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ticket",
"9.80 pound"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"16:00"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"king 's lynn"
],
[
"_:result",
"amount",
"eleven"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ticket",
"9.80 pound"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"16:00"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"king 's lynn"
],
[
"_:result",
"amount",
"eleven"
],
[
"_:result",
"ticket",
"9.80 pound"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you help me find an expensive Chinese food restaurant ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'nine');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "What area would you like ? There are nine results ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm interested in restaurants located in the East ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Yu Garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay , Yu Garden matches your specifications . Would you like me to book a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'16:15');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yeah , could you book it for 8 people on Monday ? I think 16:15 is when we want to be seated ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,duration,'16:15');(_:booking,ref,'BT75STQI');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking went through , your table is reserved for 15 minutes starting at 16:15 . Reference number is BT75STQI ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks ! I 'm also looking for a hotel near that restaurant ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'Express by Holiday Inn Cambridge');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I would recommend the Express by Holiday Inn Cambridge , should I book it for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "If that has free wifi that 'll work ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , there is internet there . Would you like a booking then ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you tell me the price , address and phone number ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'15 - 17 norman way , coldhams business park');(_:result,phone,'01223866800');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "They are expensive and can be reached at 01223866800 . The address is 15 - 17 norman way , coldhams business park . Anything else ?"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , that 's all for me today ! Thank you ! Bye !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "I hope you have a wonderful stay ."
}
] |
PMUL4827.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"nine"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Yu Garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"nine"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Yu Garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"duration",
"16:15"
],
[
"_:booking",
"ref",
"BT75STQI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"nine"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"duration",
"16:15"
],
[
"_:booking",
"ref",
"BT75STQI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"name",
"Express by Holiday Inn Cambridge"
],
[
"_:result",
"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",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"nine"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"duration",
"16:15"
],
[
"_:booking",
"ref",
"BT75STQI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"name",
"Express by Holiday Inn Cambridge"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"nine"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"duration",
"16:15"
],
[
"_:booking",
"ref",
"BT75STQI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"name",
"Express by Holiday Inn Cambridge"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"address",
"15 - 17 norman way , coldhams business park"
],
[
"_:result",
"phone",
"01223866800"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'alexander bed and breakfast');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to book a room at alexander bed and breakfast and also what restaurants are near there ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Let first take care of your room reservation . What days would you like to book your room ? I will check for availability ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,category,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Could I please get the address , hotel type , and phone number first ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'56 saint barnabas road');(_:result,category,'guesthouse');(_:result,phone,'01223525725');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is located at 56 saint barnabas road , it is a guesthouse , and the phone number is 01223525725 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great ty so much . I was wondering if you can help me find a place to eat that serves Italian in the north ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'1');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is one place , shall I book it for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is that restaurant in the cheap price range ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'20 milton road chesterton');(_:result,name,'Da Vinci Pizzeria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , it is Da Vinci Pizzeria and is located at 20 Milton Road Chesterton . Is there anything else you need ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'13:45');(_:search,people,'1');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "i need to book for 1 people at 13:45 on sunday . remember the reference number please"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'QYB6YHUQ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have your table reserved . Your reservation number is QYB6YHUQ ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Was there anything else you needed today ?"
}
] |
MUL1294.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"56 saint barnabas road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"phone",
"01223525725"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"56 saint barnabas road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"phone",
"01223525725"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"phone",
"01223525725"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"20 milton road chesterton"
],
[
"_:result",
"name",
"Da Vinci Pizzeria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"phone",
"01223525725"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"20 milton road chesterton"
],
[
"_:result",
"name",
"Da Vinci Pizzeria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"QYB6YHUQ"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant . The restaurant should be in the south and should serve french food"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are none . Would you like to try a different cuisine or area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about a restaurant that serves modern european food ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Restaurant alimentum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Restaurant alimentum has gotten good reviews !"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'19:00');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great , I would like a reservation for 7 people on Friday at 19:00 . Please give me the reservation number ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'NCHJ21BD');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : NCHJ21BD ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help"
},
{
"id": 7,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "May I help you with anything else ? Do you need a taxi ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No I 'm good to go but thank you"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Great , thank you for allowing me to help you today ."
}
] |
SNG02127.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/238f0135"
],
[
"_:search/238f0135",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/238f0135"
],
[
"_:search/238f0135",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"name",
"Restaurant alimentum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/238f0135"
],
[
"_:search/238f0135",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"name",
"Restaurant alimentum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"NCHJ21BD"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/238f0135"
],
[
"_:search/238f0135",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"name",
"Restaurant alimentum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"NCHJ21BD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a very nice Thai restaurant in Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'Centre');(_:result,area,'west');(_:result,count,'2');(_:result,food,'Thai');(_:result,pricerange,'very expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 2 Thai restaurants in Cambridge , both are very expensive . I have one in West and the other in the Centre , do either of them sound good ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'15:45');(_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please book a table for 15:45 on Thursday . I would like the thai restaurant in west cambridge ."
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))",
"inform((_:booking,name,'Sala Thong');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people would you like a table booked for at Sala Thong ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "7 people please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'L84LJ43R');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservation is booked . The reference number is L84LJ43R ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,leave_at,'9:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need to leave via train from cambridge after 9:15 on sunday , can you help me with that ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Sure ! Where will you be going ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,destination,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be heading to Broxbourne ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'14');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alright , I see 14 trains here . Would you care for a booking ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I would like it booked and need the reference number ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'11:01');(_:result,id,'TR9580');(_:result,leave_at,'10:01');(_:result,people,'same party');(_:result,type,'Train'))",
"request((_:search,people,?);(_:search,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would train ID TR9580 leaving at 10:01 and arriving at 11:01 work for you ? Would you like tickets for the same party of 7 ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , there are 7 of us who will be going ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,people,'7');(_:booking,ref,'PP68MYLF');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have you booked for 7 on that train , the reference number is PP68MYLF ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great ! ! Thank you for all your help ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "thank you and enjoy your stay in Cambridge !"
}
] |
PMUL0638.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"pricerange",
"very expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"pricerange",
"very expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"food",
"thai"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"name",
"Sala Thong"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"pricerange",
"very expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"food",
"thai"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"name",
"Sala Thong"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"ref",
"L84LJ43R"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"9:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"pricerange",
"very expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"food",
"thai"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"name",
"Sala Thong"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"ref",
"L84LJ43R"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"9:15"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"pricerange",
"very expensive"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"food",
"thai"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"name",
"Sala Thong"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"ref",
"L84LJ43R"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"9:15"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"pricerange",
"very expensive"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"food",
"thai"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"name",
"Sala Thong"
],
[
"_:booking",
"ref",
"L84LJ43R"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"9:15"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"count",
"14"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"arrive_by",
"11:01"
],
[
"_:result",
"id",
"TR9580"
],
[
"_:result",
"leave_at",
"10:01"
],
[
"_:result",
"people",
"same party"
],
[
"_:result",
"type",
"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": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"pricerange",
"very expensive"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"food",
"thai"
],
[
"_:booking",
"name",
"Sala Thong"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"9:15"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"count",
"14"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"arrive_by",
"11:01"
],
[
"_:result",
"id",
"TR9580"
],
[
"_:result",
"leave_at",
"10:01"
],
[
"_:result",
"people",
"same party"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"PP68MYLF"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'19:45');(_:search,departure,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will need to take a train here from london kings cross , I will need ot get here by 19:45 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "And what day do you want to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave Wednesday please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR5725');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR5725 would work for you , would you like me to book you passage ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Please , I 'll need 6 tickets ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR5725');(_:booking,leave_at,'05:16');(_:booking,people,'6');(_:booking,ref,'J7XP2Z15');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "OK , you have 6 seats reserved on TR5725 , ref # J7XP2Z15 . Get to bed early - that 's a 05:16 departure ! Can I help with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'cineworld cinema');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes you can ! I 'm also looking for information about a place called Cineworld Cinema . Do you have any details about it ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'Cambridge Leisure Park , Clifton Way');(_:result,area,'south');(_:result,category,'cinema');(_:result,phone,'00872208000');(_:result,postcode,'cb17dy');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is a great cinema in the south part of town . They are located at Cambridge Leisure Park , Clifton Way . Their postcode is cb17dy . Their phone number is 00872208000 ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that was all I needed ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Do you need me to book or look up info about anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That was all for today , thank you ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day !"
}
] |
PMUL4937.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"id",
"TR5725"
],
[
"_: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": [
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"id",
"TR5725"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR5725"
],
[
"_:booking",
"leave_at",
"05:16"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"J7XP2Z15"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"cineworld cinema"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"id",
"TR5725"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR5725"
],
[
"_:booking",
"leave_at",
"05:16"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"J7XP2Z15"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"cineworld cinema"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Cambridge Leisure Park , Clifton Way"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"phone",
"00872208000"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"id",
"TR5725"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR5725"
],
[
"_:booking",
"leave_at",
"05:16"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"J7XP2Z15"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"cineworld cinema"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Cambridge Leisure Park , Clifton Way"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"phone",
"00872208000"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a chinese restaurant in city centre ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,\"Charlie Chan 's\");(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How does Charlie Chan 's sound ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is that in the expensive price range ?"
},
{
"id": 3,
"rdf-acts": [
"select((_:result,name,'Charlin Chan');(_:result,name,'Ugly Duckling');(_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))",
"inform((_:result,food,'Chinese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "No , Charlin Chan is a cheap place . The Ugly Duckling is an expensive Chinese restaurant though , is that what you would like ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could I have their phone number and address ?"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "system",
"text": "I 'm sorry , the Ugly Duckling does not have any phone number listed but is located at 12 St. Johns Street City Centre ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))",
"inform((_:search,food,'Chinese');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Do you have any other options for expensive Chinese , and can you make sure that have a number and address listed as well ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,food,'Chinese');(_:result,name,'Tang Chinese');(_:result,phone,'01223357187');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the Tang Chinese is also an expensive Chinese restaurant in the centre of town . Their phone number is 01223357187 . Is there anything else that I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like their address please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'Napier Street City Centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They are located at Napier Street City Centre"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay , thanks . That 's all I need ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . Have a nice day , goodbye ."
}
] |
SNG0492.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",
"name",
"Charlie Chan 's"
],
[
"_: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"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"Charlin Chan"
],
[
"_:result",
"name",
"Ugly Duckling"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"name",
"Charlin Chan"
],
[
"_:result",
"name",
"Ugly Duckling"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"food",
"Chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"food",
"Chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Tang Chinese"
],
[
"_:result",
"phone",
"01223357187"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"Chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Tang Chinese"
],
[
"_:result",
"phone",
"01223357187"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"Napier Street City Centre"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a place to stay in the west of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'some');(_:result,category,'guesthouses');(_:result,pricerange,'all');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have all price ranges and some guesthouses . Any preferences ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'none');(_:search,pricerange,'moderate');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I would like a moderate price range with a 3 star rating . It does n't need free internet ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "my records shows nome . can we change location ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you recheck the same area that has free wifi ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sorry I missed it before , I did find a moderately priced guesthouse in the west with Internet . The Hobson house . Shall I make a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,stars,'three');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "yes , if it has a three star rating"
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "It is . On what day will you be checking in , for how many nights , and how many people ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'6');(_:search,stay,'5');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "It will be for 6 people for 5 nights starting from Thursday . Can you get me the reference number ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Hobsons House');(_:booking,ref,'A4UULB11');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have your booking for the Hobsons House . Your reference number is A4UULB11 . What else can I do for you today ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'corsica');(_:search,pricerange,'same price range');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a restaurant in the same price range as the guesthouse , one that serves corsica food ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'corsica');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "there is no place they serve corsica food . can you change the cuisine ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,food,'turkish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes ! , Please find a reservation of a restaurant that serves Turkish food ."
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,name,'anatolia turkish');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have anatolia turkish located in the centre . It is moderately priced would you like to make reservations ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'17:30');(_:search,people,'same group of people');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Once you find the restaurant you want to book a table for the same group of people at 17:30 on the same day ."
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I can go ahead and book that for you now ."
},
{
"id": 16,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please , can i have the reference number ?"
},
{
"id": 17,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I will get that for you now ."
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'17:30');(_:search,name,'anatolia');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Did you book me at Anatolia Turkish ? I need to book for 6 on Thursday at 17:30 ."
},
{
"id": 19,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Anatolia');(_:booking,ref,'IS9T6H2A');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are booked at the Anatolia . Your reference number is IS9T6H2A . The table will be reserved for 15 minutes . May I help with something else ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great Thanks for all your help ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day ."
}
] |
PMUL0283.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"all"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"none"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"some"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"all"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"canthelp",
"_:search/3646a884"
],
[
"_:search/3646a884",
"type",
"Hotel"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"some"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/3646a884"
],
[
"_:search/3646a884",
"type",
"Hotel"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"three"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"some"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/3646a884"
],
[
"_:search/3646a884",
"type",
"Hotel"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"three"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"some"
],
[
"_:system",
"canthelp",
"_:search/3646a884"
],
[
"_:search/3646a884",
"type",
"Hotel"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"three"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Hobsons House"
],
[
"_:booking",
"ref",
"A4UULB11"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"corsica"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"some"
],
[
"_:system",
"canthelp",
"_:search/3646a884"
],
[
"_:search/3646a884",
"type",
"Hotel"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"three"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Hobsons House"
],
[
"_:booking",
"ref",
"A4UULB11"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:system",
"canthelp",
"_:search/726398bd"
],
[
"_:search/726398bd",
"food",
"corsica"
],
[
"_:search/726398bd",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"some"
],
[
"_:system",
"canthelp",
"_:search/3646a884"
],
[
"_:search/3646a884",
"type",
"Hotel"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"stars",
"three"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Hobsons House"
],
[
"_:booking",
"ref",
"A4UULB11"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:system",
"canthelp",
"_:search/726398bd"
],
[
"_:search/726398bd",
"food",
"corsica"
],
[
"_:search/726398bd",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"anatolia turkish"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"some"
],
[
"_:system",
"canthelp",
"_:search/3646a884"
],
[
"_:search/3646a884",
"type",
"Hotel"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"stars",
"three"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Hobsons House"
],
[
"_:booking",
"ref",
"A4UULB11"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:system",
"canthelp",
"_:search/726398bd"
],
[
"_:search/726398bd",
"food",
"corsica"
],
[
"_:search/726398bd",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"anatolia turkish"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"some"
],
[
"_:system",
"canthelp",
"_:search/3646a884"
],
[
"_:search/3646a884",
"type",
"Hotel"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"stars",
"three"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Hobsons House"
],
[
"_:booking",
"ref",
"A4UULB11"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:system",
"canthelp",
"_:search/726398bd"
],
[
"_:search/726398bd",
"food",
"corsica"
],
[
"_:search/726398bd",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"anatolia turkish"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"name",
"anatolia"
],
[
"_:search",
"people",
"6"
],
[
"_: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": [
[
"_:result",
"amount",
"some"
],
[
"_:system",
"canthelp",
"_:search/3646a884"
],
[
"_:search/3646a884",
"type",
"Hotel"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"stars",
"three"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:system",
"canthelp",
"_:search/726398bd"
],
[
"_:search/726398bd",
"food",
"corsica"
],
[
"_:search/726398bd",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"anatolia turkish"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"name",
"anatolia"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Anatolia"
],
[
"_:booking",
"ref",
"IS9T6H2A"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'kirkwood house');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to book a taxi from kirkwood house ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,phone,'07866666313');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I have booked you a taxi . The contact number is 07866666313 . Can I do anything else for you today ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "What type of car is it going to be ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'white BMW');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "The car arriving will be a white BMW ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'21:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I forgot something . I need to arrive by 21:00 ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What will your destination be ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'efes restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm going to efes restaurant ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Is there anything else you need to know ?"
}
] |
SNG0094.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kirkwood house"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kirkwood house"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"phone",
"07866666313"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"car",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kirkwood house"
],
[
"_:result",
"phone",
"07866666313"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"car",
"white BMW"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"arrive_by",
"21:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kirkwood house"
],
[
"_:result",
"phone",
"07866666313"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"car",
"white BMW"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"arrive_by",
"21:00"
],
[
"_:search",
"destination",
"efes restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'cambridge corn exchange');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for some information about the Cambridge Corn Exchange ."
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Wheeler Street');(_:result,area,'Centre');(_:result,category,'theatre');(_:result,name,'Cambridge Corn Exchange');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Hello , the Cambridge Corn Exchange is a theatre located on Wheeler Street , in the Centre area . Is there anything else that I can help you with ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,category,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , can I get the attraction type , the phone number , and the address please ? This sounds like it would be a great place !"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Wheeler Street');(_:result,category,'theatre');(_:result,phone,'01223357851');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It 's a theatre on Wheeler Street ; their phone number is 01223357851 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'gonville hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you ! I 'm also looking for information on the Gonville Hotel ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'hotel');(_:result,name,'gonville Hotel');(_:result,pricerange,'expensive');(_:result,stars,'3');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The gonville Hotel is a 3 start hotel in the centre of town in the expensive price range . Would you like more information ?"
},
{
"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": "Yes please , do they offer free wifi and parking ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , they offer free Internet and parking ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That is all the information I need at this time ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Your welcome . Have a great day , goodbye ."
}
] |
PMUL3058.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge corn exchange"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge corn exchange"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Wheeler Street"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"name",
"Cambridge Corn Exchange"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"name",
"Cambridge Corn Exchange"
],
[
"_:result",
"address",
"Wheeler Street"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"phone",
"01223357851"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"gonville hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Wheeler Street"
],
[
"_:result",
"phone",
"01223357851"
],
[
"_:search",
"name",
"gonville hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"gonville Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_: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",
"Wheeler Street"
],
[
"_:result",
"phone",
"01223357851"
],
[
"_:search",
"name",
"gonville hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"gonville Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train to Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,destination,'Cambridge');(_:result,leave_at,'5:17');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are several trains leaving for Cambridge . The next one leaves at 5:17 , would you like for me to book a ticket ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need it to leave from birmingham new street ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day will you be traveling ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "On a wednesday"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time would you like to leave and arrive ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'13:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to arrive by 13:15 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'12:23');(_:result,leave_at,'9:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is a 9:40 that would arrive by 12:23 . How does that sound ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "sounds great . please book it for 8 peoople ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'HL9K5T9V');(_:booking,ticket,'600.79 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 600.79 GBP payable at the station . Reference number is : HL9K5T9V . Anything else I can help with ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanks so much ! Can you also help me find a restaurant in the centre that 's mid - priced ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'21');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 21 restaurants that fit that criteria . Is there a specific type of food you want to eat ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please - I 'm craving British food ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,name,'Cotto');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I recommend Cotto , they 're found on"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'18:15');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "You seem to have cut off ? Anyway , can you book a table on Wednesday ? It 'll be 8 of us and we 'll be coming in at 18:15 ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'cotto');(_:booking,ref,'DXADBU6Q');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservation for cotto is all set ! Your reference number is DXADBU6Q . Is there anything else I can help you with ?"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you that 's all I needed today . Good bye ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Your welcome , I am glad I was able to help ."
}
] |
PMUL0893.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"5:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"5:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"5:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:result",
"arrive_by",
"12:23"
],
[
"_:result",
"leave_at",
"9:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:result",
"arrive_by",
"12:23"
],
[
"_:result",
"leave_at",
"9:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"HL9K5T9V"
],
[
"_:booking",
"ticket",
"600.79 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:result",
"arrive_by",
"12:23"
],
[
"_:result",
"leave_at",
"9:40"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"HL9K5T9V"
],
[
"_:booking",
"ticket",
"600.79 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:result",
"arrive_by",
"12:23"
],
[
"_:result",
"leave_at",
"9:40"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"HL9K5T9V"
],
[
"_:booking",
"ticket",
"600.79 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"name",
"Cotto"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:result",
"arrive_by",
"12:23"
],
[
"_:result",
"leave_at",
"9:40"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"600.79 GBP"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"name",
"Cotto"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"cotto"
],
[
"_:booking",
"ref",
"DXADBU6Q"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a cheap restaurant in the north part of town"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,food,'indian');(_:result,food,'italian');(_:result,type,'Restaurant'))",
"inform((_:result,area,'north');(_:result,count,'2');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two cheap restaurants in the north part of town . Would you prefer italian or indian ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "I do n't care ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,food,'Italian');(_:result,name,'Da Vinci Pizzeria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I suggest Da Vinci Pizzeria . They serve great Italian food . Would you like their contact information ?"
},
{
"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,'20 Milton Road Chesterton');(_:result,name,'Da Vinci Pizzeria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address for Da Vinci Pizzeria is 20 Milton Road Chesterton . Would you like any additional information ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome and thanks for your call today ! Bye bye ."
}
] |
WOZ20229.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Da Vinci Pizzeria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Italian"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"20 Milton Road Chesterton"
],
[
"_:result",
"name",
"Da Vinci Pizzeria"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you help me find an expensive restaurant that serves Chinese food to dine at ? Thanks ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'9');(_:result,food,'Chinese');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 9 expensive Chinese restaurants in Cambridge . Which area of town do you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "In the North , if possible ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'North');(_:result,name,'Hakka');(_:result,name,'Hotpot');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Hotpot and Hakka are both in the North . Would you like to book a table at one of these ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'hakka');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I get the address and phone number of Hakka ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))",
"inform((_:result,address,'24 Milton Road Cambridge Cambridgeshire');(_:result,name,'Hakka');(_:result,phone,'+ 44 1223 568988');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes the information for Hakka , 24 Milton Road Cambridge Cambridgeshire , + 44 1223 568988 . Would you like me to go ahead and book your table and for what time ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'21:15');(_:search,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Not quite yet . But can you help me find a train fro Friday , arriving by 21:15 ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are several trains that day . Could you tell me where you are departing from and arriving to , as well as a time you would like to leave ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave from Cambridge and with my destination being London Liverpool Street . Thank you for your help with this ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'17:59');(_:result,destination,'Cambridge');(_:result,destination,'london liverpool street');(_:result,duration,'88 minutes');(_:result,id,'TR5212');(_:result,leave_at,'19:27');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR5212 will arrive at London Liverpool Street at 19:27 . It leaves Cambridge at 17:59 , and the travel time is 88 minutes . Would you like a ticket ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I need 8 tickets , please . And could I get the reference number after you book them ? Thanks ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,people,'8');(_:booking,ref,'WOEHJGD9');(_:booking,ticket,'132.8 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked your 8 seats here is the information : Booking was successful , the total fee is 132.8 GBP payable at the station . \n Reference number is : WOEHJGD9 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that will be all I need today ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Glad I could help , have a great trip !"
}
] |
PMUL0880.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"name",
"Hakka"
],
[
"_:result",
"name",
"Hotpot"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"hakka"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"North"
],
[
"_:search",
"name",
"hakka"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"24 Milton Road Cambridge Cambridgeshire"
],
[
"_:result",
"name",
"Hakka"
],
[
"_:result",
"phone",
"+ 44 1223 568988"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"21:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"North"
],
[
"_:search",
"name",
"hakka"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"24 Milton Road Cambridge Cambridgeshire"
],
[
"_:result",
"name",
"Hakka"
],
[
"_:result",
"phone",
"+ 44 1223 568988"
],
[
"_:search",
"arrive_by",
"21:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"North"
],
[
"_:search",
"name",
"hakka"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"24 Milton Road Cambridge Cambridgeshire"
],
[
"_:result",
"name",
"Hakka"
],
[
"_:result",
"phone",
"+ 44 1223 568988"
],
[
"_:search",
"arrive_by",
"21:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"17:59"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"destination",
"london liverpool street"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"id",
"TR5212"
],
[
"_:result",
"leave_at",
"19:27"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"North"
],
[
"_:search",
"name",
"hakka"
],
[
"_:booking",
"duration",
"?"
],
[
"_:result",
"address",
"24 Milton Road Cambridge Cambridgeshire"
],
[
"_:result",
"name",
"Hakka"
],
[
"_:result",
"phone",
"+ 44 1223 568988"
],
[
"_:search",
"arrive_by",
"21:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"17:59"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"destination",
"london liverpool street"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"id",
"TR5212"
],
[
"_:result",
"leave_at",
"19:27"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"WOEHJGD9"
],
[
"_:booking",
"ticket",
"132.8 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'cinema');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for for a cinema in the south . Can you give me some information on cinema 's in the south ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'only one');(_:result,name,'cineworld cinema');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "there is only one , it 's called cineworld cinema"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "How much is that cinema 's entry fee ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'unknown');(_:result,name,'Cineworld Cinema');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm afraid that the entry fee for Cineworld Cinema is unknown . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , could you tell me their postcode ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb17dy');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode is cb17dy . Is there anything else I can assist you with today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,has_parking,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I 'm also looking for a place to stay . I 'll need it to be moderately priced , in the same area as the attraction , and free parking , please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'bridge guest house');(_:result,pricerange,'moderate');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "bridge guest house \t is a 4 star guesthouse in the south part of town in the moderate price range with free wifi and parking ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'7');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do they have a room available for 7 people ? We 're staying 3 nights and checking in Tuesday ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'Z108ABS3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : Z108ABS3 . Can I help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'the cinema');(_:search,destination,'the hotel');(_:search,leave_at,'08:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi from the cinema to the hotel , I want to leave the cinema by 08:15 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'red tesla');(_:result,phone,'07746939508');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Booked you a taxi ride look for a red tesla car contact number is 07746939508 . Can I help with anything else ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "That is everything that I need ?"
},
{
"id": 13,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Have a wonderful time ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , have a great day !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our service today ."
}
] |
PMUL4068.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"cinema"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"cinema"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"only one"
],
[
"_:result",
"name",
"cineworld cinema"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"cinema"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"only one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"unknown"
],
[
"_:result",
"name",
"Cineworld Cinema"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"amount",
"only one"
],
[
"_:result",
"entrance_fee",
"unknown"
],
[
"_:result",
"name",
"Cineworld Cinema"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_: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": [
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"amount",
"only one"
],
[
"_:result",
"entrance_fee",
"unknown"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"bridge guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"amount",
"only one"
],
[
"_:result",
"entrance_fee",
"unknown"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"bridge guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"Z108ABS3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the cinema"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"08:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"amount",
"only one"
],
[
"_:result",
"entrance_fee",
"unknown"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"bridge guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"Z108ABS3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the cinema"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"08:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red tesla"
],
[
"_:result",
"phone",
"07746939508"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"amount",
"only one"
],
[
"_:result",
"entrance_fee",
"unknown"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"bridge guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"Z108ABS3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the cinema"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"08:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red tesla"
],
[
"_:result",
"phone",
"07746939508"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you find a college in the centre ?"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,category,'colleges');(_:result,count,'13');(_:result,entrance_fee,'free');(_:result,name,'Downing college');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I show 13 colleges . Downing college is nice and admission is free . Would you like more information on it ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm not interested in that college . Is there another one you 'd recommend and if so , what is their entrance fee ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,name,\"christ 's college\");(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "Christ 's college is free . Do you need anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'gastropub');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes a restaurant that serves gastropub food in the expensive price range ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'backstreet bistro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "backstreet bistro is an excellent place to dine . Shall I book it for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'14:45');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds great . Can you please make a reservation for 7 people on Thursday at 14:45 ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'REK8FKJ8');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : REK8FKJ8 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'14:45');(_:search,departure,'the college');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thank you . I 'll also need a taxi that will take me from the college to the restaurant . I need to arrive by 14:45 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,car,'black Audi');(_:result,phone,'07646954910');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "A taxi has been booked . The car will be a black Audi and the contact number is 07646954910 ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for all your help ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . You have a great day ."
}
] |
PMUL3591.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Downing college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"backstreet bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"backstreet bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"ref",
"REK8FKJ8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"departure",
"the college"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"backstreet bistro"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"ref",
"REK8FKJ8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"departure",
"the college"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black Audi"
],
[
"_:result",
"phone",
"07646954910"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'light bites');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there an expensive restaurant in the area that serves light bites ?"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I believe there are no restaurants in the area that have what you are looking for ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What type of expensive restaurants are there in the centre ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'Centre');(_:result,count,'33');(_:result,food,'British');(_:result,food,'african');(_:result,food,'chinese');(_:result,food,'european');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 33 dining options in the Centre . A few of the types are african , British , chinese , european , and many more . Would you like more information on any of these ?"
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No that is ok I need to think about it goodbye"
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Are you sure there is nothing else I can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "actually , i want chinese food ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have four places fitting that criteria . Shall I book one ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'16:15');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please book a table for 4 people at 16:15 on saturday ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure thing , I will work on getting this booked for you ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,duration,'16:15');(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "user",
"text": "Alright , take your time ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'hk fusion');(_:booking,ref,'DJR9YS0Y');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful at hk fusion . The table will be reserved for 15 minutes . \n Reference number is : DJR9YS0Y . Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'17:45');(_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i also need help finding a train . i want to go to london liverpool street and get their by 17:45 ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day will you be traveling ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should leave on thursday and should depart from cambridge ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'13:27');(_:result,duration,'88 minutes');(_:result,id,'TR5504');(_:result,leave_at,'11:59');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR5504 leaving 11:59 and arriving at 13:27 with a travel time of 88 minutes . Should I get you tickets ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "that is all i need for today thanks anyway"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling . If you need anything else , please ring us back . Goodbye !"
}
] |
PMUL0596.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"light bites"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"light bites"
],
[
"_:system",
"canthelp",
"_:search/8f7fbafc"
],
[
"_:search/8f7fbafc",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"light bites"
],
[
"_:system",
"canthelp",
"_:search/8f7fbafc"
],
[
"_:search/8f7fbafc",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8f7fbafc"
],
[
"_:search/8f7fbafc",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8f7fbafc"
],
[
"_:search/8f7fbafc",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"european"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8f7fbafc"
],
[
"_:search/8f7fbafc",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"european"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8f7fbafc"
],
[
"_:search/8f7fbafc",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"european"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"hk fusion"
],
[
"_:booking",
"ref",
"DJR9YS0Y"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8f7fbafc"
],
[
"_:search/8f7fbafc",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"european"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"hk fusion"
],
[
"_:booking",
"ref",
"DJR9YS0Y"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8f7fbafc"
],
[
"_:search/8f7fbafc",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"european"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"hk fusion"
],
[
"_:booking",
"ref",
"DJR9YS0Y"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"13:27"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"id",
"TR5504"
],
[
"_:result",
"leave_at",
"11:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'limehouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for the Limehouse hotel ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'78 - 80 Milton Road');(_:result,area,'north');(_:result,category,'guesthouse');(_:result,name,'Limehouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Limehouse guesthouse is located in the north at 78 - 80 Milton Road"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'6');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like to make a reservation for Thursday for 6 people and we want to stay 2 nights please ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry , but there are no rooms available for the days you have requested . Would you like to try another hotel ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , in the same price range please ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I am sorry there are no others in that price range or in that area , could I search another area for one ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'Limehouse');(_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Are you sure there 's nothing available ? I really need something in the same price range as Limehouse ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'same area');(_:result,name,'acorn guest house');(_:result,pricerange,'same area and price range');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I show acorn guest house which is in the same area and price range . Would you like me to check availability there ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Yes please check it for me ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,name,'Acorn guesthouse');(_:booking,ref,'DT4ENVMJ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have good news . I was able to book you into the Acorn guesthouse and your reference number is DT4ENVMJ ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Oh good . Thank you for your help !"
},
{
"id": 11,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No . that 's all . Thanks again !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our service ."
}
] |
SSNG0218.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"limehouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"limehouse"
],
[
"_:result",
"address",
"78 - 80 Milton Road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Limehouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"limehouse"
],
[
"_:result",
"address",
"78 - 80 Milton Road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Limehouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"canthelp",
"_:booking/1af796b6"
],
[
"_:booking/1af796b6",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"78 - 80 Milton Road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Limehouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"canthelp",
"_:booking/1af796b6"
],
[
"_:booking/1af796b6",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/4b964e06"
],
[
"_:search/4b964e06",
"type",
"Hotel"
],
[
"_:search",
"name",
"Limehouse"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"78 - 80 Milton Road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"canthelp",
"_:booking/1af796b6"
],
[
"_:booking/1af796b6",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/4b964e06"
],
[
"_:search/4b964e06",
"type",
"Hotel"
],
[
"_:search",
"name",
"Limehouse"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"same area"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"pricerange",
"same area and price range"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"78 - 80 Milton Road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"canthelp",
"_:booking/1af796b6"
],
[
"_:booking/1af796b6",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/4b964e06"
],
[
"_:search/4b964e06",
"type",
"Hotel"
],
[
"_:search",
"name",
"Limehouse"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"same area"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"pricerange",
"same area and price range"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"name",
"Acorn guesthouse"
],
[
"_:booking",
"ref",
"DT4ENVMJ"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"78 - 80 Milton Road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"canthelp",
"_:booking/1af796b6"
],
[
"_:booking/1af796b6",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/4b964e06"
],
[
"_:search/4b964e06",
"type",
"Hotel"
],
[
"_:search",
"name",
"Limehouse"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"same area"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"pricerange",
"same area and price range"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"name",
"Acorn guesthouse"
],
[
"_:booking",
"ref",
"DT4ENVMJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for places to go in the centre of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , what are you interests ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I want to see a college ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,category,'famous');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have many famous ones to choose from . May I make a recommendation ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , please . I would prefer one with a low entrance fee ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,entrance_fee,'does not charge an entrance fee');(_:result,name,\"christ 's college\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "christ 's college does not charge an entrance fee . Would you like the address and phone number ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I just need the postcode please ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb23bu');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode is cb23bu . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'birmingham new street');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I am also looking for a train departing from birmingham new street to cambridge ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Did you have a date or time in mind ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'08:30');(_:search,day,'wednesday');(_:search,leave_at,'none');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to arrive by 08:30 on wednesday ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,leave_at,'8:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have one leaving at 8:40 will that work for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'08:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need the train to arrive by 08:30 at the latest ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'08:23');(_:result,leave_at,'05:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is one that leaves at 05:40 , and arrives by 08:23 . Would you like to book that train ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "No need to book , but can you tell me the cost of a ticket ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,ticket,'75.10 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The cost for the ticket is 75.10 pounds"
},
{
"id": 16,
"rdf-acts": [],
"speaker": "user",
"text": "Great ! That is all I needed ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm glad I could help ! Enjoy your day in Cambridge !"
}
] |
PMUL4620.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"famous"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"famous"
],
[
"_:result",
"entrance_fee",
"does not charge an entrance fee"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"famous"
],
[
"_:result",
"entrance_fee",
"does not charge an entrance fee"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"famous"
],
[
"_:result",
"entrance_fee",
"does not charge an entrance fee"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"08:30"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"none"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"famous"
],
[
"_:result",
"entrance_fee",
"does not charge an entrance fee"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"none"
],
[
"_:result",
"leave_at",
"8:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"08: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",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"famous"
],
[
"_:result",
"entrance_fee",
"does not charge an entrance fee"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"none"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"08:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"08:23"
],
[
"_:result",
"leave_at",
"05:40"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"famous"
],
[
"_:result",
"entrance_fee",
"does not charge an entrance fee"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"none"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"08:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"08:23"
],
[
"_:result",
"leave_at",
"05:40"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you find me a 4 star hotel with wi - fi ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,area,'different parts of town');(_:result,pricerange,'mostly in the cheap to moderate price range');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes I have many options in different parts of town , mostly in the cheap to moderate price range do you have any preferences for where you stay ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like it to be in the moderate price range please ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,area,'east');(_:result,area,'north');(_:result,area,'south');(_:result,type,'Hotel'))",
"inform((_:result,count,'11');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 11 options located in the east , north , and south . What location would you prefer ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'6');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The area does n't matter . I need one that can accommodate 6 people for 3 nights starting on Wednesday ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Acorn Guest House');(_:booking,ref,'Z0322EQ3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay I booked you at the Acorn Guest House . Your reference number is Z0322EQ3 . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I need . Thanks !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a nice day !"
}
] |
SSNG0251.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"different parts of town"
],
[
"_:result",
"pricerange",
"mostly in the cheap to moderate price range"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"pricerange",
"mostly in the cheap to moderate price range"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"pricerange",
"mostly in the cheap to moderate price range"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:booking",
"ref",
"Z0322EQ3"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,destination,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i am looking for a train going to birmingham new street and should leave on thursday"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'17:15');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am departing from Cambridge and want the train to arrive by 17:15 ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay , what time do you want to leave ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'17:15');(_:search,leave_at,\"does n't matter\");(_:search,type,'Train'))"
],
"speaker": "user",
"text": "It does n't matter , just as long as it arrive by 17:15 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR5961');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "How about train TR5961 ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "tell me the price and travel time please"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'07:44');(_:result,duration,'163 minutes');(_:result,leave_at,'05:01');(_:result,ticket,'75.10 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "05:01 \t 07:44 \t 75.10 pounds \t 163 minutes there you go"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Have a nice train ride ."
}
] |
SNG01397.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"leave_at",
"does n't matter"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"leave_at",
"does n't matter"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR5961"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"leave_at",
"does n't matter"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR5961"
],
[
"_:result",
"arrive_by",
"07:44"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"leave_at",
"05:01"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you help me find a train that leaves cambridge ? I would also like to request that it be leaving on a tuesday ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,type,'Train'))",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have several leaving on that day . What is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'kings lynn');(_:search,leave_at,'20:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to head to Kings Lynn and leave after 20:15 please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'21:58');(_:result,day,'Tuesday');(_:result,departure,'Cambridge');(_:result,destination,'Kings Lynn');(_:result,id,'TR8387');(_:result,leave_at,'21:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR8387 from Cambridge at 21:11 on Tuesday and arrive at Kings Lynn at 21:58 . Do you want me to book you a ride ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel');(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes can you please and send me the reference number ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "of course ! how many tickets ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'express by holiday inn cambridge');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Actually I 'll book on my own . Can you give me some information about a hotel called Express by Holiday Inn Cambridge ?"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "system",
"text": "Sure thing what kinda of info are you looking for ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'3');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to book 2 nights for 3 people starting on Sunday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'B96VFV64');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . your reservation number is B96VFV64 ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thank you very much . that should be all I need ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system !"
}
] |
PMUL1587.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"21:58"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:result",
"id",
"TR8387"
],
[
"_:result",
"leave_at",
"21:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:result",
"arrive_by",
"21:58"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:result",
"id",
"TR8387"
],
[
"_:result",
"leave_at",
"21:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"name",
"express by holiday inn cambridge"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:result",
"arrive_by",
"21:58"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:result",
"id",
"TR8387"
],
[
"_:result",
"leave_at",
"21:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"express by holiday inn cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:result",
"arrive_by",
"21:58"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:result",
"id",
"TR8387"
],
[
"_:result",
"leave_at",
"21:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"express by holiday inn cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"B96VFV64"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'19:30');(_:search,day,'thursday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train to arrive in cambridge by 19:30 on thursday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "We should be able to help you , where will you be coming from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'19:30');(_:search,departure,'cambridge');(_:search,destination,'london kings cross');(_:search,leave_at,'19:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should go to london kings cross and should depart from cambridge at 19:30"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,departure,'Cambridge');(_:result,destination,'kings cross');(_:result,id,'TR1791');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "If you are indeed traveling from Cambridge to Kings Cross , I recommend TR1791 . It will arrive in Kings Cross at 17:51 on Thursday ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I need 2 tickets please and the reference number can you help me with that ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'UT2T6SJ1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book it , reference number is UT2T6SJ1 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am also looking for a restaurant in the center of town in the expensive price range ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay , and what type of food would you like to eat ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,duration,'11:30');(_:search,food,*);(_:search,type,'Restaurant');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Any type of cuisine is fine with me . Can you book a table for us at your favorite ? We 'll need it at 11:30 , before we take that train ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'african');(_:result,name,'bedouin');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'd recommend bedouin , it 's an expensive african restaurant in the centre . Does that work for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'11:30');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds great ! I need to get a table for 2 at 11:30 on Thursday ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'ZE1R8O8Q');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your table has been booked ! The reference number is ZE1R8O8Q ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for the help . That 's all I need today . Have a good day ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm glad to be of service , and enjoy your time in Cambridge !"
}
] |
PMUL3723.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"kings cross"
],
[
"_:result",
"id",
"TR1791"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"kings cross"
],
[
"_:result",
"id",
"TR1791"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"UT2T6SJ1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"kings cross"
],
[
"_:result",
"id",
"TR1791"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"UT2T6SJ1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"kings cross"
],
[
"_:result",
"id",
"TR1791"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"UT2T6SJ1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"kings cross"
],
[
"_:result",
"id",
"TR1791"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"ZE1R8O8Q"
],
[
"_: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,'Restaurant'))"
],
"speaker": "user",
"text": "Would you be able to help me locate a restaurant in Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,area,'Cambridge');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have many great places to eat in Cambridge . What kind of cuisine or price range are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'cinema');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am actually looking for an attraction rather than a place to eat . Can you help me find a cinema ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'Cambridge Leisure Park');(_:result,area,'Clifton Way');(_:result,category,'cinema');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is a cinema in Cambridge Leisure Park , Clifton Way . Would you like me to give you their phone number ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you tell me what postcode it 's in ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,postcode,'cb17dy');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "Their post code is cb17dy . Anything else I can do for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'mexican');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I need a place to eat . Mexican food is good , it should be in the south and expensive ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,day,'Thursday');(_:result,people,'two');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Could you make a reservation for two this Thursday at 7:00 at chiquito restaurant bar ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'14:45');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , I need a reservation for 4 on Saturday at 14:45 ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,ref,'54JMT9OQ');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "The restaurant has been booked . Your reference number is 54JMT9OQ . Is there anything else I can do for you today ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'14:45');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to also book a taxi and it should arrive at the restaurant by 14:45 . Could you also please give me its contact number and car type ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I would be happy to book your taxi . I will need your departure location and pick up time to complete the reservation ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,destination,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like the taxi to arrive at the restaurant at the time I have it booked please"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "And where are you departing from ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'the cinema');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would be departing from the cinema at Cambridge Leisure Park ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I 'm sorry . I 'm having trouble processing that . Where are you leaving from again ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,departure,'the cambridge cinema');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I am leaving from the cambridge cinema ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'black volvo');(_:result,departure,'Cineworld Cinema');(_:result,destination,'Chiquito restaurant');(_:result,phone,'07424735359');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Okay , I have a black volvo scheduled to pick you up at Cineworld Cinema to take you to the Chiquito restaurant . The contact number is 07424735359 . Anything else I can do ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great time ! Goodbye ."
}
] |
MUL0813.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"cinema"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"cinema"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"Cambridge Leisure Park"
],
[
"_:result",
"area",
"Clifton Way"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"area",
"Cambridge Leisure Park"
],
[
"_:result",
"area",
"Clifton Way"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"area",
"Cambridge Leisure Park"
],
[
"_:result",
"area",
"Clifton Way"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"people",
"two"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"area",
"Cambridge Leisure Park"
],
[
"_:result",
"area",
"Clifton Way"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"people",
"two"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/5c9f7e29"
],
[
"_:booking/5c9f7e29",
"ref",
"54JMT9OQ"
],
[
"_:booking/5c9f7e29",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"area",
"Cambridge Leisure Park"
],
[
"_:result",
"area",
"Clifton Way"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"people",
"two"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/5c9f7e29"
],
[
"_:booking/5c9f7e29",
"ref",
"54JMT9OQ"
],
[
"_:booking/5c9f7e29",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_: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
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"area",
"Cambridge Leisure Park"
],
[
"_:result",
"area",
"Clifton Way"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"people",
"two"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/5c9f7e29"
],
[
"_:booking/5c9f7e29",
"ref",
"54JMT9OQ"
],
[
"_:booking/5c9f7e29",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"departure",
"the cinema"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"area",
"Cambridge Leisure Park"
],
[
"_:result",
"area",
"Clifton Way"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"people",
"two"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/5c9f7e29"
],
[
"_:booking/5c9f7e29",
"ref",
"54JMT9OQ"
],
[
"_:booking/5c9f7e29",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"departure",
"the cambridge cinema"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"area",
"Cambridge Leisure Park"
],
[
"_:result",
"area",
"Clifton Way"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"people",
"two"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/5c9f7e29"
],
[
"_:booking/5c9f7e29",
"ref",
"54JMT9OQ"
],
[
"_:booking/5c9f7e29",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"departure",
"the cambridge cinema"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black volvo"
],
[
"_:result",
"departure",
"Cineworld Cinema"
],
[
"_:result",
"destination",
"Chiquito restaurant"
],
[
"_:result",
"phone",
"07424735359"
],
[
"_: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": [],
"speaker": "user",
"text": "I am looking for informTIOn in cambridge"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "sure , what would you like to know ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'14:45');(_:search,day,'sunday');(_:search,departure,'bishops stortford');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I apologize , I should have let you know before , I need a train from bishops stortford to cambridge , on sunday . I need to arrive by 14:45 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'14:07');(_:result,id,'TR0275');(_:result,leave_at,'13:29');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR0275 will leave at 13:29 and arrive by 14:07 . Would you like to buy tickets ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , could you make a booking for 3 people ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'GI56QB11');(_:booking,ticket,'24.24 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 24.24 GBP payable at the station . \n Reference number is : GI56QB11 . Can I help you with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'm looking for an expensive restaurant in the centre ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what type of food do u prefer ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'18:45');(_:search,food,'dontcare');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Any food will do , whatever you recommend . Please book something for Sunday at 18:45 for 3 people ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'cambridge chop house');(_:result,name,'midsummer house restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "how about the cambridge chop house ? or midsummer house restaurant ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'18:45');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "The first is good . Need it for Sunday , 18:45 , 3 people ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'YYSLEJ0H');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : YYSLEJ0H ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great ! Thanks very much !"
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Thank you for calling Cambridge TownInfo centre ! Is there anything else I can help you with today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's it ! Thank you for your help !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome , call me if you need anything else ."
}
] |
PMUL3392.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"id",
"TR0275"
],
[
"_:result",
"leave_at",
"13:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"id",
"TR0275"
],
[
"_:result",
"leave_at",
"13:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"GI56QB11"
],
[
"_:booking",
"ticket",
"24.24 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"id",
"TR0275"
],
[
"_:result",
"leave_at",
"13:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"GI56QB11"
],
[
"_:booking",
"ticket",
"24.24 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"id",
"TR0275"
],
[
"_:result",
"leave_at",
"13:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"GI56QB11"
],
[
"_:booking",
"ticket",
"24.24 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:result",
"name",
"cambridge chop house"
],
[
"_:result",
"name",
"midsummer house restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"id",
"TR0275"
],
[
"_:result",
"leave_at",
"13:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"24.24 GBP"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:result",
"name",
"cambridge chop house"
],
[
"_:result",
"name",
"midsummer house restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"YYSLEJ0H"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"id",
"TR0275"
],
[
"_:result",
"leave_at",
"13:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"24.24 GBP"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:result",
"name",
"cambridge chop house"
],
[
"_:result",
"name",
"midsummer house restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"YYSLEJ0H"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,food,'american');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'm looking for a restaurant that serves American food and is in the center of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Regent Street in City Centre');(_:result,name,'Gourmet Burger Kitchen');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Gourmet Burger Kitchen is located on Regent Street in City Centre ."
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "That sounds good . Can you provide me with their contact info ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223312598');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their phone number is 01223312598 . Do you need more information ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the price range ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It is expensive , but very good ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'lovell Lodege');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need a hotel called lovell Lodege"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "I will book it for you , is there anything else I can do for you ?"
}
] |
PMUL0148.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"american"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"american"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"Regent Street in City Centre"
],
[
"_:result",
"name",
"Gourmet Burger Kitchen"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"american"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"Regent Street in City Centre"
],
[
"_:result",
"name",
"Gourmet Burger Kitchen"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223312598"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"american"
],
[
"_:result",
"address",
"Regent Street in City Centre"
],
[
"_:result",
"name",
"Gourmet Burger Kitchen"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223312598"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"lovell Lodege"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need help finding a train for Thursday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Can you please tell me your departure and destination ? What time would like to leave or arrive ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would be leaving from Cambridge going o Peterborough ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time would you like to arrive at your destination ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'20:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I just need to leave after 20:30 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'last train');(_:result,arrive_by,'07:56');(_:result,type,'Train'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How about the last train , it 'll get you there at 07:56 . How many tickets please ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,leave_at,'20:30');(_:search,type,'Train'))",
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "As long as it leaves after 20:30 , then it 's fine . Can you give me the train ID ? I 'll buy at the station ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,id,'TR6688');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The ID is TR6688 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you tell me the departure and arrival time for that train ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'07:56');(_:result,leave_at,'07:06');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , it leaves at 07:06 and arrives by 07:56 . May I help with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'moderate');(_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need a place to stay . I am looking for a 0 star hotel in the moderate price range"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'Sleeperz Hotel , Station Road');(_:result,category,'hotel');(_:result,count,'1');(_:result,has_internet,'none');(_:result,name,'CityRoomz');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "That narrowed it down to 1 hotel that meets your criteria . It 's called CityRoomz . They offer free internet . They are located at Sleeperz Hotel , Station Road . Would you like to book ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you just give me the postcode please ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,postcode,'cb12tz');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "the postcode is cb12tz . Is there anything else I can help with ?"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No thank you . That is all I needed . Good bye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day !"
}
] |
MUL2283.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:result",
"amount",
"last train"
],
[
"_:result",
"arrive_by",
"07:56"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"leave_at",
"20:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:result",
"amount",
"last train"
],
[
"_:result",
"arrive_by",
"07:56"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"leave_at",
"20:30"
],
[
"_:result",
"id",
"TR6688"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:result",
"amount",
"last train"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"leave_at",
"20:30"
],
[
"_:result",
"id",
"TR6688"
],
[
"_:result",
"arrive_by",
"07:56"
],
[
"_:result",
"leave_at",
"07:06"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:result",
"amount",
"last train"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"leave_at",
"20:30"
],
[
"_:result",
"id",
"TR6688"
],
[
"_:result",
"arrive_by",
"07:56"
],
[
"_:result",
"leave_at",
"07:06"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Sleeperz Hotel , Station Road"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"CityRoomz"
],
[
"_: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",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:result",
"amount",
"last train"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"leave_at",
"20:30"
],
[
"_:result",
"id",
"TR6688"
],
[
"_:result",
"arrive_by",
"07:56"
],
[
"_:result",
"leave_at",
"07:06"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Sleeperz Hotel , Station Road"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"CityRoomz"
],
[
"_:result",
"postcode",
"cb12tz"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am seeking a restaurant that serves British food in the centre ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'about 7');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have about 7 different options for you . Do you have a certain price range in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like a moderately priced one ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,name,'Copper Kettle');(_:result,name,'Cotto');(_:result,name,'Oak Bistro');(_:result,name,'Restaurant One Seven');(_:result,type,'Restaurant'))",
"inform((_:result,count,'4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 4 restaurants that match that criteria which are Restaurant One Seven , The Oak Bistro , The Copper Kettle , and Cotto . Which one would you be interested in ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'the oak bistro');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like the oak bistro ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'6 Lensfield Road');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Great choice . It is at 6 Lensfield Road . Would you like a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'13:30');(_:search,people,'2');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , table for 2 at 13:30 on Friday . If not available then Tuesday . Need reference number as well ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Friday');(_:booking,ref,'0Z3UX3DM');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I made the booking for Friday . Your reference number is 0Z3UX3DM . Do you need anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'nightclub');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'd also like a nightclub to go to in the same area as the restaurant ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,category,'nighclubs');(_:result,count,'5');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 5 nighclubs in the centre . Would you like more information on them ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes can I get the phone number of one you 'd recommend ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'ballare');(_:result,phone,'01223364222');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "ballare 's phone number is 01223364222 . Can I get you anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , we are all set , thanks for making this trip easier ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "It was my pleasure to be of service . Goodbye ."
}
] |
PMUL2203.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"amount",
"about 7"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"amount",
"about 7"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"Copper Kettle"
],
[
"_:result",
"name",
"Cotto"
],
[
"_:result",
"name",
"Oak Bistro"
],
[
"_:result",
"name",
"Restaurant One Seven"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"the oak bistro"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"amount",
"about 7"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"Copper Kettle"
],
[
"_:result",
"name",
"Cotto"
],
[
"_:result",
"name",
"Oak Bistro"
],
[
"_:result",
"name",
"Restaurant One Seven"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"name",
"the oak bistro"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:result",
"amount",
"about 7"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"Copper Kettle"
],
[
"_:result",
"name",
"Cotto"
],
[
"_:result",
"name",
"Oak Bistro"
],
[
"_:result",
"name",
"Restaurant One Seven"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"name",
"the oak bistro"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"ref",
"0Z3UX3DM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:result",
"amount",
"about 7"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"Copper Kettle"
],
[
"_:result",
"name",
"Cotto"
],
[
"_:result",
"name",
"Oak Bistro"
],
[
"_:result",
"name",
"Restaurant One Seven"
],
[
"_:search",
"name",
"the oak bistro"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"ref",
"0Z3UX3DM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nighclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:result",
"amount",
"about 7"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"name",
"the oak bistro"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"ref",
"0Z3UX3DM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nighclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"ballare"
],
[
"_:result",
"phone",
"01223364222"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need to dine on british food in the west ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,pricerange,'expensive');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "What are you more interested in a moderately priced or an expensive restaurant ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'do not care');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do not care ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,food,'British');(_:result,name,'Saint Johns Chop House');(_:result,pricerange,'moderately - priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Saint Johns Chop House is a moderately - priced British restaurant on the west side . Would you like to book a table there ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , I do n't need a reservation right now , just their phone number ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223353110');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their phone number is 01223353110 . Can I help you with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'8:00');(_:search,day,'saturday');(_:search,departure,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need to see if there 's a train from london liverpool street that arrives by 8:00 on Saturday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,id,'TR7909');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR7909 fits your description . can i book for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'08:00');(_:search,day,'saturday');(_:search,departure,'london liverpool street');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "no , i am also looking for a train . The train should arrive by 08:00 and should go to cambridge . \n The train should depart from london liverpool street and should leave on saturday ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,arrive_by,'07:07');(_:booking,category,'Train');(_:booking,day,'Saturday');(_:booking,destination,'Cambridge');(_:booking,id,'TR7397');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR7397 arrives in Cambridge by 07:07 on Saturday , would you like to book a ticket ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you , that 's all I needed ! Thanks !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge TownInfo centre . Goodbye"
}
] |
PMUL3162.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"do not care"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"do not care"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Saint Johns Chop House"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"do not care"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Saint Johns Chop House"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223353110"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"8:00"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"do not care"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Saint Johns Chop House"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223353110"
],
[
"_:result",
"id",
"TR7909"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"do not care"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Saint Johns Chop House"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223353110"
],
[
"_:result",
"id",
"TR7909"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"arrive_by",
"07:07"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR7397"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'hungarian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need a restaurant in the west that serves Hungarian cuisine ,"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry . There is no matching restaurant . Do you want to try a different area or food type ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'Hungarian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I guess let 's check and see if there are any Hungarian restaurants in other parts of town . What is in the south ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'hungarian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry there are no hungarian restaurants coming up anywhere . Is there another type of cuisine you 'd like me to look for ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any restaurants in the west and in the expensive price range that serves indian food ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'5');(_:result,name,'Cocum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 5 of them . I hear the Cocum is very good . Would you be interested in booking it ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is this location in the west ? If so yes , i would like to book a table ."
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))",
"inform((_:booking,name,'Cocum');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great , what day , time , and number of people would you like to book for at Cocum ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'11:45');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please book a table for 7 people at 11:45 on monday ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry that time slot is not available that day . Would you care to try for a different time or day perhaps ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,duration,'10:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Let 's try 10:45 ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Monday');(_:booking,duration,'10:45');(_:booking,name,'Cocum');(_:booking,people,'7');(_:booking,ref,'AZ2DU7IR');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to get you a table for 7 at Cocum on Monday at 10:45 . Reference number is : AZ2DU7IR . Can I be of any further assistance today ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'hotel');(_:search,stars,'three');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I am also looking for a three star hotel located in the same area as the restaurant ."
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Hobsons House');(_:result,pricerange,'moderately - priced');(_:result,stars,'3-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Hobsons House is a moderately - priced , 3-star guesthouse in the west . It offers free internet and parking . Would you like me to book this for you ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Great , can I please have the address and phone number ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,address,'96 Barton Road');(_:result,name,'Hobsons House');(_:result,phone,'01223304906');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Certainly . Hobsons House is located at 96 Barton Road . It 's phone number is 01223304906 . Is there anything else I can help you with today ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,arrive_by,'the booked time');(_:search,destination,'cocum');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Actually , yes . I need a taxi to transport between the two places . I want to make sure it arrives at Cocum at the booked time . Any ideas ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I have your taxi scheduled to arrive in time for your parties reservation . Is there antying else I can take care of for you ?"
},
{
"id": 18,
"rdf-acts": [
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Can I get the contact number and car type please ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,car,'blue bmw');(_:result,phone,'07581556997');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Certainly Booked car type blue bmw , and Contact number 07581556997 . Is there anything else I can help you with today ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I think that should be it thank you"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for booking with us and have a great day ."
}
] |
MUL0055.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"hungarian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/fedab927"
],
[
"_:search/fedab927",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"Hungarian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/fedab927"
],
[
"_:search/fedab927",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/39887f21"
],
[
"_:search/39887f21",
"food",
"hungarian"
],
[
"_:search/39887f21",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/fedab927"
],
[
"_:search/fedab927",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/39887f21"
],
[
"_:search/39887f21",
"food",
"hungarian"
],
[
"_:search/39887f21",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Cocum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/fedab927"
],
[
"_:search/fedab927",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/39887f21"
],
[
"_:search/39887f21",
"food",
"hungarian"
],
[
"_:search/39887f21",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Cocum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"name",
"Cocum"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/fedab927"
],
[
"_:search/fedab927",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/39887f21"
],
[
"_:search/39887f21",
"food",
"hungarian"
],
[
"_:search/39887f21",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Cocum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"name",
"Cocum"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/f8072444"
],
[
"_:booking/f8072444",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"10:45"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/fedab927"
],
[
"_:search/fedab927",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/39887f21"
],
[
"_:search/39887f21",
"food",
"hungarian"
],
[
"_:search/39887f21",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Cocum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/f8072444"
],
[
"_:booking/f8072444",
"type",
"Booking"
],
[
"_:search",
"duration",
"10:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"10:45"
],
[
"_:booking",
"name",
"Cocum"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"AZ2DU7IR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"three"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/fedab927"
],
[
"_:search/fedab927",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/39887f21"
],
[
"_:search/39887f21",
"food",
"hungarian"
],
[
"_:search/39887f21",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/f8072444"
],
[
"_:booking/f8072444",
"type",
"Booking"
],
[
"_:search",
"duration",
"10:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"10:45"
],
[
"_:booking",
"name",
"Cocum"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"AZ2DU7IR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"three"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/fedab927"
],
[
"_:search/fedab927",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/39887f21"
],
[
"_:search/39887f21",
"food",
"hungarian"
],
[
"_:search/39887f21",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/f8072444"
],
[
"_:booking/f8072444",
"type",
"Booking"
],
[
"_:search",
"duration",
"10:45"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"10:45"
],
[
"_:booking",
"name",
"Cocum"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"AZ2DU7IR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"three"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:result",
"address",
"96 Barton Road"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"phone",
"01223304906"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"the booked time"
],
[
"_:search",
"destination",
"cocum"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/fedab927"
],
[
"_:search/fedab927",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/39887f21"
],
[
"_:search/39887f21",
"food",
"hungarian"
],
[
"_:search/39887f21",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/f8072444"
],
[
"_:booking/f8072444",
"type",
"Booking"
],
[
"_:search",
"duration",
"10:45"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"10:45"
],
[
"_:booking",
"name",
"Cocum"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"AZ2DU7IR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"three"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:result",
"address",
"96 Barton Road"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"phone",
"01223304906"
],
[
"_:search",
"arrive_by",
"the booked time"
],
[
"_:search",
"destination",
"cocum"
],
[
"_:search",
"type",
"Taxi"
],
[
"_: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": [
[
"_:system",
"canthelp",
"_:search/fedab927"
],
[
"_:search/fedab927",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/39887f21"
],
[
"_:search/39887f21",
"food",
"hungarian"
],
[
"_:search/39887f21",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/f8072444"
],
[
"_:booking/f8072444",
"type",
"Booking"
],
[
"_:search",
"duration",
"10:45"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"10:45"
],
[
"_:booking",
"name",
"Cocum"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"AZ2DU7IR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"three"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:result",
"address",
"96 Barton Road"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:search",
"arrive_by",
"the booked time"
],
[
"_:search",
"destination",
"cocum"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue bmw"
],
[
"_:result",
"phone",
"07581556997"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'14:30');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train into Cambridge that will arrive by 14:30 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can help you with that . Can you tell me what your departure location will be ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I 'll be leaving Leicester on Tuesday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'13:54');(_:result,type,'Train'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have a train that arrives at 13:54 . How many seats would you like ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like 3 if possible and also need the reference number ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,people,'3');(_:booking,ref,'J3B2D19H');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book you those 3 seats and your reference number is J3B2D19H ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'parks');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thanks ! What can you tell me about the parks in town ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,area,'east');(_:result,area,'north');(_:result,area,'south');(_:result,category,'parks');(_:result,count,'5');(_:result,entrance_fee,'free');(_:result,name,'Milton Country Park');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "We have five fantastic parks located in the centre , east , north , and south . I suggest Milton Country Park . It has free entrance . Would you like more information ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the address and phone number ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'milton country park');(_:result,phone,'01223420060');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address is milton country park , milton and the phone number is 01223420060 . Do you need anything else ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes what is the entrance fee ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,name,'Milton Country Park');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The entrance is free to Milton Country Park !"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Wonderful thank you so much for your help !"
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else today ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I think that is all for today . Thank you ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system !"
}
] |
MUL1805.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:result",
"arrive_by",
"13:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:result",
"arrive_by",
"13:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"J3B2D19H"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"parks"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:result",
"arrive_by",
"13:54"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"J3B2D19H"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"parks"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Milton Country Park"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:result",
"arrive_by",
"13:54"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"J3B2D19H"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"parks"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Milton Country Park"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"milton country park"
],
[
"_:result",
"phone",
"01223420060"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:result",
"arrive_by",
"13:54"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"J3B2D19H"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"parks"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"milton country park"
],
[
"_:result",
"phone",
"01223420060"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Milton Country Park"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:result",
"arrive_by",
"13:54"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"J3B2D19H"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"parks"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"milton country park"
],
[
"_:result",
"phone",
"01223420060"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Milton Country Park"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I really would like to try some Indian food while in town so please find me a restaurant that serves it on the East side"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'curry prince');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry prince is a nice place . Do you want to book ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'13:45');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yeah . I 'd like a table for 2 people on tuesday at 13:45 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,ref,'LDY1DUF0');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : LDY1DUF0 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would also like to get a place to stay too ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'33');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 33 options for lodging in town . Do you have a preference for type , area , pricerange , or star rating ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,has_parking,'dontcare');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Same area as the restaurant , moderate price range , and it does n't have to have free parking ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'Carolina Bed and Breakfast');(_:result,stars,'four');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found 3 that match that criteria . I would recommend the Carolina Bed and Breakfast which is four stars . Would you like a reservation ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds perfect . I need that for 5 nights ."
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Okay . Can you tell me what day you 'll be arriving ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like reservations for Tuesday ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people will be staying ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "2 people will be staying . Can you give me the reference number too ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'0OGAX9RA');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful , and your reference number is 0OGAX9RA ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , that 's all I needed today . Goodbye !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , you are welcome ! Have a good stay !"
}
] |
PMUL4236.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"ref",
"LDY1DUF0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"ref",
"LDY1DUF0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"ref",
"LDY1DUF0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"Carolina Bed and Breakfast"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"ref",
"LDY1DUF0"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"Carolina Bed and Breakfast"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:booking",
"ref",
"LDY1DUF0"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"Carolina Bed and Breakfast"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"Carolina Bed and Breakfast"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"0OGAX9RA"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you help me find a place to stay ? I am looking for a hotel in the east part of town and it needs free wifi ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,category,'guesthouse');(_:result,category,'proper hotel');(_:result,type,'Hotel'))",
"inform((_:result,count,'7');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Would you prefer a proper hotel or a guesthouse ? There are 7 places to stay with your chosen criteria ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,name,'the place');(_:search,type,'Attraction');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I have no preference , but the place does need to include free parking ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'517a coldham lane');(_:result,name,'Allenbell guesthouse');(_:result,phone,'01223210353');(_:result,postcode,'cb13js');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The Allenbell guesthouse fits your preferences . It 's located at 517a coldham lane , postcode cb13js . The phone number is 01223210353 . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'8');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . I need to make a reservation there for 8 people , arriving Friday night and departing Wednesday morning ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'6');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have six places with that criteria , is there a star rating you prefer ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))",
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , but I need a place that has free wifi and I would also like a reference number for the booking , please ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , but the hotel has no vacancy for that stay . Would you like to try a shorter stay ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,stay,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I guess you can try for four nights ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'QNV935PQ');(_:booking,stay,'four');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok , I was able to book your stay for four days . Your reference number is QNV935PQ . Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I am also looking for places to go in town specifically a college ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "What part of town would you like it"
}
] |
MUL1157.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"proper hotel"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"the place"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"proper hotel"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"the place"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"name",
"Allenbell guesthouse"
],
[
"_:result",
"phone",
"01223210353"
],
[
"_:result",
"postcode",
"cb13js"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"proper hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"the place"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"name",
"Allenbell guesthouse"
],
[
"_:result",
"phone",
"01223210353"
],
[
"_:result",
"postcode",
"cb13js"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"proper hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"the place"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"name",
"Allenbell guesthouse"
],
[
"_:result",
"phone",
"01223210353"
],
[
"_:result",
"postcode",
"cb13js"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"canthelp",
"_:booking/6fac923e"
],
[
"_:booking/6fac923e",
"type",
"Booking"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"proper hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"the place"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"name",
"Allenbell guesthouse"
],
[
"_:result",
"phone",
"01223210353"
],
[
"_:result",
"postcode",
"cb13js"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"canthelp",
"_:booking/6fac923e"
],
[
"_:booking/6fac923e",
"type",
"Booking"
],
[
"_:search",
"stay",
"four"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"QNV935PQ"
],
[
"_:booking",
"stay",
"four"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you help me find a hotel that has free wifi ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'9');(_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure , there are 9 hotels with free wifi . Is there an area of town or price range you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like something cheap in the north part of town ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,pricerange,'cheap');(_:search,type,'Hotel'))",
"inform((_:result,count,'2');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry . There is not one in the cheap range . I do have 2 in the moderate range . Would you be interested in one of those ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sure , but can I get one that also has free parking ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"select((_:result,name,'Ashley hotel');(_:result,name,'Lovell lodge');(_:result,type,'Hotel'))",
"inform((_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "They both have free parking . Would you like to book at Ashley hotel or Lovell lodge ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "It does n't matter . The Ashley is fine ."
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I need to know when you 'd like to begin your stay , how many are in your party , and how many nights you 'd like reserved ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'6');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "There will be 6 of us arriving on Sunday , and we need to stay for 4 nights ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'GDEFC2RE');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You have a reservation . The confirmation code is GDEFC2RE ."
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you , that is it bye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm glad I could help !"
}
] |
SNG0977.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",
"count",
"9"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_: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"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/10ca80b2"
],
[
"_:search/10ca80b2",
"pricerange",
"cheap"
],
[
"_:search/10ca80b2",
"type",
"Hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/10ca80b2"
],
[
"_:search/10ca80b2",
"pricerange",
"cheap"
],
[
"_:search/10ca80b2",
"type",
"Hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:result",
"name",
"Lovell lodge"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/10ca80b2"
],
[
"_:search/10ca80b2",
"pricerange",
"cheap"
],
[
"_:search/10ca80b2",
"type",
"Hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:result",
"name",
"Lovell lodge"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/10ca80b2"
],
[
"_:search/10ca80b2",
"pricerange",
"cheap"
],
[
"_:search/10ca80b2",
"type",
"Hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:result",
"name",
"Lovell lodge"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"GDEFC2RE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm excited to be traveling to cambridge and would like to find some places to go in the centre of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'centre');(_:result,count,'44');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Luckily , there are 44 places to go in the town centre . Do you have a certain type of place you would like to go ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'theatre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I would like a theatre in the centre ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'anglia ruskin enterprise , east road');(_:result,area,'centre');(_:result,name,'The mumford theatre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The mumford theatre is in town centre , located at anglia ruskin enterprise , east road . Would you like their phone number ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes I would like their phone number ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'08451962320');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Okay , their phone number is 08451962320 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'carolina bed and breakfast');(_:search,type,'Hotel'))",
"request((_:result,area,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm also looking for the Carolina Bed and Breakfast . What area is it in ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'east');(_:result,name,'The carolina');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The carolina is in the east part of town . Would you like me to book a room for you ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No , that 's okay , I just needed to know what area it was in ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,phone,'01223247015');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Just in case you need it the phone number is 01223247015 . Was there anything else I can assist you with today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thanks - I 'm all set . You 've been a great help ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "No problem . Have a great stay ."
}
] |
MUL1059.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"44"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"anglia ruskin enterprise , east road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"The mumford theatre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"44"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"address",
"anglia ruskin enterprise , east road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"The mumford theatre"
],
[
"_:result",
"phone",
"08451962320"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"44"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"address",
"anglia ruskin enterprise , east road"
],
[
"_:result",
"phone",
"08451962320"
],
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"The carolina"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"44"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"address",
"anglia ruskin enterprise , east road"
],
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"The carolina"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"01223247015"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you help me find an expensive restaurant to eat at in east Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,food,'British');(_:result,food,'Chinese');(_:result,food,'Gastropub');(_:result,food,'Indian');(_:result,type,'Restaurant'))",
"inform((_:result,count,'4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 4 different food types available : British , Chinese , Gastropub and Indian . Does one of those appeal to you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I was wanting Korean . Do you see any Korean restaurants anywhere else in the city ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,count,'1');(_:result,food,'Korean');(_:result,name,'Little Seoul');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is one expensive Korean restaurant in the centre called Little Seoul ."
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Can you book me a table there ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people will be in your party and when would you like the reservation ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'20:00');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "There will be 8 people , and I want to book it for 20:00 on Wednesday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'TY97W8SL');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : TY97W8SL ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else that I could help you with ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'nightclub');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes I was wondering if you could help me find a nightclub in the same area ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,count,'5');(_:result,name,'Club Salsa');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Okay , there are 5 options . I recommend Club Salsa ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Great , could I get the address there please ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'1 station road');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "the address is 1 station road"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could I also have the postcode and phone number ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,phone,'07782218745');(_:result,postcode,'cb12jb');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their phone number is 07782218745 and their postcode is cb12jb ."
},
{
"id": 16,
"rdf-acts": [],
"speaker": "user",
"text": "Did you book it for me ?"
},
{
"id": 17,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'five pounds');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Reservations are n't necessary for the Club Salsa , but the entrance fee is five pounds . Is there anything else I can help you with ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,arrive_by,'20:00');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Could I book a taxi to take me to the restaurant ? I 'll need to arrive by 20:00 ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,car,'blue BMW');(_:result,phone,'07757635795');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Please look for a blue BMW . Contact number : 07757635795 . What else can I help you with today ?"
},
{
"id": 20,
"rdf-acts": [],
"speaker": "user",
"text": "That was everything ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge TownInfo centre . We 're here 24/7 . Have a great day ."
}
] |
PMUL2488.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Gastropub"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Korean"
],
[
"_:result",
"name",
"Little Seoul"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"korean"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Korean"
],
[
"_:result",
"name",
"Little Seoul"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"korean"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Korean"
],
[
"_:result",
"name",
"Little Seoul"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"TY97W8SL"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"korean"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Korean"
],
[
"_:result",
"name",
"Little Seoul"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"ref",
"TY97W8SL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"korean"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Korean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"ref",
"TY97W8SL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Club Salsa"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"korean"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Korean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"ref",
"TY97W8SL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Club Salsa"
],
[
"_:result",
"address",
"1 station road"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"korean"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Korean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"ref",
"TY97W8SL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Club Salsa"
],
[
"_:result",
"address",
"1 station road"
],
[
"_:result",
"phone",
"07782218745"
],
[
"_:result",
"postcode",
"cb12jb"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"korean"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Korean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"ref",
"TY97W8SL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Club Salsa"
],
[
"_:result",
"address",
"1 station road"
],
[
"_:result",
"phone",
"07782218745"
],
[
"_:result",
"postcode",
"cb12jb"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"five pounds"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"20:00"
],
[
"_: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",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"korean"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Korean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"ref",
"TY97W8SL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Club Salsa"
],
[
"_:result",
"address",
"1 station road"
],
[
"_:result",
"postcode",
"cb12jb"
],
[
"_:result",
"entrance_fee",
"five pounds"
],
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue BMW"
],
[
"_:result",
"phone",
"07757635795"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'north american');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you help me find a moderately priced restaurant that serves North American food ? Thanks ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,count,'1');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))",
"offer((_:booking,type,'Booking'))",
"canthelp((_:search,food,'North American');(_:search,pricerange,'moderately priced');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunately , I am unable to locate a moderately priced North American restaurant . I did find an expensive one , would you be interested in that ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No . How about Italian food ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'5');(_:result,food,'italian');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure . There are five moderately priced italian restaurants . Would you prefer a certain part of town ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Perhaps the center ? But I don;t think I have a preference ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,food,'Italian');(_:result,name,'Pizza Express');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Pizza Express is a great place that serves moderately priced Italian in the city centre . Would you like me to make you a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'15:00');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . Please reserve for 5 people on Sunday at 15:00 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book for you . Do you need a reference number ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,destination,'leicester');(_:search,leave_at,'18:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I do need it . I 'm also looking for a train that goes to Leicester after 18:30 . Is there anything available ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day do you need to leave ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave on monday and depart from cambridge ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,count,'5');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are 5 different trains on that day . Would you like me to book one of them ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,leave_at,'18:30');(_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please . I just need tickets for all 5 of us . as close to 18:30 as possible ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,id,'TR0335');(_:booking,ref,'13V7H457');(_:booking,ticket,'189 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "the train i d is TR0335 . Booking was successful , the total fee is 189 GBP payable at the station . \n Reference number is : 13V7H457 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks that 's all I need today"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us and have a great day ."
}
] |
PMUL0935.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"north american"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/66d71224"
],
[
"_:search/66d71224",
"food",
"North American"
],
[
"_:search/66d71224",
"pricerange",
"moderately priced"
],
[
"_:search/66d71224",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/66d71224"
],
[
"_:search/66d71224",
"food",
"North American"
],
[
"_:search/66d71224",
"pricerange",
"moderately priced"
],
[
"_:search/66d71224",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/66d71224"
],
[
"_:search/66d71224",
"food",
"North American"
],
[
"_:search/66d71224",
"pricerange",
"moderately priced"
],
[
"_:search/66d71224",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"center"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Pizza Express"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/66d71224"
],
[
"_:search/66d71224",
"food",
"North American"
],
[
"_:search/66d71224",
"pricerange",
"moderately priced"
],
[
"_:search/66d71224",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"center"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Pizza Express"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/66d71224"
],
[
"_:search/66d71224",
"food",
"North American"
],
[
"_:search/66d71224",
"pricerange",
"moderately priced"
],
[
"_:search/66d71224",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"center"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Pizza Express"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/66d71224"
],
[
"_:search/66d71224",
"food",
"North American"
],
[
"_:search/66d71224",
"pricerange",
"moderately priced"
],
[
"_:search/66d71224",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"center"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Pizza Express"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/66d71224"
],
[
"_:search/66d71224",
"food",
"North American"
],
[
"_:search/66d71224",
"pricerange",
"moderately priced"
],
[
"_:search/66d71224",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"center"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Pizza Express"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR0335"
],
[
"_:booking",
"ref",
"13V7H457"
],
[
"_:booking",
"ticket",
"189 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a place to stay"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'lots');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are are lots of options . Is there a particular side of town you would like to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for something moderately priced in the west ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Hobsons House');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Hobsons House is exactly what you 're looking for . Would you like me to book it for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Are they 4 star rated by chance ?"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I am sorry I have no listings for any with 4 stars ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That 's okay . Can you look for one that is expensive ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'huntingdon marriot hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the huntingdon marriot hotel is great !"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'1');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sounds good . Can you book for Wednesday for 1 person , 4 nights ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'N7L47L69');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful , your reference number is N7L47L69 ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'venetian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I also need a restaurant that serves venetian food , in the expensive range ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , I ca n't find any restaurants matching your request . Would you like to try for a different type of cuisine perhaps ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "OK , then please try Italian restaurants ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'caffee uno');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have the caffee uno located in the centre ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great ! I would like a reservation for Wednesday ."
},
{
"id": 15,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Certainly , at what time ? And how many will be in your party ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'18:15');(_:search,people,'same group of people');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "The same group of people discussed at 18:15 the same day ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,day,'Wednesday');(_:booking,duration,'18:15');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Table for 1 at Caffe Uno is confirmed for Wednesday at 18:15 . They will hold your table until 15 minutes after your reservation time . Your confirmation number is A3L9KQ34 ."
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Awesome . Now please book me a taxi to the restaurant . Just please make sure I get their in time for my reservation"
},
{
"id": 19,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "In order to book a taxi I need the travel time , departure location and the arrival location ."
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I will be leaving the restaurant ."
},
{
"id": 21,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Please to book a taxi I need departure location , arival location and travel time . Please provide that information ."
},
{
"id": 22,
"rdf-acts": [
"inform((_:search,arrive_by,'18:15');(_:search,day,'wednesday');(_:search,departure,'the hotel');(_:search,destination,'the restaurant');(_:search,duration,'18:15');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , I will be leaving from the hotel . I will need to arrive at the restaurant by 18:15 on Wednesday ."
},
{
"id": 23,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))",
"inform((_:result,car,'white Volvo');(_:result,phone,'07236170295');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Your taxi has been booked . It will be a white Volvo and their contact number is 07236170295 ."
},
{
"id": 24,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much for all your help . Have a great day ."
},
{
"id": 25,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge TownInfo centre . Have a great day ."
}
] |
PMUL0054.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/20a39210"
],
[
"_:search/20a39210",
"stars",
"4"
],
[
"_:search/20a39210",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/20a39210"
],
[
"_:search/20a39210",
"stars",
"4"
],
[
"_:search/20a39210",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"huntingdon marriot hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/20a39210"
],
[
"_:search/20a39210",
"stars",
"4"
],
[
"_:search/20a39210",
"type",
"Hotel"
],
[
"_:result",
"name",
"huntingdon marriot hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"N7L47L69"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"venetian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/20a39210"
],
[
"_:search/20a39210",
"stars",
"4"
],
[
"_:search/20a39210",
"type",
"Hotel"
],
[
"_:result",
"name",
"huntingdon marriot hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"N7L47L69"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/445d513e"
],
[
"_:search/445d513e",
"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": [
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/20a39210"
],
[
"_:search/20a39210",
"stars",
"4"
],
[
"_:search/20a39210",
"type",
"Hotel"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"N7L47L69"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/445d513e"
],
[
"_:search/445d513e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"caffee uno"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/20a39210"
],
[
"_:search/20a39210",
"stars",
"4"
],
[
"_:search/20a39210",
"type",
"Hotel"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"N7L47L69"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/445d513e"
],
[
"_:search/445d513e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"caffee uno"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/20a39210"
],
[
"_:search/20a39210",
"stars",
"4"
],
[
"_:search/20a39210",
"type",
"Hotel"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"N7L47L69"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/445d513e"
],
[
"_:search/445d513e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"caffee uno"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"18:15"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/20a39210"
],
[
"_:search/20a39210",
"stars",
"4"
],
[
"_:search/20a39210",
"type",
"Hotel"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"N7L47L69"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/445d513e"
],
[
"_:search/445d513e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"caffee uno"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"18:15"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/20a39210"
],
[
"_:search/20a39210",
"stars",
"4"
],
[
"_:search/20a39210",
"type",
"Hotel"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"N7L47L69"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/445d513e"
],
[
"_:search/445d513e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"caffee uno"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"18:15"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/20a39210"
],
[
"_:search/20a39210",
"stars",
"4"
],
[
"_:search/20a39210",
"type",
"Hotel"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"N7L47L69"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/445d513e"
],
[
"_:search/445d513e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"caffee uno"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"18:15"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white Volvo"
],
[
"_:result",
"phone",
"07236170295"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "I need to find the addenbrookes hospital ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,department,?);(_:search,type,'Hospital'))"
],
"speaker": "system",
"text": "Are you looking for a particular department ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "No , that 's fine . Just the location with postcode , please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The postcode is : CB20QQ"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay great . Thank you ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome !"
}
] |
SNG0242.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'stevenage');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for a train from Stevenage to Cambridge"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,leave_at,'every hour');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day do you need the ticket for ? Trains leave every hour ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,leave_at,'16:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am travelling on Monday and need to leave after 16:30 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'18:10');(_:result,id,'TR0244');(_:result,leave_at,'17:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR0244 leaves at 17:21 and arrives by 18:10 . Would you like this one ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please . What is the cost for this train ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR0254');(_:result,ticket,'12.80 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "My apologies . The train ID is TR0254 not TR0244 . The cost is 12.80 pounds per ticket . Can I book a ticket for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that would be great . Please book for 6 people ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'PENZQ430');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes that booking was successful and your reference number for the trip and tickets is PENZQ430 . Is there anything else I can help you with today ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , I think I 'm all set . Thank you for your help !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using this system !"
}
] |
SNG0286.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"every hour"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"16:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"16:30"
],
[
"_:result",
"arrive_by",
"18:10"
],
[
"_:result",
"id",
"TR0244"
],
[
"_:result",
"leave_at",
"17:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"16:30"
],
[
"_:result",
"arrive_by",
"18:10"
],
[
"_:result",
"leave_at",
"17:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR0254"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"16:30"
],
[
"_:result",
"arrive_by",
"18:10"
],
[
"_:result",
"leave_at",
"17:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"id",
"TR0254"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"PENZQ430"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "i want information about a place i can see local attractions ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Okay ! What part of town would you like to visit ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Come to think of it , let 's put that off for now . I was thinking of trying some new cuisine while we are in town . Something expensive ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Okay ! What cuisine would you like to try ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'jamaican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 've got a couple of Jamaican buddies and I want to make them feel at home ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'Jamaican');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "We do n't have any expensive Jamaican places in town . Do you want to try something else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'african');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about something that serves African food ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,food,'African');(_:result,name,'Bedouin');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Bedouin in the city centre is an expensive African restaurant . Would you like me to book it for you ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't need a table right now , but I do need the postcode and phone number for that restaurant ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,phone,'01223367660');(_:result,postcode,'cb12bd');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the phone number is 01223367660 and the postcode is cb12bd"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'boat');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thanks for that info . I also need attractions in the same section of town as the restaurant . Do you have any boat activities ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,name,'Cambridge Punter');(_:result,name,'Scudamores Punting Co');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 2 in that area . They are Scudamores Punting Co and The Cambridge Punter ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,name,'scudamores punting');(_:search,name,'scudamores punting co.');(_:search,type,'Attraction');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I want to try Scudamores Punting Co. What is their postcode and phone number , please ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,phone,'01223359750');(_:result,postcode,'cb21rs');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode is cb21rs , and the phone number is 01223359750"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "cool , thanks . i do n't need anything more . see ya !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Bye . I hope you enjoy your visit ."
}
] |
PMUL3048.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"jamaican"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/b109de8a"
],
[
"_:search/b109de8a",
"food",
"Jamaican"
],
[
"_:search/b109de8a",
"pricerange",
"expensive"
],
[
"_:search/b109de8a",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"african"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/b109de8a"
],
[
"_:search/b109de8a",
"food",
"Jamaican"
],
[
"_:search/b109de8a",
"pricerange",
"expensive"
],
[
"_:search/b109de8a",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"african"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/b109de8a"
],
[
"_:search/b109de8a",
"food",
"Jamaican"
],
[
"_:search/b109de8a",
"pricerange",
"expensive"
],
[
"_:search/b109de8a",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223367660"
],
[
"_:result",
"postcode",
"cb12bd"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/b109de8a"
],
[
"_:search/b109de8a",
"food",
"Jamaican"
],
[
"_:search/b109de8a",
"pricerange",
"expensive"
],
[
"_:search/b109de8a",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223367660"
],
[
"_:result",
"postcode",
"cb12bd"
],
[
"_:search",
"category",
"boat"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Cambridge Punter"
],
[
"_:result",
"name",
"Scudamores Punting Co"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"scudamores punting"
],
[
"_:search",
"name",
"scudamores punting co."
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/b109de8a"
],
[
"_:search/b109de8a",
"food",
"Jamaican"
],
[
"_:search/b109de8a",
"pricerange",
"expensive"
],
[
"_:search/b109de8a",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"boat"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Cambridge Punter"
],
[
"_:result",
"name",
"Scudamores Punting Co"
],
[
"_:search",
"name",
"scudamores punting"
],
[
"_:search",
"name",
"scudamores punting co."
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"01223359750"
],
[
"_:result",
"postcode",
"cb21rs"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'sala thong');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello ! I am looking to book reservations at Sala Thong ."
},
{
"id": 1,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,food,'Thai');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ah yes , I have that right here . It 's an expensive Thai restaurant in the west end . How many people would you like to reserve a table for , and what day / time ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all the info I needed . Thanks ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Are you sure you do n't need help with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'swimmingpool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'd also like to know if there 's a swimmingpool in the east ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'Abbey pool and astroturf pitch');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Abbey pool and astroturf pitch is in the east . Would you like the address and postal code ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Just the address would be fine . Thanks ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'pool way , whitehill road , off newmarket road');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure thing . The address is pool way , whitehill road , off newmarket road . Can I help with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'the pool');(_:search,destination,'the restaurant');(_:search,leave_at,'10:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , I need a taxi from the pool to the restaurant , I would like to leave the pool place at 10:00"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,car,'grey Toyota');(_:result,departure,'Abbey Pool and Astroturf Pitch');(_:result,destination,'Sala Thong');(_:result,leave_at,'10:00');(_:result,phone,'07847553074');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking complete ! A grey Toyota will collect you at Abbey Pool and Astroturf Pitch at 10:00 , heading to Sala Thong . The driver 's contact number is 07847553074 . Will that be all today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes , you have helped tremendously . Thank you ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , have a nice day . Bye ."
}
] |
MUL2368.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"sala thong"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"sala thong"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"sala thong"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimmingpool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"sala thong"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimmingpool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Abbey pool and astroturf pitch"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"sala thong"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimmingpool"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Abbey pool and astroturf pitch"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"pool way , whitehill road , off newmarket road"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the pool"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"10:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"sala thong"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimmingpool"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Abbey pool and astroturf pitch"
],
[
"_:result",
"address",
"pool way , whitehill road , off newmarket road"
],
[
"_:search",
"departure",
"the pool"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"10:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey Toyota"
],
[
"_:result",
"departure",
"Abbey Pool and Astroturf Pitch"
],
[
"_:result",
"destination",
"Sala Thong"
],
[
"_:result",
"leave_at",
"10:00"
],
[
"_:result",
"phone",
"07847553074"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'Anatoilia');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi to Anatoilia ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where will you leave from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'kymmoy');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm be leaving from kymmoy ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What time would you like to depart ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'22:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to leave after 22:00 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,car,'grey skoda');(_:result,phone,'07708367606');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Alright I have a grey skoda . The contact number is 07708367606 . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That should do it , thanks so much for your help . Bye !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your visit ."
}
] |
SNG02109.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"Anatoilia"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"Anatoilia"
],
[
"_:search",
"departure",
"kymmoy"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"Anatoilia"
],
[
"_:search",
"departure",
"kymmoy"
],
[
"_:search",
"leave_at",
"22:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"Anatoilia"
],
[
"_:search",
"departure",
"kymmoy"
],
[
"_:search",
"leave_at",
"22:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey skoda"
],
[
"_:result",
"phone",
"07708367606"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . I am looking for a moderately priced restaurant in the west part of town ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,food,'British');(_:result,food,'Indian');(_:result,food,'Italian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you prefer British , Indian , or Italian food ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Indian , please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'meghna');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meghna is an indian restaurant . Would you like the phone number ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please . And also the address ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'205 Victoria Road Chesterton');(_:result,phone,'01223 727410');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address is 205 Victoria Road Chesterton and the phone number is 01223 727410 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . Have a nice day !"
}
] |
WOZ20215.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",
"food",
"British"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_: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",
"moderately"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"address",
"205 Victoria Road Chesterton"
],
[
"_:result",
"phone",
"01223 727410"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for some place to go in the West ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "No problem . Any preference on type ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'dontcare');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Any type of attraction will do ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'2 - 3 Castle Street');(_:result,entrance_fee,'free');(_:result,name,'Cambridge and County Folk Museum');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Great . The Cambridge and County Folk Museum is located at 2 - 3 Castle Street and is free . Would you like the phone number ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No thanks . I am also looking for a train for Tuesday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'over 400');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Wow ! We 've got over 400 choices . Where would you like to depart or arrive ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,destination,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need to get information on trains running from Cambridge to Stansted Airport on Tuesday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,leave_at,'quite late at night');(_:result,leave_at,'very early morning');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "That narrows it down a bit . Is there a certain time of day you 'd like to travel ? The choices range from very early morning to quite late at night ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'08:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to arrive at the airport by 08:30 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'08:08');(_:result,departure,'Cambridge');(_:result,destination,'the airport');(_:result,id,'TR0684');(_:result,leave_at,'7:40');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have train ID TR0684 . It leaves Cambridge at 7:40 and arrives at the airport at 08:08 ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Ok that sounds great , thank you ! That 's all I need for now ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,arrive_by,'08:08');(_:booking,category,'Train');(_:booking,day,'tuesday');(_:booking,departure,'Cambridge');(_:booking,destination,'stansted airport');(_:booking,id,'TR0684');(_:booking,leave_at,'07:40');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok , I booked you on TR0684 tuesday leaving cambridge at 07:40 going to stansted airport with an arrival at 08:08 . Anything else I can help with ?"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Perfect ! That will do it for today . Have a great afternoon . Bye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Have a lovely day then , goodbye ."
}
] |
MUL1789.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",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"address",
"2 - 3 Castle Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge and County Folk Museum"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"address",
"2 - 3 Castle Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge and County Folk Museum"
],
[
"_:result",
"amount",
"over 400"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"address",
"2 - 3 Castle Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge and County Folk Museum"
],
[
"_:result",
"amount",
"over 400"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"leave_at",
"quite late at night"
],
[
"_:result",
"leave_at",
"very early morning"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"address",
"2 - 3 Castle Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge and County Folk Museum"
],
[
"_:result",
"amount",
"over 400"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"08:08"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"the airport"
],
[
"_:result",
"id",
"TR0684"
],
[
"_:result",
"leave_at",
"7:40"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"address",
"2 - 3 Castle Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge and County Folk Museum"
],
[
"_:result",
"amount",
"over 400"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"08:08"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"the airport"
],
[
"_:result",
"id",
"TR0684"
],
[
"_:result",
"leave_at",
"7:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"arrive_by",
"08:08"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"tuesday"
],
[
"_:booking",
"departure",
"Cambridge"
],
[
"_:booking",
"destination",
"stansted airport"
],
[
"_:booking",
"id",
"TR0684"
],
[
"_:booking",
"leave_at",
"07:40"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a place to stay in the moderate price range . It must include free parking ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Is there a specific part of town you would like to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would prefer to stay in a 2 star hotel in the north ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,category,'hotel');(_:result,has_parking,'none');(_:result,name,'Ashley hotel');(_:result,pricerange,'moderate');(_:result,stars,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Ashley hotel is a 2 star hotel in the north with free parking in the moderate price range . I can book this for you ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "That would be great ! Can you let me know what the post code is ? Thank you !"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,postcode,'cb41er');(_:result,type,'Hotel'))",
"request((_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The postcode is cb41er . How long would you like to stay and how many should I book the hotel for ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'swimming pool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I do n't need to book it at this time . Can you help me find a place to visit while I 'm in town ? I 'd like a swimming pool in the North ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'north');(_:result,category,'swimming pools');(_:result,count,'2');(_:result,name,'jesus green outdoor pool and kings hedges learner pool');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We list two swimming pools in the north area , jesus green outdoor pool and kings hedges learner pool . Would you like more information on either of those ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you give me the phone number and postcode for the Jesus Green pool , please ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223302579');(_:result,postcode,'cb43px');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , the phone number is 01223302579 and the postcode is cb43px . Can I help with anything else today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is all thank you ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , goodbye ."
}
] |
MUL1170.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"jesus green outdoor pool and kings hedges learner pool"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"2"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"jesus green outdoor pool and kings hedges learner pool"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223302579"
],
[
"_:result",
"postcode",
"cb43px"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'ely');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to find a train leaving from Ely to go to Cambridge , please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day will you travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'11:45');(_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive by 11:45 on Saturday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'9:52');(_:result,count,'3');(_:result,id,'TR0554');(_:result,leave_at,'09:35');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "We have 3 trains , TR0554 leaves at 09:35 and arrives at 9:52 , would you like me to book you a trip ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That fits my schedule , yes please reserve 6 tickets for us , and let me know the reference number when you have it ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'Z34WGFK7');(_:booking,ticket,'21.12 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , your all set ! Reference number is Z34WGFK7 . Cost of the tickets are 21.12 GBP payable at the station . Is there anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'Lensfield hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need to book a hotel as well , called the Lensfield hotel ."
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , I can help you with that . How many people will be staying , and for how many nights ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'6');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "A total of 6 people and for 2 nights starting on Saturday ."
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry , that day is not available or you would need a shorter stay is there anything else I could do instead ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,stay,'one');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you try one night instead of two ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'C52VRAL6');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : C52VRAL6 . Anything else ?"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That is wonderful . I think I am all set for now . Goodbye for now ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Can I interest you in a place to eat while you 're town ? We have many great restaurants . If you need reservations please let us know . Goodbye ."
}
] |
MUL2131.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"arrive_by",
"9:52"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"id",
"TR0554"
],
[
"_:result",
"leave_at",
"09:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"arrive_by",
"9:52"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"id",
"TR0554"
],
[
"_:result",
"leave_at",
"09:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"Z34WGFK7"
],
[
"_:booking",
"ticket",
"21.12 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"Lensfield hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:result",
"arrive_by",
"9:52"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"id",
"TR0554"
],
[
"_:result",
"leave_at",
"09:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"Z34WGFK7"
],
[
"_:booking",
"ticket",
"21.12 GBP"
],
[
"_:search",
"name",
"Lensfield hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:result",
"arrive_by",
"9:52"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"id",
"TR0554"
],
[
"_:result",
"leave_at",
"09:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"Z34WGFK7"
],
[
"_:booking",
"ticket",
"21.12 GBP"
],
[
"_:search",
"name",
"Lensfield hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stay",
"one"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:result",
"arrive_by",
"9:52"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"id",
"TR0554"
],
[
"_:result",
"leave_at",
"09:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"21.12 GBP"
],
[
"_:search",
"name",
"Lensfield hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"one"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"C52VRAL6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a high end Indian restaurant , are there any in town ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'14');(_:result,food,'Indian');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 14 expensive Indian restaurants in Cambridge . Is there an area of town that you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "The restaurant should be in the west ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Tandoori Palace');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Tandoori Palace sounds like just what you are looking for . Would you like a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'19:15');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please for 1 person saturday at 19:15 please ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'NGOQ9J96');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "All right , I 've made your reservation . The reference number is NGOQ9J96 . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , that 's all . Thank you for your help !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome , enjoy your dinner !"
}
] |
SNG0547.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Tandoori Palace"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Tandoori Palace"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"NGOQ9J96"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'golden wok');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I am looking for a restaurant in Cambridge . I believe it is called Golden Wok ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'191 Histon Road Chesterton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It is located at 191 Histon Road Chesterton"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'11:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you book me a table for 11:00 on Friday ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,people,'1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes I can ! Table for 1 ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Actually , for 4 , please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'MUFCMYFF');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , your booking was successful ! The reference number is MUFCMYFF . The table will be reserved for 15 minutes ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Great , can you also get me information or architecture in the area"
},
{
"id": 7,
"rdf-acts": [
"select((_:result,category,'churches');(_:result,category,'old schools');(_:result,type,'Attraction'))",
"inform((_:result,amount,'several');(_:result,area,'centre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure . There are several churches and an old schools attraction , all in the centre area . Do you have a preference ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "What do you recommend ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'trinity lane');(_:result,entrance_fee,'free admission');(_:result,name,'old schools');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "old schools is lovely , they are on trinity lane and free admission"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,destination,'golden wok');(_:search,type,'Taxi'))",
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I get the postcode for that ? I also need to book a taxi to the Golden Wok ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))",
"inform((_:result,postcode,'cb21tt');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode is cb21tt . Are you looking for a taxi from Old Schools to the Golden Wok ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'old schools');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes I do . I 'd like to make sure I arrive at the restaurant by the booked time . Can you check ?"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What time do you want to leave ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Actually all you have to do is set the taxi so it arrives by the arrived time . Am I better off booking it myself ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'10:45');(_:result,destination,'Old Schools');(_:result,type,'Taxi'))",
"reqmore()",
"inform((_:booking,day,'Friday');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked you a taxi for Friday to arrive at Old Schools at 10:45 . Is there anything else I may help you with ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I need the contact number and car type also ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'Lexus white in colour');(_:result,phone,'07381884388');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "it is a Lexus white in colour and contact number is 07381884388"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for the service , good day ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Have a great day !"
}
] |
PMUL4462.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",
"address",
"191 Histon Road Chesterton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"golden wok"
],
[
"_:result",
"address",
"191 Histon Road Chesterton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"golden wok"
],
[
"_:result",
"address",
"191 Histon Road Chesterton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:booking",
"people",
"1"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"MUFCMYFF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"golden wok"
],
[
"_:result",
"address",
"191 Histon Road Chesterton"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:booking",
"people",
"1"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"MUFCMYFF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"category",
"old schools"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"golden wok"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:booking",
"people",
"1"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"MUFCMYFF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"category",
"old schools"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"trinity lane"
],
[
"_:result",
"entrance_fee",
"free admission"
],
[
"_:result",
"name",
"old schools"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"golden wok"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"golden wok"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:booking",
"people",
"1"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"MUFCMYFF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"category",
"old schools"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"trinity lane"
],
[
"_:result",
"entrance_fee",
"free admission"
],
[
"_:result",
"name",
"old schools"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"old schools"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"golden wok"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:booking",
"people",
"1"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"MUFCMYFF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"category",
"old schools"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"trinity lane"
],
[
"_:result",
"entrance_fee",
"free admission"
],
[
"_:result",
"name",
"old schools"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"old schools"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"golden wok"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:booking",
"people",
"1"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"MUFCMYFF"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"category",
"old schools"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"trinity lane"
],
[
"_:result",
"entrance_fee",
"free admission"
],
[
"_:result",
"name",
"old schools"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_:search",
"departure",
"old schools"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"arrive_by",
"10:45"
],
[
"_:result",
"destination",
"Old Schools"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"car",
"?"
]
],
"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",
"golden wok"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:booking",
"people",
"1"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"MUFCMYFF"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"category",
"old schools"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"trinity lane"
],
[
"_:result",
"entrance_fee",
"free admission"
],
[
"_:result",
"name",
"old schools"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_:search",
"departure",
"old schools"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"arrive_by",
"10:45"
],
[
"_:result",
"destination",
"Old Schools"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"car",
"Lexus white in colour"
],
[
"_:result",
"phone",
"07381884388"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi can you help me find a very nice italian restaurant near the centre of cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Please specify your price range ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "It does not matter ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'italian');(_:result,name,'zizzi cambridge');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "zizzi cambridge serves italian in the centre ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I have the address , phone number , and postcode ?"
},
{
"id": 5,
"rdf-acts": [
"thank()",
"reqmore()",
"inform((_:result,address,'47 - 53 Regent Street');(_:result,phone,'01223365599');(_:result,postcode,'cb21ab');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Certainly . The address is 47 - 53 Regent Street with the postcode of cb21ab . Their phone number is \n 01223365599 . Is there anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'regency gallery');(_:search,type,'Attraction'))",
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I am also looking for the regency gallery attraction . Could you please provide me with information about it including the phone number ?"
},
{
"id": 7,
"rdf-acts": [
"thank()",
"reqmore()",
"inform((_:result,area,'centre');(_:result,category,'museum');(_:result,phone,'01223365454');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Of course . It is a museum in the centre . Their phone number 01223365454 . Can I tell you anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,leave_at,'22:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , I will also need to book a taxi to leave the restaurant by 22:15 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Of course , where would you like the taxi to take you to ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,destination,'regency gallery');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "To the Regency Gallery , please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'yellow Audi');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Alright , I 've booked a yellow Audi for you ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you get me the contact phone number please ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,phone,'07487479836');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure , the contact number is 07487479836 . Is there anything else I can assist you with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That should be all . Thank you for your help ! Goodbye !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a nice day !"
}
] |
MUL2386.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"zizzi cambridge"
],
[
"_: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",
"italian"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"zizzi cambridge"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"47 - 53 Regent Street"
],
[
"_:result",
"phone",
"01223365599"
],
[
"_:result",
"postcode",
"cb21ab"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"regency gallery"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"zizzi cambridge"
],
[
"_:result",
"address",
"47 - 53 Regent Street"
],
[
"_:result",
"postcode",
"cb21ab"
],
[
"_:search",
"name",
"regency gallery"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"phone",
"01223365454"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"22:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"zizzi cambridge"
],
[
"_:result",
"address",
"47 - 53 Regent Street"
],
[
"_:result",
"postcode",
"cb21ab"
],
[
"_:search",
"name",
"regency gallery"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"phone",
"01223365454"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"leave_at",
"22:15"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"regency gallery"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"zizzi cambridge"
],
[
"_:result",
"address",
"47 - 53 Regent Street"
],
[
"_:result",
"postcode",
"cb21ab"
],
[
"_:search",
"name",
"regency gallery"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"phone",
"01223365454"
],
[
"_:search",
"leave_at",
"22:15"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"regency gallery"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow Audi"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:result",
"phone",
"?"
]
],
"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",
"food",
"italian"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"zizzi cambridge"
],
[
"_:result",
"address",
"47 - 53 Regent Street"
],
[
"_:result",
"postcode",
"cb21ab"
],
[
"_:search",
"name",
"regency gallery"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:search",
"leave_at",
"22:15"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"regency gallery"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow Audi"
],
[
"_:result",
"phone",
"07487479836"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'varsity restaurant');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am traveling to Cambridge and am super excited to see some of the local tourist attractions and I am looking for a restaurant call The Varsity Restaurant ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,food,'international');(_:result,name,'Varsity Restaurant');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Varsity Restaurant serves international food at moderate prices . They are located in the centre . Would you like help in making a reservation ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'15:00');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please . Can you make it for 7 people on sunday at 15:00 ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,duration,'at that time');(_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am sorry but I was unable to book you at that time . Would you like to try a different time ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,duration,'14:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could we make it for 14:00 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,duration,'that time');(_:booking,type,'Booking'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes that time is available , would you like me to book that for you ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I sure would , thanks ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'EZAWT5OG');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great , you 're booked with reference number EZAWT5OG . May I help with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm also looking for places to go in town . Can you assist me with that also ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,\"Scudamore 's Punting Co.\");(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Yes , I can . How about Scudamore 's Punting Co. ? It is located in the centre of town so it would be close to your restaurant ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Sounds great , but I actually would prefer to maybe visit a college campus . Can you recommend one ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,count,'5');(_:result,name,'Jesus college');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have five places . Jesus college is a good one , what would you like to know ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I get the postcode ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb58bl');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode is cb58bl . Is there anything else I can assist you with ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'my reserved time');(_:search,departure,'the college');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , I need a taxi to take me from the college to the restaurant . I want to make sure it arrives by my reserved time ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Booking completed ! \n Booked car type \t : \t red audi \n Contact number \t : \t 07727861490 \n is there anything else i can help you with ?"
}
] |
MUL2337.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"varsity restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"varsity restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"Varsity Restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"varsity restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"Varsity Restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/88c52b83"
],
[
"_:booking/88c52b83",
"duration",
"at that time"
],
[
"_:booking/88c52b83",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"varsity restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"Varsity Restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/88c52b83"
],
[
"_:booking/88c52b83",
"duration",
"at that time"
],
[
"_:booking/88c52b83",
"type",
"Booking"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"that time"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:booking",
"category",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"varsity restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"Varsity Restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/88c52b83"
],
[
"_:booking/88c52b83",
"duration",
"at that time"
],
[
"_:booking/88c52b83",
"type",
"Booking"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:booking",
"duration",
"that time"
],
[
"_:booking",
"category",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"EZAWT5OG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"varsity restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/88c52b83"
],
[
"_:booking/88c52b83",
"duration",
"at that time"
],
[
"_:booking/88c52b83",
"type",
"Booking"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:booking",
"duration",
"that time"
],
[
"_:booking",
"category",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"EZAWT5OG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Scudamore 's Punting Co."
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"varsity restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/88c52b83"
],
[
"_:booking/88c52b83",
"duration",
"at that time"
],
[
"_:booking/88c52b83",
"type",
"Booking"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:booking",
"duration",
"that time"
],
[
"_:booking",
"category",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"EZAWT5OG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Jesus college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"varsity restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/88c52b83"
],
[
"_:booking/88c52b83",
"duration",
"at that time"
],
[
"_:booking/88c52b83",
"type",
"Booking"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:booking",
"duration",
"that time"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"EZAWT5OG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Jesus college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb58bl"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"my reserved time"
],
[
"_:search",
"departure",
"the college"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am hoping you can help me find a British restaurant at which to dine during my visit to Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'11');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 11 results that match your preferences . What area of town will you be in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I will be in the west and it needs to be moderately priced ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'saint johns chop house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have saint johns chop house . Would you like me to book a reservation for you today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'14:45');(_:search,people,'6');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please make a booking for 6 people at 14:45 on saturday , and I need the reference number when completed ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'OKAT9RPQ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , the book was successful . The reference number is OKAT9RPQ . Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'camboats');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Sure , I need the address and postcode for an attraction called camboats ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'the plough , green end , fen ditton');(_:result,name,'Camboats');(_:result,postcode,'cb58sx');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address for Camboats is the plough , green end , fen ditton and the postcode is cb58sx ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thank you that is all i need for today ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system ! Have a great trip !"
}
] |
PMUL2258.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:result",
"count",
"11"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:result",
"count",
"11"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"OKAT9RPQ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"camboats"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:result",
"count",
"11"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"OKAT9RPQ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"camboats"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"the plough , green end , fen ditton"
],
[
"_:result",
"name",
"Camboats"
],
[
"_:result",
"postcode",
"cb58sx"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train from cambridge to stevenage ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,day,'friday');(_:booking,leave_at,'05:21');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I can get you tickets for friday . The train departs the station at 05:21 , is that time suitable for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "How long is the trip ? I might like to leave somewhat later ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,duration,'49 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The trip is 49 minutes ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'12:45');(_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Excellent . Book it for 6 people and I 'd like to arrive before 12:45 ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,arrive_by,'06:10');(_:booking,category,'Train');(_:booking,destination,'Stevenage');(_:booking,id,'TR2515');(_:booking,leave_at,'05:21');(_:booking,people,'6');(_:booking,ref,'1RMGSH2B');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , I 've booked you 6 tickets on train TR2515 , which leaves at 05:21 and arrives at 06:10 in Stevenage . Your reference number is 1RMGSH2B . Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thanks so much . And yes , could you possibly point me to some entertainment in the town centre ?"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Unfortunately there is n't anything in the town centre that 's entertainment , do you have an alternate preference or area you 'd like ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Are there any museums in the centre ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'museums');(_:result,count,'11');(_:result,entrance_fee,'free');(_:result,name,'Castle Galleries');(_:result,name,'Primavera');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 11 museums in the centre . Would you like to visit the Castle Galleries or Primavera perhaps ? Both are free ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I get the addresses of both ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'10 king s parade');(_:result,address,'unit su43 , grande arcade , saint andrews street');(_:result,name,'Castle galleries');(_:result,name,'Primavera');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Castle galleries is at unit su43 , grande arcade , saint andrews street . Primavera is at 10 king s parade ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Fantastic . May I have the postcodes for those museums as well ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,name,'Castle Galleries');(_:result,name,'Primavera');(_:result,postcode,'cb21sj');(_:result,postcode,'cb23bj');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Castle Galleries is cb23bj and Primavera is cb21sj ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , that 's all I need today . Goodbye !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Is there anything else I can help you with ?"
}
] |
MUL1760.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"friday"
],
[
"_:booking",
"leave_at",
"05:21"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"friday"
],
[
"_:booking",
"leave_at",
"05:21"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"friday"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"arrive_by",
"06:10"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"destination",
"Stevenage"
],
[
"_:booking",
"id",
"TR2515"
],
[
"_:booking",
"leave_at",
"05:21"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"1RMGSH2B"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"friday"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"arrive_by",
"06:10"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"destination",
"Stevenage"
],
[
"_:booking",
"id",
"TR2515"
],
[
"_:booking",
"leave_at",
"05:21"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"1RMGSH2B"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/edd6c7cd"
],
[
"_:search/edd6c7cd",
"area",
"centre"
],
[
"_:search/edd6c7cd",
"category",
"entertainment"
],
[
"_:search/edd6c7cd",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"friday"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"arrive_by",
"06:10"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"destination",
"Stevenage"
],
[
"_:booking",
"id",
"TR2515"
],
[
"_:booking",
"leave_at",
"05:21"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"1RMGSH2B"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/edd6c7cd"
],
[
"_:search/edd6c7cd",
"area",
"centre"
],
[
"_:search/edd6c7cd",
"category",
"entertainment"
],
[
"_:search/edd6c7cd",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"name",
"Primavera"
],
[
"_: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",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"friday"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"arrive_by",
"06:10"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"destination",
"Stevenage"
],
[
"_:booking",
"id",
"TR2515"
],
[
"_:booking",
"leave_at",
"05:21"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"1RMGSH2B"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/edd6c7cd"
],
[
"_:search/edd6c7cd",
"area",
"centre"
],
[
"_:search/edd6c7cd",
"category",
"entertainment"
],
[
"_:search/edd6c7cd",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:result",
"address",
"unit su43 , grande arcade , saint andrews street"
],
[
"_:result",
"name",
"Castle galleries"
],
[
"_:result",
"name",
"Primavera"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"friday"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"arrive_by",
"06:10"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"destination",
"Stevenage"
],
[
"_:booking",
"id",
"TR2515"
],
[
"_:booking",
"leave_at",
"05:21"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"1RMGSH2B"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/edd6c7cd"
],
[
"_:search/edd6c7cd",
"area",
"centre"
],
[
"_:search/edd6c7cd",
"category",
"entertainment"
],
[
"_:search/edd6c7cd",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:result",
"address",
"unit su43 , grande arcade , saint andrews street"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"name",
"Primavera"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"postcode",
"cb23bj"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,stars,'4-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I could use some help finding a place to stay that is 4-star rated ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "In which area would you like to stay ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Preferably the east ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'east');(_:result,category,'hotels');(_:result,count,'6');(_:result,pricerange,'cheap');(_:result,pricerange,'moderately priced');(_:result,stars,'4-stars');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 6 hotels in the east rated 4-stars ranging from cheap to moderately priced . Do you have a preference on price range ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do not , but it should have wifi ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'east');(_:result,has_internet,'none');(_:result,name,'a and b guest house');(_:result,stars,'4-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "a and b guest house is the area of east and has free wifi and is a 4-star hotel . Would you like me to book it for you ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No , thanks , just give me the postcode ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,\"a and b guest house 's\");(_:result,postcode,'cb12dp');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "a and b guest house 's postcode is cb12dp ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you , I 'm also looking for a train . Can you help with that ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Absolutely . Where are you departing from , and where would you like to go ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'stevenage');(_:search,destination,'cambridge');(_:search,leave_at,'17:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am departing from stevenage anytime after 17:00 . I would like to go to cambridge on monday ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,id,'TR2656');(_:result,leave_at,'17:54');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I can get you aboard TR2656 at 17:54 . Would you like me to book you a seat ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can I have the price for that ticket please ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,ticket,'12.80 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The price of the ticket is 12.80 pounds per person and is payable at the train station . Is there any thing else I can assist you with today ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))",
"request((_:result,arrive_by,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Could you tell me what time that train arrives in Cambridge please ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'18:43');(_:result,destination,'Cambridge');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The train arrives in Cambridge by 18:43 . Is there something else I could also help you with ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "One more thing . Can I have the train ID , please ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,id,'TR2656');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Of course , it 's TR2656 ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much for the help ."
},
{
"id": 19,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like me to book a ticket ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks . That was all I needed . Have a good day"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Have a fun trip !"
}
] |
MUL2046.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4-stars"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"name",
"a and b guest house 's"
],
[
"_:result",
"postcode",
"cb12dp"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"name",
"a and b guest house 's"
],
[
"_:result",
"postcode",
"cb12dp"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"17:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"name",
"a and b guest house 's"
],
[
"_:result",
"postcode",
"cb12dp"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"17:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR2656"
],
[
"_:result",
"leave_at",
"17:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"name",
"a and b guest house 's"
],
[
"_:result",
"postcode",
"cb12dp"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"17:00"
],
[
"_:result",
"id",
"TR2656"
],
[
"_:result",
"leave_at",
"17:54"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"name",
"a and b guest house 's"
],
[
"_:result",
"postcode",
"cb12dp"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"17:00"
],
[
"_:result",
"id",
"TR2656"
],
[
"_:result",
"leave_at",
"17:54"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"18:43"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"name",
"a and b guest house 's"
],
[
"_:result",
"postcode",
"cb12dp"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"17:00"
],
[
"_:result",
"leave_at",
"17:54"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"18:43"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"id",
"TR2656"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"name",
"a and b guest house 's"
],
[
"_:result",
"postcode",
"cb12dp"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"17:00"
],
[
"_:result",
"leave_at",
"17:54"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"18:43"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"id",
"TR2656"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like to find a French restaurant on the north side of town ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'1');(_:result,food,'french');(_:result,name,'Restaurant two two');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is one french restaurant in the expensive price range called Restaurant two two , would you like a reservation ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'16:00');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes let 's do one for 6 people at 16:00 on sunday ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'16ONTU2A');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "They will hold your table for an extra 15 minutes for you . Your reference number is 16ONTU2A . Can I help with anything else today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'near the restaurant');(_:search,category,'guesthouse');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need to find a guesthouse please , preferably one with 3 stars that is near the restaurant ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "And on what day would you like to begin your stay ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'6');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'll be starting my stay on sunday and it 'll be 3 nights and 6 people"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you need parking or wifi ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_internet,'no');(_:search,has_parking,'no');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't need either ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Alpha - Milton guest house');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alpha - Milton guest house is the best choice . Would you like a reservation ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . I already told you 2 turns ago what the specifics of my reservation are . Please complete it and give me the reference number"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'U9RGKUMM');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are booked and your reference number is U9RGKUMM . Anything else ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Could you book a taxi between the two places ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'white audi');(_:result,phone,'07299510083');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I have completed the booking for you . The contact number is 07299510083 and your driver will be driving a white audi . Is there anything else ?"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That 's all I needed today ! Thanks for all your help ! Bye !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm glad to be of service , and thank you for using the Cambridge TownInfo Centre !"
}
] |
PMUL0445.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"french"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"Restaurant two two"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"french"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"Restaurant two two"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"16ONTU2A"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"near the restaurant"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"french"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"Restaurant two two"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"16ONTU2A"
],
[
"_:search",
"area",
"near the restaurant"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"french"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"Restaurant two two"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"16ONTU2A"
],
[
"_:search",
"area",
"near the restaurant"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"french"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"16ONTU2A"
],
[
"_:search",
"area",
"near the restaurant"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Alpha - Milton 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",
"food",
"french"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"area",
"near the restaurant"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"name",
"Alpha - Milton guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"U9RGKUMM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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",
"french"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"area",
"near the restaurant"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"name",
"Alpha - Milton guest house"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"U9RGKUMM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white audi"
],
[
"_:result",
"phone",
"07299510083"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'Parkside Police Station');(_:search,type,'Police'))"
],
"speaker": "user",
"text": "Oh , hey , can you tell me where Parkside Police Station is located ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,name,'Parkside Police Station');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "Parkside Police Station is located in Parkside , Cambridge postcode CB11JG ."
},
{
"id": 2,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks , that 's all . Good bye ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our services ."
}
] |
SNG01916.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"name",
"Parkside Police Station"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am planning a trip to Cambridge"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Do you need a train ? Or would you like information on restaurants , attractions , or hotels ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train for friday ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,destination,?);(_:search,type,'Train'))",
"inform((_:result,amount,'hundreds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are hundreds of trains I can book for you . Where are you going and what time do you need to be there ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,departure,'cambridge');(_:search,destination,'broxbourne');(_:search,leave_at,'20:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm going from Cambridge to Broxbourne , departing after 20:45 on Friday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'22:01');(_:result,destination,'Broxbourne');(_:result,id,'TR8966');(_:result,leave_at,'21:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The first train after that time is TR8966 . It leaves at 21:01 and arrives in Broxbourne at 22:01 . Would that work or do you prefer a later train ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That is fine , can I also get the total travel time for that ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,duration,'60 minutes');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The travel time for that route is 60 minutes . Did you need any tickets ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "no thanks , i 'm also looking for an italian restaurant"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay ! What part of town would you like to dine in ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't care , should be in the cheap price range ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,name,'La Margherita');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "La Margherita is a great place located in the west . Would you like a reservation ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No reservation for now . But , can you please provide me with the address and postcode please ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'15 Magdalene Street City Centre');(_:result,postcode,'cb30af');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure . It 's located on 15 Magdalene Street City Centre and the postcode there is cb30af . Would you like the phone number as well ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes . please thank you ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'La Margherita');(_:result,phone,'01223315232');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number for La Margherita is 01223315232 . Can I assist you with something else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all , thank for your help ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "That 's wonderful . Have a great day and let me know what I can do for you if you need me in the future ."
}
] |
PMUL3412.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",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"amount",
"hundreds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"amount",
"hundreds"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"22:01"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:result",
"id",
"TR8966"
],
[
"_:result",
"leave_at",
"21:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"amount",
"hundreds"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:result",
"arrive_by",
"22:01"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:result",
"id",
"TR8966"
],
[
"_:result",
"leave_at",
"21:01"
],
[
"_:result",
"duration",
"60 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"amount",
"hundreds"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:result",
"arrive_by",
"22:01"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:result",
"id",
"TR8966"
],
[
"_:result",
"leave_at",
"21:01"
],
[
"_:result",
"duration",
"60 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"amount",
"hundreds"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:result",
"arrive_by",
"22:01"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:result",
"id",
"TR8966"
],
[
"_:result",
"leave_at",
"21:01"
],
[
"_:result",
"duration",
"60 minutes"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"amount",
"hundreds"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:result",
"arrive_by",
"22:01"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:result",
"id",
"TR8966"
],
[
"_:result",
"leave_at",
"21:01"
],
[
"_:result",
"duration",
"60 minutes"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:result",
"address",
"15 Magdalene Street City Centre"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_: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": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"amount",
"hundreds"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:result",
"arrive_by",
"22:01"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:result",
"id",
"TR8966"
],
[
"_:result",
"leave_at",
"21:01"
],
[
"_:result",
"duration",
"60 minutes"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"address",
"15 Magdalene Street City Centre"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:result",
"phone",
"01223315232"
],
[
"_: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,area,'centre');(_:search,food,'turkish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am craving Turkish food in the centre . Is there a restaurant available ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,name,'anatolia');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have pulled up 3 . How about anatolia , they are moderately priced ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds great . Can I get their location and phone number ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'30 Bridge Street City Centre');(_:result,phone,'01223362372');(_:result,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Sure thing ! It is located at 30 Bridge Street City Centre and the phone number is 01223362372"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'12:15');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you make a reservation for 6 people at 12:15 on wednesday ?"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am so sorry nothing available for any of the turkish restaurants for that day & time slot . Something else perhaps ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,duration,'11:15');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you try booking it for 11:15 ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Wednesday');(_:booking,duration,'11:15');(_:booking,name,'Anatolia');(_:booking,people,'6');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to fulfill your request . You are booked at Anatolia on Wednesday at 11:15 . The reservation is for 6 people . How else may I help you ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I have the reference number please ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'G7THDK3O');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The reference number is G7THDK3O . Is there anything else I can help you with ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'16:15');(_:search,day,'thursday');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please . I need a train to Leicester on Thursday , please . I need to get there by 16:15 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,departure,'cambridge');(_:result,type,'Train'))",
"offer((_:booking,arrive_by,'11:06');(_:booking,category,'Train');(_:booking,id,'TR1755');(_:booking,leave_at,'09:21');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "If you are leaving from cambridge I can book you on TR1755 leaving at 09:21 and arriving at 11:06 . Will this work for you ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "That works for me . Go ahead and book it ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'GJ3062PE');(_:booking,ticket,'37.79 GPB');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Done - your reference number is GJ3062PE . The total fee is 37.79 GPB which you can pay at the station ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . You 've been very helpful ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Will there be anything else you need ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can I get the travel time in minutes please ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,duration,'105 minutes');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , it 's 105 minutes total . Would you like anything else ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I think that is all for now ! Thanks again . Have a great day !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . You have a great day as well !"
}
] |
MUL1440.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"anatolia"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"anatolia"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"address",
"30 Bridge Street City Centre"
],
[
"_:result",
"phone",
"01223362372"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"anatolia"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"address",
"30 Bridge Street City Centre"
],
[
"_:result",
"phone",
"01223362372"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/edfd1072"
],
[
"_:booking/edfd1072",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"anatolia"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"address",
"30 Bridge Street City Centre"
],
[
"_:result",
"phone",
"01223362372"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/edfd1072"
],
[
"_:booking/edfd1072",
"type",
"Booking"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"11:15"
],
[
"_:booking",
"name",
"Anatolia"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"anatolia"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"address",
"30 Bridge Street City Centre"
],
[
"_:result",
"phone",
"01223362372"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/edfd1072"
],
[
"_:booking/edfd1072",
"type",
"Booking"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"11:15"
],
[
"_:booking",
"name",
"Anatolia"
],
[
"_:booking",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"G7THDK3O"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"anatolia"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"address",
"30 Bridge Street City Centre"
],
[
"_:result",
"phone",
"01223362372"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/edfd1072"
],
[
"_:booking/edfd1072",
"type",
"Booking"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"11:15"
],
[
"_:booking",
"name",
"Anatolia"
],
[
"_:booking",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"G7THDK3O"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"11:06"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR1755"
],
[
"_:booking",
"leave_at",
"09:21"
]
],
"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",
"food",
"turkish"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"anatolia"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"address",
"30 Bridge Street City Centre"
],
[
"_:result",
"phone",
"01223362372"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/edfd1072"
],
[
"_:booking/edfd1072",
"type",
"Booking"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"11:15"
],
[
"_:booking",
"name",
"Anatolia"
],
[
"_:booking",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"11:06"
],
[
"_:booking",
"id",
"TR1755"
],
[
"_:booking",
"leave_at",
"09:21"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"GJ3062PE"
],
[
"_:booking",
"ticket",
"37.79 GPB"
],
[
"_: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",
"area",
"centre"
],
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"anatolia"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"address",
"30 Bridge Street City Centre"
],
[
"_:result",
"phone",
"01223362372"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/edfd1072"
],
[
"_:booking/edfd1072",
"type",
"Booking"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"11:15"
],
[
"_:booking",
"name",
"Anatolia"
],
[
"_:booking",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"11:06"
],
[
"_:booking",
"id",
"TR1755"
],
[
"_:booking",
"leave_at",
"09:21"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"GJ3062PE"
],
[
"_:booking",
"ticket",
"37.79 GPB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"anatolia"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"address",
"30 Bridge Street City Centre"
],
[
"_:result",
"phone",
"01223362372"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/edfd1072"
],
[
"_:booking/edfd1072",
"type",
"Booking"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"11:15"
],
[
"_:booking",
"name",
"Anatolia"
],
[
"_:booking",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"11:06"
],
[
"_:booking",
"id",
"TR1755"
],
[
"_:booking",
"leave_at",
"09:21"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"GJ3062PE"
],
[
"_:booking",
"ticket",
"37.79 GPB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for information about places to go in the centre of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"thank()",
"inform((_:result,area,'Centre');(_:result,count,'44');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Okay ! There are 44 attractions in the Centre part of town . What type of attraction would you like to visit ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,category,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What do you recommend ? I will need the address and attraction type of what you recommend ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'bateman street');(_:result,area,'centre');(_:result,category,'park');(_:result,name,'cambridge university botanic gardens');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "cambridge university botanic gardens is a park in the centre of town . Their address is bateman street"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,category,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What type of attraction is that ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'many other');(_:result,category,'museums');(_:result,category,'park');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is a park , with emphasis on plants . There are many other types of attractions as well , such as museums ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay , great . I 'll also need a place to stay . I 'd like for it to have free parking and be expensive ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'a variety');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "we have a variety , in what area do u prefer ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm not familiar with the areas of town , but I 'd really like a 3 star guesthouse ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,category,'guesthouses');(_:result,has_parking,'none');(_:result,pricerange,'moderately priced');(_:result,stars,'three');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have three 3-star guesthouses with free parking , but they 're moderately priced and you wanted something a bit pricier . Do you think one of these would work ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotels');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Are there any hotels with 3 stars , free wifi , free parking , and expensive ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'Gonville');(_:result,area,'centre');(_:result,name,'Gonville Hotel');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'Gonville Place');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "You might be interested in the Gonville Hotel in the centre of town . It 's address is Gonville Place . Would you like me to reserve you a room ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'7');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , that will be fine . I 'll need it booked for Wednesday . We will be staying 3 nights . It will be 7 people ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'FF7ZD6BZ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : FF7ZD6BZ . May I assist you with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all . Thanks so much !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "No thank you that will be all"
}
] |
PMUL3618.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"category",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"address",
"bateman street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"name",
"cambridge university botanic gardens"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"category",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"address",
"bateman street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"cambridge university botanic gardens"
],
[
"_:result",
"amount",
"many other"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"44"
],
[
"_:result",
"address",
"bateman street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"cambridge university botanic gardens"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"park"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a variety"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"44"
],
[
"_:result",
"address",
"bateman street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"cambridge university botanic gardens"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a variety"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"three"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"44"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a variety"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"three"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Gonville Place"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"44"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a variety"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"three"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Gonville Place"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"FF7ZD6BZ"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a place to dine that serves modern European food that is located in the Centre . What is your suggestion for this type of restaurant ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'a couple of');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have a couple of options for you , what price range would you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like a cheap price range please ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'the river bar steakhouse and grill');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the river bar steakhouse and grill matches all the things you are looking for .Would you like me to make you a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'18:00');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , that sounds great . Can you reserve me a table on Tuesday for 6 people at 18:00 ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , but it appears there is no opening for that time . would you like to try for a different time ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,duration,'17:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes try 17:00 instead please"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'NA0XWZAR');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booked ! Reference number : NA0XWZAR . Your table will be held for 15 minutes ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'11:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks . I 'm also looking for a train that departs from cambridge and leave after 11:15 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay , what is your destination and what day would you like to travel ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,destination,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be going to Stevenage on Wednesday ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,day,'Friday');(_:result,id,'TR3685');(_:result,leave_at,'13:00');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR3685 departing Friday at 13:00 would that be suitable for you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I think that will do just fine . What 's the price and length of trip , please ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,duration,'49 mintues');(_:result,ticket,'12.80 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The price for the trip is 12.80 pounds and its 49 mintues"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay , thank you for that information !"
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "You 're welcome ! May I help with anything else ?"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That will be all , goodbye ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Train TR2874 leaves the earliest at 13:31 . Have a great day !"
}
] |
MUL1694.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"amount",
"a couple of"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"amount",
"a couple of"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"the river bar steakhouse and grill"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"amount",
"a couple of"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"the river bar steakhouse and grill"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/3756c1c1"
],
[
"_:booking/3756c1c1",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"amount",
"a couple of"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"the river bar steakhouse and grill"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/3756c1c1"
],
[
"_:booking/3756c1c1",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:booking",
"ref",
"NA0XWZAR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"amount",
"a couple of"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"the river bar steakhouse and grill"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/3756c1c1"
],
[
"_:booking/3756c1c1",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:booking",
"ref",
"NA0XWZAR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"amount",
"a couple of"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"the river bar steakhouse and grill"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/3756c1c1"
],
[
"_:booking/3756c1c1",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:booking",
"ref",
"NA0XWZAR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"id",
"TR3685"
],
[
"_:result",
"leave_at",
"13:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"amount",
"a couple of"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"the river bar steakhouse and grill"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/3756c1c1"
],
[
"_:booking/3756c1c1",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:booking",
"ref",
"NA0XWZAR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"id",
"TR3685"
],
[
"_:result",
"leave_at",
"13:00"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"49 mintues"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"amount",
"a couple of"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"the river bar steakhouse and grill"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/3756c1c1"
],
[
"_:booking/3756c1c1",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:booking",
"ref",
"NA0XWZAR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"id",
"TR3685"
],
[
"_:result",
"leave_at",
"13:00"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"49 mintues"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'christmas');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any restaurants that serve christmas food around ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'Christmas');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , I did n't get any matches for Christmas food . Is there another food type you would like to eat ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about British food ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'11');(_:result,food,'british');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I show 11 restaurants that serve british food . Do you have a certain price range or area ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "it should be in the east ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'grafton hotel restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have a expensive restaurant named grafton hotel restaurant . Would you like reservations for that place ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'19:30');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I will need one on Saturday at 19:30 for 7 people"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'MPF2RO5X');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : MPF2RO5X . Do you need anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'london');(_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train leaving on Sunday for London Liverpool Street ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be leaving from ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'12:15');(_:search,departure,'cambridge');(_:search,destination,'London');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "From Cambridge , and I 'd like to arrive in London around 12:15 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'11:27');(_:result,destination,'london liverpool street');(_:result,id,'TR0995');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR0995 arrives at london liverpool street at 11:27 , will that do ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Perfect , I need 7 tickets and the reference number of the booking ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'3EPMFSFA');(_:booking,ticket,'92.96 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 92.96 GBP payable at the station . \n Reference number is : 3EPMFSFA ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I am all set , thank you for the help ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "No thank you that will be all"
}
] |
PMUL0858.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"christmas"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/880bbbb6"
],
[
"_:search/880bbbb6",
"food",
"Christmas"
],
[
"_:search/880bbbb6",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/880bbbb6"
],
[
"_:search/880bbbb6",
"food",
"Christmas"
],
[
"_:search/880bbbb6",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/880bbbb6"
],
[
"_:search/880bbbb6",
"food",
"Christmas"
],
[
"_:search/880bbbb6",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"food",
"british"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/880bbbb6"
],
[
"_:search/880bbbb6",
"food",
"Christmas"
],
[
"_:search/880bbbb6",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"food",
"british"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"MPF2RO5X"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"london"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/880bbbb6"
],
[
"_:search/880bbbb6",
"food",
"Christmas"
],
[
"_:search/880bbbb6",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"food",
"british"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"MPF2RO5X"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"London"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/880bbbb6"
],
[
"_:search/880bbbb6",
"food",
"Christmas"
],
[
"_:search/880bbbb6",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"food",
"british"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"MPF2RO5X"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"London"
],
[
"_:result",
"arrive_by",
"11:27"
],
[
"_:result",
"destination",
"london liverpool street"
],
[
"_:result",
"id",
"TR0995"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/880bbbb6"
],
[
"_:search/880bbbb6",
"food",
"Christmas"
],
[
"_:search/880bbbb6",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"food",
"british"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"London"
],
[
"_:result",
"arrive_by",
"11:27"
],
[
"_:result",
"destination",
"london liverpool street"
],
[
"_:result",
"id",
"TR0995"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"3EPMFSFA"
],
[
"_:booking",
"ticket",
"92.96 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Good evening . Can you help me find a guesthouse to stay at for the weekend ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'acorn guest house');(_:result,type,'Hotel'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "acorn guest house is in the north part of town and available , when would you like to stay ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does it have free WiFi ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , it does ! It also has free parking ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Could I get the phone number for them ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'01223353888');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Phone number is 01223353888 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks . Oh , I forgot to ask , is that in the moderate price range ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Acorn guesthouse');(_:result,pricerange,'moderate range');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Acorn guesthouse is in the moderate range . Would you like to book a room ?"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , I 'll have to think about it . Thanks though . Bye !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're quite welcome . Thanks for contacting the Cambridge TownInfo Centre and have a great day !"
}
] |
SNG0843.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",
"area",
"north"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"area",
"north"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Acorn guesthouse"
],
[
"_:result",
"pricerange",
"moderate range"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant to dine in during my visit to Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "I would love to help ! Any kinds of foods you 'd prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'afghan');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would prefer something in the Centre area , that has a moderate price range , and serves Afghan food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'Cambridge');(_:search,food,'Afghan');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , but there are no Afghan restaurants in all of Cambridge . Would you like to try a different cuisine ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'turkish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any restaurants in the cenre that serve turkish food ?"
},
{
"id": 5,
"rdf-acts": [
"select((_:result,name,'Anatolia');(_:result,name,'efes restaurant');(_:result,type,'Restaurant'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,pricerange,'moderate priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes we have 2 moderate priced options . Anatolia or efes restaurant . Do you have a preference ? I can book a table for you if you want ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'anatolia');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm not ready for a reservation , but can I get the address for Anatolia ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'30 Bridge Street City Centre');(_:result,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "sure ! it 's 30 Bridge Street City Centre"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm sorry I also need the post code ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb21uj');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The postcode is cb21uj . What else can I help you with today ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm also looking for somwehere to stay , is there anything with a star of 0 ?"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "I have not found anything with a star of zero ."
}
] |
PMUL0269.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"afghan"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/d8859a58"
],
[
"_:search/d8859a58",
"area",
"Cambridge"
],
[
"_:search/d8859a58",
"food",
"Afghan"
],
[
"_:search/d8859a58",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/d8859a58"
],
[
"_:search/d8859a58",
"area",
"Cambridge"
],
[
"_:search/d8859a58",
"food",
"Afghan"
],
[
"_:search/d8859a58",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"name",
"Anatolia"
],
[
"_:result",
"name",
"efes restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderate priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"anatolia"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/d8859a58"
],
[
"_:search/d8859a58",
"area",
"Cambridge"
],
[
"_:search/d8859a58",
"food",
"Afghan"
],
[
"_:search/d8859a58",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"name",
"Anatolia"
],
[
"_:result",
"name",
"efes restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderate priced"
],
[
"_:search",
"name",
"anatolia"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"30 Bridge Street City Centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/d8859a58"
],
[
"_:search/d8859a58",
"area",
"Cambridge"
],
[
"_:search/d8859a58",
"food",
"Afghan"
],
[
"_:search/d8859a58",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"name",
"Anatolia"
],
[
"_:result",
"name",
"efes restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderate priced"
],
[
"_:search",
"name",
"anatolia"
],
[
"_:result",
"address",
"30 Bridge Street City Centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb21uj"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,destination,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need train tickets going to broxbourne leaving on monday please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be going ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'cambridge');(_:search,destination,'broxbourne');(_:search,leave_at,'8:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be traveling to broxbourne on monday from cambridge and need to leave after 8:00"
},
{
"id": 3,
"rdf-acts": [
"select((_:result,leave_at,'8:01');(_:result,leave_at,'9:01');(_:result,type,'Train'))",
"inform((_:result,amount,'Both');(_:result,ticket,'17.90 GBP');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have a train that leaves at 8:01 and one that leaves at 9:01 . Both are 17.90 GBP . Which do you prefer ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'five');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Let 's go with the one leaving at 08:01 . Can you book that for five people for me ?"
},
{
"id": 5,
"rdf-acts": [
"thank()",
"inform((_:booking,category,'Train');(_:booking,day,'Monday');(_:booking,departure,'Cambridge');(_:booking,destination,'Broxbourne');(_:booking,id,'TR5517');(_:booking,leave_at,'8:01');(_:booking,people,'5');(_:booking,ticket,'89.5 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok . I have booked 5 tickets from Cambridge to Broxbourne on TR5517 departing at 8:01 Monday . The total is 89.5 GBP and is payable at the station ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can i get the reference number ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'HLGV5NI4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Of course , your reference number is HLGV5NI4 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,\"great saint mary 's church\");(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Excellent . I 'm also look for a particular attraction called great saint mary 's church ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Market Square');(_:result,area,'centre');(_:result,entrance_fee,'2 pounds');(_:result,name,\"Great Saint Mary 's Church\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is a Great Saint Mary 's Church in the centre of the city on Market Square . It is 2 pounds to visit for the fee . Is there anything else ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the address and postcode ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'Market Square');(_:result,postcode,'cb23pq');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address is Market Square and the postcode is cb23pq ."
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "That is all i need for now ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Okay . Glad I could be of help ."
}
] |
MUL1802.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"8:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"8:00"
],
[
"_:result",
"leave_at",
"8:01"
],
[
"_:result",
"leave_at",
"9:01"
],
[
"_:result",
"amount",
"Both"
],
[
"_:result",
"ticket",
"17.90 GBP"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"five"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"8:00"
],
[
"_:result",
"leave_at",
"8:01"
],
[
"_:result",
"leave_at",
"9:01"
],
[
"_:result",
"amount",
"Both"
],
[
"_:result",
"ticket",
"17.90 GBP"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"five"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"departure",
"Cambridge"
],
[
"_:booking",
"destination",
"Broxbourne"
],
[
"_:booking",
"id",
"TR5517"
],
[
"_:booking",
"leave_at",
"8:01"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ticket",
"89.5 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"8:00"
],
[
"_:result",
"leave_at",
"8:01"
],
[
"_:result",
"leave_at",
"9:01"
],
[
"_:result",
"amount",
"Both"
],
[
"_:result",
"ticket",
"17.90 GBP"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"five"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"departure",
"Cambridge"
],
[
"_:booking",
"destination",
"Broxbourne"
],
[
"_:booking",
"id",
"TR5517"
],
[
"_:booking",
"leave_at",
"8:01"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ticket",
"89.5 GBP"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"HLGV5NI4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"great saint mary 's church"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"8:00"
],
[
"_:result",
"leave_at",
"8:01"
],
[
"_:result",
"leave_at",
"9:01"
],
[
"_:result",
"amount",
"Both"
],
[
"_:result",
"ticket",
"17.90 GBP"
],
[
"_:search",
"people",
"five"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"departure",
"Cambridge"
],
[
"_:booking",
"destination",
"Broxbourne"
],
[
"_:booking",
"id",
"TR5517"
],
[
"_:booking",
"leave_at",
"8:01"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ticket",
"89.5 GBP"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"HLGV5NI4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"great saint mary 's church"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Market Square"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"name",
"Great Saint Mary 's Church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"8:00"
],
[
"_:result",
"leave_at",
"8:01"
],
[
"_:result",
"leave_at",
"9:01"
],
[
"_:result",
"amount",
"Both"
],
[
"_:result",
"ticket",
"17.90 GBP"
],
[
"_:search",
"people",
"five"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"departure",
"Cambridge"
],
[
"_:booking",
"destination",
"Broxbourne"
],
[
"_:booking",
"id",
"TR5517"
],
[
"_:booking",
"leave_at",
"8:01"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ticket",
"89.5 GBP"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"HLGV5NI4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"great saint mary 's church"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"name",
"Great Saint Mary 's Church"
],
[
"_:result",
"address",
"Market Square"
],
[
"_:result",
"postcode",
"cb23pq"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to find a train that leaves to cambridge . Oh , and please see if it leaves on a wendesday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Certainly . From where will you be departing ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'peterborough');(_:search,leave_at,'18:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to depart from Peterborough and want to leave after 18:00 ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will your destination be ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'Cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "To Cambridge ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR9332');(_:result,leave_at,'19:17');(_:result,ticket,'23.60 pounds');(_:result,type,'Train'))",
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,people,'one');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "train TR9332 leaves at 19:17 and it costs 23.60 pounds . i have booked you one ticket . is there anything else i can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That train would work well , but I really need 2 tickets and the reference number please ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR9332');(_:booking,ref,'WG0QUAVB');(_:booking,ticket,'47.2 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , I 've got you booked on the TR9332 . Your reference is WG0QUAVB and the total fee of 47.2 GBP is payable at the station . Will that be all today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i also want a place to stay"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'33');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 33 locations available . Is there a specific area you wish to stay in ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I 'd like to be in the east . It will also need to have a star of 4 ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you have a price range in mind ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Just one that has free wifi please . No price range restrictions ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,name,'carolina bed and breakfast');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'guest houses');(_:result,count,'6');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Based on your criteria there are 6 guest houses available . I suggest the carolina bed and breakfast . Shall I make a reservation for you ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is that a hotel or a guesthouse ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is a guesthouse ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'2');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay , thanks ! Can you please book a room for 2 people , for 3 nights , starting Wednesday ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,ref,'DMRUCDJ4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reference number is DMRUCDJ4 ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that is all I needed ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Perfect . Thank you for using the Cambridge TownInfo centre . Have a great day ."
}
] |
PMUL1739.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9332"
],
[
"_:result",
"leave_at",
"19:17"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"one"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9332"
],
[
"_:result",
"leave_at",
"19:17"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"people",
"one"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9332"
],
[
"_:booking",
"ref",
"WG0QUAVB"
],
[
"_:booking",
"ticket",
"47.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9332"
],
[
"_:result",
"leave_at",
"19:17"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:booking",
"people",
"one"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9332"
],
[
"_:booking",
"ref",
"WG0QUAVB"
],
[
"_:booking",
"ticket",
"47.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9332"
],
[
"_:result",
"leave_at",
"19:17"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:booking",
"people",
"one"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9332"
],
[
"_:booking",
"ref",
"WG0QUAVB"
],
[
"_:booking",
"ticket",
"47.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_: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",
"peterborough"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9332"
],
[
"_:result",
"leave_at",
"19:17"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:booking",
"people",
"one"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9332"
],
[
"_:booking",
"ref",
"WG0QUAVB"
],
[
"_:booking",
"ticket",
"47.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"name",
"carolina bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9332"
],
[
"_:result",
"leave_at",
"19:17"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:booking",
"people",
"one"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9332"
],
[
"_:booking",
"ref",
"WG0QUAVB"
],
[
"_:booking",
"ticket",
"47.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"name",
"carolina bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9332"
],
[
"_:result",
"leave_at",
"19:17"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:booking",
"people",
"one"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9332"
],
[
"_:booking",
"ticket",
"47.2 GBP"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"name",
"carolina bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"DMRUCDJ4"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'indonesian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for an expensive restaurant that serves Indonesian food ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry , there are no expensive restaurants that serve indonesian food . Can I help you with something else ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have a thai food instead ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'thai');(_:result,name,'bangkok city');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bangkok city is thai restaurant in the expensive price range located in the centre city ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address and phone number , please"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'24 green street city centre');(_:result,name,'bangkok city');(_:result,phone,'01223 354382');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , bangkok city is located at 24 green street city centre and its phone number is 01223 354382 . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sorry what type of food do they serve ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,food,'thai');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They serve thai food ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you ! I 've got all the info I needed . Goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you ."
}
] |
WOZ20066.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indonesian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/1c8651df"
],
[
"_:search/1c8651df",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/1c8651df"
],
[
"_:search/1c8651df",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/1c8651df"
],
[
"_:search/1c8651df",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"24 green street city centre"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"phone",
"01223 354382"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/1c8651df"
],
[
"_:search/1c8651df",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"24 green street city centre"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"phone",
"01223 354382"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'persian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to find a restaurant in the centre part of town and serves persian food ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,area,'Centre');(_:result,food,'Persian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no restaurants serving Persian food in the Centre part of town ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a thai restaurant then ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,area,'centre');(_:result,food,'Thai');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I see several options for Thai food in the city centre . Would you like to narrow them down by price ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please . Like to hear least to most expensive first ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'only');(_:result,name,'bangkok city');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bangkok city is the only result and it is expensive ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the address and phone number ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'24 Green Street City Centr');(_:result,name,'Bangkok city');(_:result,phone,'01223 354382');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address for Bangkok city is 24 Green Street City Centr , and the phone number is 01223 354382 . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day !"
}
] |
WOZ20588.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"persian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/4ac8a8e4"
],
[
"_:search/4ac8a8e4",
"type",
"Restaurant"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"food",
"Persian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/4ac8a8e4"
],
[
"_:search/4ac8a8e4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/4ac8a8e4"
],
[
"_:search/4ac8a8e4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/4ac8a8e4"
],
[
"_:search/4ac8a8e4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"24 Green Street City Centr"
],
[
"_:result",
"name",
"Bangkok city"
],
[
"_:result",
"phone",
"01223 354382"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "user",
"text": "Hello , I need a place to eat in the center of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What cuisine do you want ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like Indian cuisine please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'nine');(_:result,area,'center');(_:result,food,'Indian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have nine Indian restaurants in the center . Does price range matter ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'cheaper');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a cheaper place please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,food,'great');(_:result,name,'Gandhi');(_:result,pricerange,'cheaper');(_:result,pricerange,'most affordable price range');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "May I suggest The Gandhi ? It is in the center of town , its on the cheaper , most affordable price range , and it serves great food ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'18:30');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . 7 people on Friday . 18:30 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,day,'Friday');(_:booking,duration,'18:30');(_:booking,ref,'VC2RCPYE');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok , you are all set for Friday at 18:30 . They will hold the table for 15 minutes . Your reference number is VC2RCPYE ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "thanks , I 'll also need a train from cambridge to kings lynn ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day and time do you need to travel ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,leave_at,'9:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be traveling on Monday . I 'll be leaving after 9:15 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,destination,'Kings Lynn');(_:result,id,'TR1854');(_:result,leave_at,'10:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR1854 leaves for Kings Lynn at 10:11 . Would you like me to book you ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That would be great , thank you !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "thank you that will be all"
}
] |
PMUL0757.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"nine"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"great"
],
[
"_:result",
"name",
"Gandhi"
],
[
"_:result",
"pricerange",
"cheaper"
],
[
"_:result",
"pricerange",
"most affordable price range"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"nine"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"great"
],
[
"_:result",
"name",
"Gandhi"
],
[
"_:result",
"pricerange",
"cheaper"
],
[
"_:result",
"pricerange",
"most affordable price range"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"18:30"
],
[
"_:booking",
"ref",
"VC2RCPYE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"nine"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"great"
],
[
"_:result",
"name",
"Gandhi"
],
[
"_:result",
"pricerange",
"cheaper"
],
[
"_:result",
"pricerange",
"most affordable price range"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"18:30"
],
[
"_:booking",
"ref",
"VC2RCPYE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"9:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"nine"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"great"
],
[
"_:result",
"name",
"Gandhi"
],
[
"_:result",
"pricerange",
"cheaper"
],
[
"_:result",
"pricerange",
"most affordable price range"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"18:30"
],
[
"_:booking",
"ref",
"VC2RCPYE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"9:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:result",
"id",
"TR1854"
],
[
"_:result",
"leave_at",
"10:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I just need a little help booking a train from cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you traveling to ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'12:45');(_:search,day,'tuesday');(_:search,destination,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "To Bishops Stortford I need to arrive by 12:45 on Tuesday ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time do you need to depart and on what day ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'12:45');(_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I do n't care what time I depart as long as I can arrive by 12:45 on Tuesday ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Alright perfect ! How many people will need tickets ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will need 4 tickets please ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'SIRFMX3O');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reference number is SIRFMX3O . May I help you with anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'alexander bed and breakfast');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you find a hotel for me called Alexander Bed and breakfast ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,stars,'4-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "That 's a 4-star guesthouse in the city centre . They offer free wifi and parking . Would you like me to make a reservation for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'4');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please , for 4 people , for 3 nights , starting Saturday ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'ZFGSW8HU');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great ! The reference number is ZFGSW8HU , do you need help with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , That 's all I need . Thank you ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome . Thank you for using Cambridge TownInfo . Goodbye ."
}
] |
PMUL1578.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"SIRFMX3O"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"SIRFMX3O"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ZFGSW8HU"
],
[
"_: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,'west');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant that is in the moderate price range and in the west part of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Do you have a particular food type in mind today ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'dontcare');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any type of food will be fine as long as it is moderately priced and in the west part of town ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'Indian');(_:result,name,'Meghna');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Meghna is an Indian restaurant in the west part of town and is in the moderate price range ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great , can I please have their address and postcode ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'205 Victoria Road Chesterton');(_:result,name,'Meghna');(_:result,postcode,'3 l.f.');(_:result,postcode,'C.B 4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Meghna is at 205 Victoria Road Chesterton , and the postal code is C.B 4 , 3 L.F. Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you good bye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "thank you good bye ."
}
] |
WOZ20585.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"205 Victoria Road Chesterton"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"postcode",
"3 l.f."
],
[
"_:result",
"postcode",
"C.B 4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'african');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for african food"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,count,'1');(_:result,food,'African');(_:result,name,'bedouin');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is one African restaurant listed called bedouin . Would you like more information for this restaurant ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . I need the address please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'100 Mill Road City Centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address is 100 Mill Road City Centre ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . Goodbye ."
}
] |
WOZ20331.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"african"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"african"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"african"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:result",
"address",
"100 Mill Road City Centre"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'bridge guest house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "A friend told me about the bridge guest house . Do you know about it ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'151 hills road');(_:result,area,'south');(_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , it has internet and located in the south . It 's located at 151 hills road ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'6');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay , great ! Will you please make a reservation for 6 people for 4 nights starting on Saturday ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'SD4Y0S4E');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book you , your Reference number is : SD4Y0S4E . Can I assist with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'english');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes I am also looking for an expensive restaurant serving English food ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no restaurants that meet that exact criteria , but would you like to try for a different cuisine or price range ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure , how about an expensive Indian restaurant ?"
},
{
"id": 7,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Sure . What have you got ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I asked for an expensive Indian restaurant please ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"thank()",
"inform((_:result,amount,'a number of');(_:result,area,'city');(_:result,food,'Indian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry about that ! There are a number of fine Indian restaurants in the city . Is there a certain part of town you 'd prefer to dine in ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , no preference on the area ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,name,'Curry Garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Well I have The Curry Garden in the city center ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'11:30');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds great ! Can I get a reservation for 6 on saturday at 11:30 ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'HBWVX9VW');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've booked your table ! It will be reserved for 15 minutes , and your reference number is HBWVX9VW ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all . Thank you ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Enjoy your meal ! Have a great day !"
}
] |
MUL1373.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",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bridge guest house"
],
[
"_:result",
"address",
"151 hills road"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"SD4Y0S4E"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"english"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bridge guest house"
],
[
"_:result",
"address",
"151 hills road"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"SD4Y0S4E"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/12f209c6"
],
[
"_:search/12f209c6",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bridge guest house"
],
[
"_:result",
"address",
"151 hills road"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"SD4Y0S4E"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/12f209c6"
],
[
"_:search/12f209c6",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bridge guest house"
],
[
"_:result",
"address",
"151 hills road"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"SD4Y0S4E"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/12f209c6"
],
[
"_:search/12f209c6",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"area",
"city"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bridge guest house"
],
[
"_:result",
"address",
"151 hills road"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"SD4Y0S4E"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/12f209c6"
],
[
"_:search/12f209c6",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bridge guest house"
],
[
"_:result",
"address",
"151 hills road"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/12f209c6"
],
[
"_:search/12f209c6",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"HBWVX9VW"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "Is there a hospital close by ?"
},
{
"id": 1,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , thank you for calling . Addenbrookes Hospital is on Hills Road in Cambridge . Are you looking for a particular type of doctor ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "I need the address , postcode and phone number for Addenbrookes Hospital ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,phone,'01223245151');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The Addenbrookes Hosptial phone number is 01223245151 . They are located on Hills Rd , Cambridge , post code CB20QQ ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That is all I need ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our services ."
}
] |
SNG02093.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'home from home');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a hotel by the name of home from home ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,name,'Home from Home');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Home from Home is a moderately priced , 4 star guesthouse located in the north . Would you like me to check availability for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'eight');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Please make a booking for eight people staying for 4 nights from Saturday ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Saturday');(_:booking,people,'8');(_:booking,ref,'SV1VVPV4');(_:booking,stay,'4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book your room for 8 people for 4 nights starting on Saturday . The reference number is : SV1VVPV4 . Is there anything else you need ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will do it . Thank you for your assistance ! Have a good day !"
},
{
"id": 5,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Thank you for contacting us and have a nice day ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'11:45');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Actually , I also need a train to go to cambridge and should arrive by 11:45 ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Where are you departing from and what day are you traveling ?"
}
] |
PMUL4523.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Home from Home"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"eight"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Home from Home"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"eight"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"SV1VVPV4"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Home from Home"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"eight"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"SV1VVPV4"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'from singapore');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi . Can you please help me find a restaurant that serves food from singapore ? I 'd like it to be on the East side of town if possible ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,area,'east');(_:result,food,'Singaporean');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no restaurants serving Singaporean food on the east part of town ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you help me find some Chinese food then ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'Yu Garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yu Garden is located on the east part of town . Would you like the telephone and address ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the address , phone number , and postcode ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'529 Newmarket Road Fen Ditton , C.B 5 , 8 P.A');(_:result,name,'Yu Garden');(_:result,phone,'01223 248882');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yu Garden is located at 529 Newmarket Road Fen Ditton , C.B 5 , 8 P.A , and the number is 01223 248882 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge restaurant system . Goodbye ."
}
] |
WOZ20252.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"from singapore"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/9fb9a153"
],
[
"_:search/9fb9a153",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Singaporean"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/9fb9a153"
],
[
"_:search/9fb9a153",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Singaporean"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Yu Garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/9fb9a153"
],
[
"_:search/9fb9a153",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Singaporean"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"address",
"529 Newmarket Road Fen Ditton , C.B 5 , 8 P.A"
],
[
"_:result",
"name",
"Yu Garden"
],
[
"_:result",
"phone",
"01223 248882"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'university arms hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do you have any information on the University Arms Hotel ? I 've heard it 's a nice place ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'University Arms hotel');(_:result,pricerange,'expensive');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I sure do . The University Arms hotel is a more expensive hotel in the centre of town . It has 4 stars and includes free wifi and free parking ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'one');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a room for one person starting sunday for 3 nights"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Unfortunately , they do n't have availability for that day and length of stay . Would you like to stay on another day or shorten the stay ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "All right , what about 2 nights ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Sunday');(_:booking,people,'1');(_:booking,ref,'YK9Z9AKE');(_:booking,stay,'2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful for 2 nights on Sunday for 1 . Your reference number is YK9Z9AKE . Is there anything more I can assist you with ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I need . Thanks for your help !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for booking with us and have a great day ."
}
] |
SNG0804.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"university arms hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"university arms hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"University Arms hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"university arms hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"University Arms hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"canthelp",
"_:booking/ecfe160e"
],
[
"_:booking/ecfe160e",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"university arms hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"University Arms hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"canthelp",
"_:booking/ecfe160e"
],
[
"_:booking/ecfe160e",
"type",
"Booking"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ref",
"YK9Z9AKE"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "I need the location of a local hospital ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The Addenbrookes Hospital is located at Hills Rd , Cambridge Postcode CB20QQ ."
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye"
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome . Please let us know if you anything else ?"
}
] |
SNG02193.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"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "i want to check out a museum"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'museums');(_:result,count,'23');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have 23 museums . Can you help me narrow what area you would like to be in ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "The area does n't matter but can you recommend one and give me their address ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'98 King Street');(_:result,name,'Broughton House Gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "My favorite is the Broughton House Gallery , located at 98 King Street ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the entrance fee there ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Admission is absolutely free !"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'home from home');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sweet!. Can you give me informatin on a place called home from home ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,pricerange,'moderate');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It 's a guesthouse in north , 4 stars , moderate price ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you ! Can I also have the address , please ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'78 - 80 Milton road');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "its address is 78 - 80 Milton road"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Great . Thanks ! I also needed to find a taxi , can you assist me with that ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where would you like to be picked up and at what time ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'06:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to be picked up from the hotel by 06:30"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'yellow audi');(_:result,phone,'0747386590');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Your booking was successful . It will be a yellow audi and the contact number os 0747386590 . Is there anything else I can assist you with today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all , thanks a lot ."
},
{
"id": 15,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Happy to help , have a nice day ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , have a nice day !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Contact the Cambridge TownInfo centre if you need anymore help . Goodbye !"
}
] |
PMUL3360.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"address",
"98 King Street"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"address",
"98 King Street"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"home from home"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"address",
"98 King Street"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"name",
"home from home"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"name",
"home from home"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"address",
"78 - 80 Milton road"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"name",
"home from home"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"address",
"78 - 80 Milton road"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"06: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",
"category",
"museum"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"name",
"home from home"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"address",
"78 - 80 Milton road"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"06:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow audi"
],
[
"_:result",
"phone",
"0747386590"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"name",
"home from home"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"address",
"78 - 80 Milton road"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"06:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow audi"
],
[
"_:result",
"phone",
"0747386590"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking to eat at a place that serves british food in the east part of town ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'619 Newmarket Road');(_:result,name,'Grafton Hotel Restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have found the Grafton Hotel Restaurant at 619 Newmarket Road . Would like a reservation ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is the restaurant in the expensive price range ?"
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Yes it is in the expensive price range . Do you want the address ?"
}
] |
SSNG0078.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"619 Newmarket Road"
],
[
"_:result",
"name",
"Grafton Hotel Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "user",
"text": "Hi ! I am so excited to be traveling to Cambridge . Would you please help me look for a place to eat while I am there ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'100');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 100 restaurants in Cambridge ! Do you have a food type preference ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'modern european');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes I am looking for an expensive restaurant that serves modern european food in the centre ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,\"Darry 's Cookhouse and Wine Shop\");(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Darry 's Cookhouse and Wine Shop meets all of these requirements . Would you like me to reserve a table ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , but can you give me the phone number and address including postcode please ?"
},
{
"id": 5,
"rdf-acts": [
"thank()",
"inform((_:result,address,'40270 King Street City Centre');(_:result,phone,'01223505015');(_:result,postcode,'cb11ln');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes certainly . The address is 40270 King Street City Centre , postcode cb11ln . Their telephone number is 01223505015 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'sport');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Also , I am looking for a multiple sport attraction in the same area . Can you help ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,category,'sports');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "We do n't have any sports attractions in this area . Is there another area I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'concerthall');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No . Hmm . What about a concerthall ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'central Cambridge');(_:result,category,'concerthall');(_:result,name,'Man on the Moon');(_:result,type,'Attraction'))",
"reqmore()",
"inform((_:result,address,'2 norfolk street');(_:result,postcode,'cb12lf');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Man on the Moon is a concerthall in central Cambridge . It is located at 2 norfolk street , postcode cb12lf . Is there anything else I can do for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you get me the phone number please ?"
},
{
"id": 11,
"rdf-acts": [
"thank()",
"reqmore()",
"inform((_:result,name,'Man on the Moon');(_:result,phone,'01223474144');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Certainly , The Man on the Moon 's phone number is 01223474144 . Do you need information about anything else ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'The man on the Moon');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would also like the address and postcode for The man on the Moon concert hall ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'2 norfolk street');(_:result,name,'The man on the moon');(_:result,postcode,'cb12lf');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The man on the moon is located at 2 norfolk street , postcode cb12lf . Do you need the phone number as well ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes I will need the phone number please ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Man on The Moon');(_:result,phone,'01223474144');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number for The Man on The Moon is , 01223474144 . Is there anything else I can do for you ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No I do not need any more info Thanks"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "If you need anything else , please contact us . Have a good day ."
}
] |
MUL0900.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"count",
"100"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"count",
"100"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Darry 's Cookhouse and Wine Shop"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"count",
"100"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Darry 's Cookhouse and Wine Shop"
],
[
"_:result",
"address",
"40270 King Street City Centre"
],
[
"_:result",
"phone",
"01223505015"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"sport"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"count",
"100"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Darry 's Cookhouse and Wine Shop"
],
[
"_:result",
"address",
"40270 King Street City Centre"
],
[
"_:result",
"phone",
"01223505015"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/1ee05478"
],
[
"_:search/1ee05478",
"category",
"sports"
],
[
"_:search/1ee05478",
"type",
"Attraction"
],
[
"_:search",
"category",
"concerthall"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"count",
"100"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223505015"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/1ee05478"
],
[
"_:search/1ee05478",
"category",
"sports"
],
[
"_:search/1ee05478",
"type",
"Attraction"
],
[
"_:search",
"category",
"concerthall"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"central Cambridge"
],
[
"_:result",
"category",
"concerthall"
],
[
"_:result",
"name",
"Man on the Moon"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"2 norfolk street"
],
[
"_:result",
"postcode",
"cb12lf"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"count",
"100"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/1ee05478"
],
[
"_:search/1ee05478",
"category",
"sports"
],
[
"_:search/1ee05478",
"type",
"Attraction"
],
[
"_:search",
"category",
"concerthall"
],
[
"_:result",
"area",
"central Cambridge"
],
[
"_:result",
"category",
"concerthall"
],
[
"_:result",
"address",
"2 norfolk street"
],
[
"_:result",
"postcode",
"cb12lf"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Man on the Moon"
],
[
"_:result",
"phone",
"01223474144"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"name",
"The man on the Moon"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"count",
"100"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/1ee05478"
],
[
"_:search/1ee05478",
"category",
"sports"
],
[
"_:search/1ee05478",
"type",
"Attraction"
],
[
"_:search",
"category",
"concerthall"
],
[
"_:result",
"area",
"central Cambridge"
],
[
"_:result",
"category",
"concerthall"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223474144"
],
[
"_:search",
"name",
"The man on the Moon"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"2 norfolk street"
],
[
"_:result",
"name",
"The man on the moon"
],
[
"_:result",
"postcode",
"cb12lf"
],
[
"_: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": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"count",
"100"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/1ee05478"
],
[
"_:search/1ee05478",
"category",
"sports"
],
[
"_:search/1ee05478",
"type",
"Attraction"
],
[
"_:search",
"category",
"concerthall"
],
[
"_:result",
"area",
"central Cambridge"
],
[
"_:result",
"category",
"concerthall"
],
[
"_:search",
"name",
"The man on the Moon"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"2 norfolk street"
],
[
"_:result",
"postcode",
"cb12lf"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Man on The Moon"
],
[
"_:result",
"phone",
"01223474144"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a place to go in the centre of Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'centre');(_:result,count,'44');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 44 locations in the centre do you have a type of event you 'd like ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "No , just give me whatever . I 'd like a postcode and phone number for the location please ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'2 norfolk street');(_:result,name,'The man on the moon concert hall');(_:result,phone,'01223474144');(_:result,postcode,'cb12lf');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The man on the moon concert hall is located at 2 norfolk street postcode cb12lf . The phone number is 01223474144 . Is there anything else I can do for you today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,name,'the place');(_:search,stars,'3');(_:search,type,'Attraction');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd also like the place to include free parking and a 3 star rating"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'01223474144');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm not sure if the concert hall has free parking . The phone number is 01223474144 . Would you like me to call and find out ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please , also is it a 3 star rating ? and is it in the same area as the attraction I mentioned before ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction');(_:search,type,'Hotel'))",
"inform((_:result,area,'same area');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Are you looking for a hotel in the same area as the concert , or are you wondering if the concert has a 3 star rating ? Just to clarify ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sorry for the confusion . A hotel that is also in the centre , please . I would like it to have free parking and 3 stars ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'the gonville hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the gonville hotel seems like the place for you"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like to book 5 nights , starting Saturday ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people will be staying ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "This will be for 3 people please"
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:booking,day,'Saturday');(_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Unfortunately , they do not have availability for that length of stay on Saturday . Would you like me to try a shorter stay or different day ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,stay,'two');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about two nights ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,name,'gonville hotel');(_:booking,people,'3');(_:booking,ref,'BA906BWG');(_:booking,stay,'2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful . I have booked gonville hotel for 3 people for 2 days your reference number is : BA906BWG ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Fantastic . Thank you for all your help . That 's all I needed ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Excellent . Thank you for getting in touch ."
}
] |
MUL1149.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"2 norfolk street"
],
[
"_:result",
"name",
"The man on the moon concert hall"
],
[
"_:result",
"phone",
"01223474144"
],
[
"_:result",
"postcode",
"cb12lf"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"the place"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"2 norfolk street"
],
[
"_:result",
"name",
"The man on the moon concert hall"
],
[
"_:result",
"postcode",
"cb12lf"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"the place"
],
[
"_:result",
"phone",
"01223474144"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"44"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"2 norfolk street"
],
[
"_:result",
"name",
"The man on the moon concert hall"
],
[
"_:result",
"postcode",
"cb12lf"
],
[
"_:search",
"name",
"the place"
],
[
"_:result",
"phone",
"01223474144"
],
[
"_:result",
"area",
"same area"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"44"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"2 norfolk street"
],
[
"_:result",
"postcode",
"cb12lf"
],
[
"_:search",
"name",
"the place"
],
[
"_:result",
"phone",
"01223474144"
],
[
"_:result",
"area",
"same area"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"the gonville hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"44"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"2 norfolk street"
],
[
"_:result",
"postcode",
"cb12lf"
],
[
"_:search",
"name",
"the place"
],
[
"_:result",
"phone",
"01223474144"
],
[
"_:result",
"area",
"same area"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"the gonville hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"44"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"2 norfolk street"
],
[
"_:result",
"postcode",
"cb12lf"
],
[
"_:search",
"name",
"the place"
],
[
"_:result",
"phone",
"01223474144"
],
[
"_:result",
"area",
"same area"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"the gonville hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/6bcf7b3e"
],
[
"_:booking/6bcf7b3e",
"day",
"Saturday"
],
[
"_:booking/6bcf7b3e",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"44"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"2 norfolk street"
],
[
"_:result",
"postcode",
"cb12lf"
],
[
"_:search",
"name",
"the place"
],
[
"_:result",
"phone",
"01223474144"
],
[
"_:result",
"area",
"same area"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"the gonville hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/6bcf7b3e"
],
[
"_:booking/6bcf7b3e",
"day",
"Saturday"
],
[
"_:booking/6bcf7b3e",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"gonville hotel"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"BA906BWG"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for places to go in the centre of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'lots');(_:result,area,'centre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , there are lots of places to go in the centre area . Is there a specific type of attraction you 're looking for ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "No . What would you recommend ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'1 Station Road');(_:result,entrance_fee,'5 GBP');(_:result,name,'Ballare nightclub');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Ballare nightclub is a lot of fun . They 're at 1 Station Road , and it 's 5 GBP to get in . Would you like their phone number ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes please give me their phone number ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'01223364222');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their phone number is 01223364222 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,leave_at,'19:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train to Cambridge that leaves after 19:00 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))",
"inform((_:result,amount,'many');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "You have many options . Where would you be departing from , and what day would you need this for ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'peterborough');(_:search,destination,'Cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Well , I 'm in Peterborough and I need to get to Cambridge on Tuesday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'20:09');(_:result,day,'Tuesday');(_:result,leave_at,'19:00');(_:result,leave_at,'19:19');(_:result,ticket,'16.50 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The first train that leaves after 19:00 leaves at 19:19 and should arrive by 20:09 on Tuesday . This would cost 16.50 pounds ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Could you also give me the train ID for that ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,id,'TR2636');(_:result,leave_at,'19:19');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The train i d is TR2636 and it leaves at 19:19 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great thank you ! That will be all I need ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Good - bye ."
}
] |
MUL0553.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"1 Station Road"
],
[
"_:result",
"entrance_fee",
"5 GBP"
],
[
"_:result",
"name",
"Ballare nightclub"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"1 Station Road"
],
[
"_:result",
"entrance_fee",
"5 GBP"
],
[
"_:result",
"name",
"Ballare nightclub"
],
[
"_:result",
"phone",
"01223364222"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"1 Station Road"
],
[
"_:result",
"entrance_fee",
"5 GBP"
],
[
"_:result",
"name",
"Ballare nightclub"
],
[
"_:result",
"phone",
"01223364222"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"1 Station Road"
],
[
"_:result",
"entrance_fee",
"5 GBP"
],
[
"_:result",
"name",
"Ballare nightclub"
],
[
"_:result",
"phone",
"01223364222"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"20:09"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"leave_at",
"19:00"
],
[
"_:result",
"leave_at",
"19:19"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"1 Station Road"
],
[
"_:result",
"entrance_fee",
"5 GBP"
],
[
"_:result",
"name",
"Ballare nightclub"
],
[
"_:result",
"phone",
"01223364222"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"20:09"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:result",
"id",
"TR2636"
],
[
"_:result",
"leave_at",
"19:19"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to find a train going to Norwich ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,type,'Train'))",
"inform((_:result,amount,'a lot of');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Sure , I have a lot of options for you . What time do you need to arrive by ? And on which day ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,leave_at,'21:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thursday , leave after 21:15 . Depart from cambridge ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR9937');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR9937 meets your criteria . Would you like to make a booking ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , for 2 people ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'YHNS4EJ1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes the booking was successful and your reference number is YHNS4EJ1 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "i also want a place to go in the north side of town"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "system",
"text": "Do you want an attraction or a restaurant ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "An attraction please . Something in the north please ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"select((_:result,category,'boat');(_:result,category,'swimmingpool and park');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "What kind of attraction interests you ? You can choose from boat , swimmingpool and park"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Whatever you recommend . I just need the name , number , post code and entrance fee ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,name,'Milton Country Park');(_:result,phone,'01223420060');(_:result,postcode,'cb46az');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "Milton Country Park is a beautiful place . Phone number 01223420060 , postcode cb46az and it is free . Is there anything else I can help you with today ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "I only needed that ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Glad I could help you today thanks for using our service ."
}
] |
PMUL3751.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"amount",
"a lot of"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"amount",
"a lot of"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"id",
"TR9937"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"amount",
"a lot of"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"id",
"TR9937"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"YHNS4EJ1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"amount",
"a lot of"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"id",
"TR9937"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"YHNS4EJ1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"amount",
"a lot of"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"id",
"TR9937"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"YHNS4EJ1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"boat"
],
[
"_:result",
"category",
"swimmingpool and park"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"amount",
"a lot of"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"id",
"TR9937"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"YHNS4EJ1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"boat"
],
[
"_:result",
"category",
"swimmingpool and park"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Milton Country Park"
],
[
"_:result",
"phone",
"01223420060"
],
[
"_:result",
"postcode",
"cb46az"
],
[
"_: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,has_parking,'none');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a hotel ti stay in the expensive range . It does not have to be free parking ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'about 5');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have about 5 different expensive hotels . Do you prefer a certain area of town ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No . But it should have free wifi ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'5');(_:result,has_internet,'none');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "All 5 of the expensive hotels in have free wifi . Are you looking for any star rating , to help narrow the search ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't care about the number of stars . If you do n't have one without parking , I 'll take one with parking . Choose the best one , please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'Huntingdon Marriott Hotel');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I hear the Huntingdon Marriott Hotel is nice . Would you like to try booking there ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'5');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . There will be 5 of us staying for 3 nights , arriving on Sunday . I sure hope Cambridge is nice this time of year ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sorry , that 's not available . Could you pick another day , time , or stay length ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is there another hotel available that will accommodate my stay ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'gonville hotel');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is gonville hotel . Would you like to try that one ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Sure . Same parameters , please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'lensfield hotel');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Nope , sorry , unsuccessful . Would you like to try the lensfield hotel ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Sure , see if that works"
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Sorry , the Lensfield booking was unavailable , as well . May I help find something else ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "Are you sure there is nothing available ? Will you double check ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,name,'Huntingdon Marriott');(_:booking,ref,'1H7F4GBJ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Good news . I checked again at the Huntingdon Marriott , and they were able to accommodate your party . Your reference number is 1H7F4GBJ ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay , thank you , that is all I need today ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Glad to help . Bye ."
}
] |
SNG0937.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"about 5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"about 5"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"about 5"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"about 5"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"canthelp",
"_:booking/96104e8d"
],
[
"_:booking/96104e8d",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"about 5"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"canthelp",
"_:booking/96104e8d"
],
[
"_:booking/96104e8d",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"gonville hotel"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"about 5"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"canthelp",
"_:booking/96104e8d"
],
[
"_:booking/96104e8d",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"lensfield hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/851afa10"
],
[
"_:booking/851afa10",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"about 5"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"canthelp",
"_:booking/96104e8d"
],
[
"_:booking/96104e8d",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"lensfield hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/851afa10"
],
[
"_:booking/851afa10",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/7e8fa960"
],
[
"_:booking/7e8fa960",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"about 5"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"canthelp",
"_:booking/96104e8d"
],
[
"_:booking/96104e8d",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"lensfield hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/851afa10"
],
[
"_:booking/851afa10",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/7e8fa960"
],
[
"_:booking/7e8fa960",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Huntingdon Marriott"
],
[
"_:booking",
"ref",
"1H7F4GBJ"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,leave_at,'15:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Please find me a train to Cambridge . Make sure it leaves after 15:45"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'Several');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can help ! Several trains come here . Where are you departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm departing from stansted airport ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'16:52');(_:result,id,'TR9390');(_:result,leave_at,'16:24');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR9390 will leave at 16:24 and arrive by 16:52 . Do you need to buy tickets now ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes . Please book tickets for 8 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,people,'8');(_:booking,ref,'3YRAS11J');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , 8 tickets have been reserved ! Your reference number is 3YRAS11J ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'yippee noodle bar');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Perfect ! I also have one more question . Can you tell me a little about a place called the Yippee Noodle Bar ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,food,'Asian oriental');(_:result,phone,'01223518111');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It 's a moderately priced restaurant in the city centre . It serves Asian oriental food . phone is 01223518111 . Can I help with a booking ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanks , I would like to book a table for 8 on wednesday , please ."
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , what time should I make the reservation for ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'20:15');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "20:15 on wednesday , thanks ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'YP33ONP5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : YP33ONP5 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all , thank you ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great dinner ."
}
] |
PMUL4438.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:result",
"amount",
"Several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:result",
"amount",
"Several"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:result",
"arrive_by",
"16:52"
],
[
"_:result",
"id",
"TR9390"
],
[
"_:result",
"leave_at",
"16:24"
],
[
"_: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",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:result",
"amount",
"Several"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:result",
"arrive_by",
"16:52"
],
[
"_:result",
"id",
"TR9390"
],
[
"_:result",
"leave_at",
"16:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"3YRAS11J"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"yippee noodle bar"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:result",
"amount",
"Several"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:result",
"arrive_by",
"16:52"
],
[
"_:result",
"id",
"TR9390"
],
[
"_:result",
"leave_at",
"16:24"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"3YRAS11J"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"yippee noodle bar"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Asian oriental"
],
[
"_:result",
"phone",
"01223518111"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:result",
"amount",
"Several"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:result",
"arrive_by",
"16:52"
],
[
"_:result",
"id",
"TR9390"
],
[
"_:result",
"leave_at",
"16:24"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"3YRAS11J"
],
[
"_:search",
"name",
"yippee noodle bar"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Asian oriental"
],
[
"_:result",
"phone",
"01223518111"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"20:15"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:result",
"amount",
"Several"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:result",
"arrive_by",
"16:52"
],
[
"_:result",
"id",
"TR9390"
],
[
"_:result",
"leave_at",
"16:24"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"8"
],
[
"_:search",
"name",
"yippee noodle bar"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Asian oriental"
],
[
"_:result",
"phone",
"01223518111"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"20:15"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"YP33ONP5"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,leave_at,'11:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hello , I need to catch a train on Friday . Can you help me find one leaving after 11:30 ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What are your departure and arrival locations ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be going from cambridge to broxbourne ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'13:01');(_:result,leave_at,'12:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a train that leaves at 12:01 and arrives by 13:01 . Would you like me to book that train ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I will need 2 tickets please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'13:01');(_:result,id,'TR4266');(_:result,leave_at,'12:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train i d TR4266 leaves at 12:01 and arrives at 13:01 . Would you like me to book that one ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , for 2 people please . Can I also get the reference # ? Thanks !"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'TQICKHXG');(_:booking,ticket,'35.79 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . You will owe 35.79 GBP at the station and your reference number is : TQICKHXG . Can I assist you with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , there is nothing else I need today . thank you . Goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for using our system !"
}
] |
SNG0339.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"arrive_by",
"13:01"
],
[
"_:result",
"leave_at",
"12:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"13:01"
],
[
"_:result",
"id",
"TR4266"
],
[
"_:result",
"leave_at",
"12:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"arrive_by",
"13:01"
],
[
"_:result",
"id",
"TR4266"
],
[
"_:result",
"leave_at",
"12:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"TQICKHXG"
],
[
"_:booking",
"ticket",
"35.79 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to visit a college while in cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'Cambridge');(_:result,area,'west');(_:result,category,'colleges');(_:result,count,'18');(_:result,name,'Churchill College');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have 18 colleges in Cambridge ! Is there a certain area you had in mind ? If not , I recommend Churchill College in the west ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I was really hoping for something in the centre of town ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'colleges');(_:result,count,'13');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 13 colleges in the centre . Would you like me to recommend one ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Yes that would be great !"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,\"Saint Andrew 's street\");(_:result,entrance_fee,'free');(_:result,name,\"Christ 's college\");(_:result,type,'Attraction'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Christ 's college is particularly nice . It 's located on Saint Andrew 's street and the entrance is free . Does that sound good ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , that s great . Can you give me their postcode please ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb23bu');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their postcode is cb23bu . Can I help you find anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,name,'aylesbray lodge guest house');(_:search,people,'5');(_:search,stay,'3');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I also need to book the aylesbray lodge guest house . Starting Saturday . 3 nights , 5 people . Please inclue a reference number ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'EKFWZC8W');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booked ! Your reference number is : EKFWZC8W ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'5:30');(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I will also need a taxi between those places and I need the taxi to pick me up from the hotel at 5:30 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'red Ford');(_:result,phone,'07979547936');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "You 're taxi is all set . It will be a red Ford . The contact number is 07979547936 . Is there anything else I can assist you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you , that is all ."
},
{
"id": 13,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "You 're welcome . I hope you fully enjoy your time there . Enjoy !"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Again thank you for all your help and goodbye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Let me know if I can be of further assistance ."
}
] |
PMUL4198.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"address",
"Saint Andrew 's street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"address",
"Saint Andrew 's street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"aylesbray lodge guest house"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"address",
"Saint Andrew 's street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"aylesbray lodge guest house"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"EKFWZC8W"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"5:30"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"address",
"Saint Andrew 's street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"aylesbray lodge guest house"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"EKFWZC8W"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"5:30"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red Ford"
],
[
"_:result",
"phone",
"07979547936"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"address",
"Saint Andrew 's street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"aylesbray lodge guest house"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"EKFWZC8W"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"5:30"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red Ford"
],
[
"_:result",
"phone",
"07979547936"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.