turns
listlengths 2
60
| dialogue_id
stringlengths 1
31
| states
listlengths 1
30
|
---|---|---|
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you help me find a moderately priced hotel ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,category,'hotels');(_:result,count,'18');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are a total of 18 moderately priced hotels or guesthouses . Do you have a preference as to lodging type ? Also , what area are you interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "We would like a hotel and free wifi too ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,count,'3');(_:result,name,'Ashley Hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay , I was able to find three with that criteria . Can I recommend the Ashley Hotel located on the north side of town ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,name,'ashley hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does Ashley Hotel have a 0 rating ? That 's what I 'm interested in ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'cityroomz');(_:result,stars,'0');(_:result,stars,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It has 2 stars . There is also cityroomz which has 0 stars ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'cityroomz');(_:search,type,'Hotel'))",
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you give me the postcode , address , and number for cityroomz ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'Sleeperz Hotel on Station Road');(_:result,name,'Cityroomz');(_:result,phone,'01223304050');(_:result,postcode,'cb12tz');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure . Cityroomz is located at the Sleeperz Hotel on Station Road , postcode cb12tz . you can call them at 01223304050 . Can I be of further help to you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train for monday ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Certainly ! Where will you be traveling ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'norwich');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "From Norwich to Cambridge ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay great ! Do you know when you want to leave or arrive ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'13:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive by 13:15 please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,day,'Monday');(_:result,departure,'Norwich');(_:result,leave_at,'as early as 05:16');(_:result,leave_at,'as late as 11:16');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Did you have a specific departure time in mind ? You could leave Norwich as early as 05:16 or as late as 11:16 on Monday ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,leave_at,'dontcare');(_:search,people,'8');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I do n't have a preference for leaving . Could you book it for 8 people and provide the reference number ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,id,'TR9020');(_:booking,people,'8');(_:booking,ref,'111OTIYE');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I booked 8 tickets on the TR9020 train . The reference number is 111OTIYE"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks very much for your help . That 's all we needed today !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm glad to have been of service , goodbye ."
}
] |
MUL2167.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"name",
"cityroomz"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"cityroomz"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"name",
"cityroomz"
],
[
"_:result",
"address",
"Sleeperz Hotel on Station Road"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"phone",
"01223304050"
],
[
"_:result",
"postcode",
"cb12tz"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"name",
"cityroomz"
],
[
"_:result",
"address",
"Sleeperz Hotel on Station Road"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"phone",
"01223304050"
],
[
"_:result",
"postcode",
"cb12tz"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"name",
"cityroomz"
],
[
"_:result",
"address",
"Sleeperz Hotel on Station Road"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"phone",
"01223304050"
],
[
"_:result",
"postcode",
"cb12tz"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_: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"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"name",
"cityroomz"
],
[
"_:result",
"address",
"Sleeperz Hotel on Station Road"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"phone",
"01223304050"
],
[
"_:result",
"postcode",
"cb12tz"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"leave_at",
"as early as 05:16"
],
[
"_:result",
"leave_at",
"as late as 11:16"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"name",
"cityroomz"
],
[
"_:result",
"address",
"Sleeperz Hotel on Station Road"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"phone",
"01223304050"
],
[
"_:result",
"postcode",
"cb12tz"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"leave_at",
"as early as 05:16"
],
[
"_:result",
"leave_at",
"as late as 11:16"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9020"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"111OTIYE"
],
[
"_: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,type,'Hospital'))"
],
"speaker": "user",
"text": "I 'm looking for the Addenbrookes Hospital ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,type,'Hospital'))",
"request((_:search,department,?);(_:search,type,'Hospital'))"
],
"speaker": "system",
"text": "Addenbrookes Hospital is located at Hills Rd , Cambridge . Is there a particular department you 're looking for ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "I need the postcode , please . I 'm just getting general information for now ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Postcode is CB20QQ"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for helping me . That is all I need for right now ."
},
{
"id": 5,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Thank you for contacting us ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "welcome . Thank you for your help"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Have a nice day !"
}
] |
SNG01813.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a guesthouse to stay at that has a 4 star rating . Can you help ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure , we have many . Are you looking for anything else specifically ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I need internet and free parking ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "To help narrow this down , can you tell me what area of town you 'd like most ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I would like to be in the north . Oh and I would like to be in the expensive price range ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "unfortunately i do n't have anything that meets all those criteria . is there anything you 'd like to change ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "No I will figure something out"
},
{
"id": 7,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there something else I may be able to help you with today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_internet,'none');(_:search,has_parking,'none');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I lied . I do n't need free internet and parking ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "One more time let me know exactly what you need by looking at what you wrote down on your right , so we can book you ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'hotel');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i need an expensive hotel in the north"
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:search,category,'hotels');(_:search,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "There are no hotels that meet that criteria . Would you like to search for something else ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,pricerange,'moderate');(_:search,stay,'2');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))",
"inform((_:search,day,'same day');(_:search,people,'same people');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "A moderate price range . I need 2 nights beginning Monday and the reference number . Also looking for a train , same people same day as hotel and reference number as well ."
},
{
"id": 13,
"rdf-acts": [
"select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))",
"inform((_:result,count,'9');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 9 options . Do you prefer a guesthouse or hotel ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,day,'monday');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I prefer a guesthouse please . I only need it for myself for 2 nights starting from monday ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,day,'Monday');(_:booking,people,'1');(_:booking,stay,'2');(_:booking,type,'Booking');(_:result,address,'154 chesterton road');(_:result,name,'Acorn Guest House');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "May I recommend the Acorn Guest House at 154 chesterton road . Would you like me to book a room for 1 , for 2 nights starting Monday ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please . I would also like the reference number ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Would you like me to book it for you ?"
}
] |
PMUL1948.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/e53cfa58"
],
[
"_:search/e53cfa58",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/e53cfa58"
],
[
"_:search/e53cfa58",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"none"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/e53cfa58"
],
[
"_:search/e53cfa58",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"none"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/e53cfa58"
],
[
"_:search/e53cfa58",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"none"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/c221a9a5"
],
[
"_:search/c221a9a5",
"category",
"hotels"
],
[
"_:search/c221a9a5",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"same people"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:system",
"canthelp",
"_:search/e53cfa58"
],
[
"_:search/e53cfa58",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"none"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/c221a9a5"
],
[
"_:search/c221a9a5",
"category",
"hotels"
],
[
"_:search/c221a9a5",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"same people"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:system",
"canthelp",
"_:search/e53cfa58"
],
[
"_:search/e53cfa58",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"none"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/c221a9a5"
],
[
"_:search/c221a9a5",
"category",
"hotels"
],
[
"_:search/c221a9a5",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"same people"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"154 chesterton road"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a place to stay in the west ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,area,'West');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have several places to stay that you may like in the West . Do you have a specific price range or star rating in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to find a cheap guesthouse ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'144 thornton road');(_:result,name,'Finches Bed and Breakfast');(_:result,pricerange,'your chosen');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Finches Bed and Breakfast is within your chosen price range and it is located at 144 thornton road ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_parking,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "What is the star rating and is free parking available ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_parking,'none');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It 's 4 stars and has free parking . Would you like a room ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you give me the postcode ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,postcode,'cb30nd');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The postcode is cb30nd . Would you like to book a room now ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Yes can you please help with that ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Absolutely . How many people , what day are you arriving , and how many nights will you be staying ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'19:45');(_:search,day,'saturday');(_:search,departure,'norwich');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No actually I need to find a train to Cambridge from Norwich on Saturday arriving by 19:45 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'19:35');(_:result,id,'TR8600');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay the TR8600 arrives by 19:35 . Would you like tickets ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,duration,?);(_:result,leave_at,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "How long is the travel time , departure time and what is the price ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,departure,'Norwich');(_:result,destination,'Cambridge');(_:result,duration,'79 minutes');(_:result,id,'TR8600');(_:result,leave_at,'18:16');(_:result,ticket,'14.08 GBP');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The TR8600 Departs Norwich at 18:16 , and it takes 79 minutes to get to Cambridge . The fare is 14.08 GBP per ticket . Is there anythig else you want to know ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , that 's it . Thanks !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "enjoy your stay !"
}
] |
PMUL1705.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"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"West"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"West"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"144 thornton road"
],
[
"_:result",
"name",
"Finches Bed and Breakfast"
],
[
"_:result",
"pricerange",
"your chosen"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"West"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"144 thornton road"
],
[
"_:result",
"name",
"Finches Bed and Breakfast"
],
[
"_:result",
"pricerange",
"your chosen"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"West"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"144 thornton road"
],
[
"_:result",
"name",
"Finches Bed and Breakfast"
],
[
"_:result",
"pricerange",
"your chosen"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"postcode",
"cb30nd"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"West"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"144 thornton road"
],
[
"_:result",
"name",
"Finches Bed and Breakfast"
],
[
"_:result",
"pricerange",
"your chosen"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"postcode",
"cb30nd"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"West"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"144 thornton road"
],
[
"_:result",
"name",
"Finches Bed and Breakfast"
],
[
"_:result",
"pricerange",
"your chosen"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"postcode",
"cb30nd"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"19:35"
],
[
"_:result",
"id",
"TR8600"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"West"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"144 thornton road"
],
[
"_:result",
"name",
"Finches Bed and Breakfast"
],
[
"_:result",
"pricerange",
"your chosen"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"postcode",
"cb30nd"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"19:35"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:result",
"id",
"TR8600"
],
[
"_:result",
"leave_at",
"18:16"
],
[
"_:result",
"ticket",
"14.08 GBP"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,department,'clinical research facility');(_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "I got injured and I am looking for a hospital nearby . The hospital should have the clinical research facility department"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,phone,'01223596055');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Okay , I have Addenbrookes Hospital . The phone number is 01223596055 ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "Can I have the address please ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The address is Hills Rd , Cambridge with postcode CB20QQ . Do you need anything else ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that is all I need . Thank you for your help ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Goodbye ."
}
] |
SNG01583.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"clinical research facility"
],
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"clinical research facility"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"01223596055"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"clinical research facility"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"01223596055"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a place to stay . It needs to be a hotel that has free wifi ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What price range and area of town are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Price does not matter . I want something on the west ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,has_internet,'none');(_:result,name,'Huntingdon Marriott Hotel');(_:result,stars,'4');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The Huntingdon Marriott Hotel is on the west and is a 4 star hotel with wifi . Would you like to book a room ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Maybe . Does it have free parking ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes it does . Shall I book ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'1');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please book for 4 nights on Thursday for 1 person ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'42UHJQT1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Reference number is : 42UHJQT1 . Anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'close to the hotel');(_:search,pricerange,'expensive');(_:search,type,'Hotel');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great ! Yes , I also need to find an expensive restaurant close to the hotel ."
},
{
"id": 9,
"rdf-acts": [
"select((_:result,food,'british');(_:result,food,'european');(_:result,food,'indian');(_:result,food,'thai');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you prefer british , indian , thai or european cuisine ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there one that happens to serve Chinese food ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry , no results for that search . Would you like to try a different area or price range ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,food,'Americas');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about one that serves food from The Americas ?"
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:search,food,'americas');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry , there are no restaurants that serve food from the americas either ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any expensive restaurant that serves American , anywhere in the city ?"
},
{
"id": 15,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are none . Would you like to change either your cuisine preference , or try a moderate ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you double check for Chinese food ?"
},
{
"id": 17,
"rdf-acts": [
"canthelp((_:search,area,'west');(_:search,food,'Chinese');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no expensive Chinese restaurants in the west , which would be close to your hotel . Would you like to try a different area ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What are the expensive Chinese restaurants that are available ?"
},
{
"id": 19,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,count,'1');(_:result,food,'North American');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "After checking again , I do have 1 that serves North American food in the centre area . Would that interest you ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'12:15');(_:search,people,'one');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please book that for one person on thursday at 12:15 ."
},
{
"id": 21,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people would you like that booking for ?"
},
{
"id": 22,
"rdf-acts": [],
"speaker": "user",
"text": "It will be just me , myself and I !"
},
{
"id": 23,
"rdf-acts": [
"inform((_:booking,ref,'WYDAYXH4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking is complete your reference number is WYDAYXH4 they will only hold the table for 15 minutes ."
},
{
"id": 24,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is everything . Thank you so much for your help ."
},
{
"id": 25,
"rdf-acts": null,
"speaker": "system",
"text": "I am glad I could help you . Have a great trip ."
}
] |
PMUL0436.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"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"42UHJQT1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"close to the hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
]
],
"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",
"area",
"west"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"42UHJQT1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"close to the hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"42UHJQT1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/0490c2e3"
],
[
"_:search/0490c2e3",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Americas"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"42UHJQT1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/0490c2e3"
],
[
"_:search/0490c2e3",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Americas"
],
[
"_:system",
"canthelp",
"_:search/e93803bf"
],
[
"_:search/e93803bf",
"food",
"americas"
],
[
"_:search/e93803bf",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"42UHJQT1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/0490c2e3"
],
[
"_:search/0490c2e3",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e93803bf"
],
[
"_:search/e93803bf",
"food",
"americas"
],
[
"_:search/e93803bf",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/2d5bc229"
],
[
"_:search/2d5bc229",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"42UHJQT1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/0490c2e3"
],
[
"_:search/0490c2e3",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e93803bf"
],
[
"_:search/e93803bf",
"food",
"americas"
],
[
"_:search/e93803bf",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2d5bc229"
],
[
"_:search/2d5bc229",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5e0624ab"
],
[
"_:search/5e0624ab",
"area",
"west"
],
[
"_:search/5e0624ab",
"food",
"Chinese"
],
[
"_:search/5e0624ab",
"pricerange",
"expensive"
],
[
"_:search/5e0624ab",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"42UHJQT1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/0490c2e3"
],
[
"_:search/0490c2e3",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e93803bf"
],
[
"_:search/e93803bf",
"food",
"americas"
],
[
"_:search/e93803bf",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2d5bc229"
],
[
"_:search/2d5bc229",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5e0624ab"
],
[
"_:search/5e0624ab",
"area",
"west"
],
[
"_:search/5e0624ab",
"food",
"Chinese"
],
[
"_:search/5e0624ab",
"pricerange",
"expensive"
],
[
"_:search/5e0624ab",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"North American"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"42UHJQT1"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/0490c2e3"
],
[
"_:search/0490c2e3",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e93803bf"
],
[
"_:search/e93803bf",
"food",
"americas"
],
[
"_:search/e93803bf",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2d5bc229"
],
[
"_:search/2d5bc229",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5e0624ab"
],
[
"_:search/5e0624ab",
"area",
"west"
],
[
"_:search/5e0624ab",
"food",
"Chinese"
],
[
"_:search/5e0624ab",
"pricerange",
"expensive"
],
[
"_:search/5e0624ab",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"North American"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/0490c2e3"
],
[
"_:search/0490c2e3",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e93803bf"
],
[
"_:search/e93803bf",
"food",
"americas"
],
[
"_:search/e93803bf",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2d5bc229"
],
[
"_:search/2d5bc229",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5e0624ab"
],
[
"_:search/5e0624ab",
"area",
"west"
],
[
"_:search/5e0624ab",
"food",
"Chinese"
],
[
"_:search/5e0624ab",
"pricerange",
"expensive"
],
[
"_:search/5e0624ab",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"North American"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"ref",
"WYDAYXH4"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hey I 'm looking for a hotel that has free parking , can you find one ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'quite a few');(_:result,category,'hotels');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure , there are quite a few hotels that offer parking . Any particular area or price range you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for one in the expensive price range"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Huntingdon Marriott Hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Huntingdon Marriott Hotel I believe would be fine . Thank you ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is the huntingdon marriott a hotel with free parking , expensive and a 0 star . If so , that would be great ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many nights will you be staying and for how many people ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'two');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Two guests will be staying for 4 nights beginning on Monday ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry I could not book you there . Could we try another hotel ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please but it needs to be in the same price range ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"canthelp((_:search,type,'Hotel'))",
"inform((_:result,pricerange,'same price range');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I don not have anything in the same price range in the West . Would you like to try another part of town or different price range ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes one in the same price range ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Express by Holiday Inn Cambridge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have an Express by Holiday Inn Cambridge . Would you like me to try to book you there ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , if you could . That would be great ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'057SX3X0');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That one was successful ! Your reference number is 057SX3X0 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , that 's all I need today . Goodbye !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Let me know if you would my assistance . Goodbye !"
}
] |
SSNG0372.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"0"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"canthelp",
"_:booking/94ce8812"
],
[
"_:booking/94ce8812",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"canthelp",
"_:booking/94ce8812"
],
[
"_:booking/94ce8812",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/3cc589f6"
],
[
"_:search/3cc589f6",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"same price range"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"canthelp",
"_:booking/94ce8812"
],
[
"_:booking/94ce8812",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/3cc589f6"
],
[
"_:search/3cc589f6",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"same price range"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Express by Holiday Inn Cambridge"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"canthelp",
"_:booking/94ce8812"
],
[
"_:booking/94ce8812",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/3cc589f6"
],
[
"_:search/3cc589f6",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"same price range"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Express by Holiday Inn Cambridge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"057SX3X0"
],
[
"_: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,leave_at,'02:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'll need a taxi to pick me up today after 02:45"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Certainly . Can you tell me your departure and destination locations ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'nusha');(_:search,destination,'pizza hut city centre');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm departing from nusha and I want to go to pizza hut city centre ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'yellow tesla');(_:result,phone,'07359534792');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "You 're all set ! Booked car type \t : \t yellow tesla \n Contact number \t : \t 07359534792"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much , you 've been very helpful ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "We are glad to help . Do you need any further assistance ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "That s perfect that you for your help"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Have a wonderful day ."
}
] |
SNG01945.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"02:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"02:45"
],
[
"_:search",
"departure",
"nusha"
],
[
"_:search",
"destination",
"pizza hut city centre"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"02:45"
],
[
"_:search",
"departure",
"nusha"
],
[
"_:search",
"destination",
"pizza hut city centre"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow tesla"
],
[
"_:result",
"phone",
"07359534792"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"02:45"
],
[
"_:search",
"departure",
"nusha"
],
[
"_:search",
"destination",
"pizza hut city centre"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow tesla"
],
[
"_:result",
"phone",
"07359534792"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need help booking a train to cambridge today ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))",
"inform((_:result,amount,'many');(_:result,destination,'cambridge');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are many trains going to cambridge today . Where are you leaving from and what time do you want to depart or arrive ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'18:15');(_:search,day,'monday');(_:search,departure,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to leave London Kings Cross on Monday and arrive by 18:15 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'18:08,is');(_:result,id,'TR7556');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR7556 arriving at 18:08,is that okay ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'eight');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will need that for eight people ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'TESIIRJ1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great your booking was successful and your reference number is TESIIRJ1 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks can you also help me find some food ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Absolutely ! What type of cuisine are you interested in trying ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'italian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "The restaurant should serve italian food and should be in the south . \n The restaurant should be in the expensive price range"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Frankie and Bennys');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Frankie and Bennys fits your criteria , shall I book you a table ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'21:00');(_:search,people,'same group of people');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please , for the same group of people on the same day at 21:00 ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'UA39MMKX');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : UA39MMKX . You 're all set . Is there anything else I can do for you ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thanks that 's all goodbye"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling and enjoy your dinner ."
}
] |
PMUL0813.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",
"leave_at",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"arrive_by",
"18:08,is"
],
[
"_:result",
"id",
"TR7556"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"eight"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"arrive_by",
"18:08,is"
],
[
"_:result",
"id",
"TR7556"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"eight"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"TESIIRJ1"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"arrive_by",
"18:08,is"
],
[
"_:result",
"id",
"TR7556"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"eight"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"TESIIRJ1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"arrive_by",
"18:08,is"
],
[
"_:result",
"id",
"TR7556"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"TESIIRJ1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Frankie and Bennys"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"21:00"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"arrive_by",
"18:08,is"
],
[
"_:result",
"id",
"TR7556"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Frankie and Bennys"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"21:00"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"UA39MMKX"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi , I am looking for a cheap Italian restaurant please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'some');(_:result,area,'center');(_:result,area,'north');(_:result,area,'west');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have some in the north , center and west side . Do you have a preference in area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,day,'monday');(_:search,duration,'17:45');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , no preference . Please just find me one that has a table available for 4 people at 17:45 on Monday ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))",
"inform((_:result,food,'Italian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry but none of the Italian restaurants have reservations available at that time . Do you want me to check for a different time ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,duration,'16:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'll try for a little earlier , how about 16:45 ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'NG7AU0Y2');(_:booking,type,'Booking');(_:result,name,'la margherita');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Booked at la margherita ! Your reference number is NG7AU0Y2 . Your table will be held for 15 minutes ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much for your help !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day !"
}
] |
SNG0663.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/d8029cc4"
],
[
"_:booking/d8029cc4",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/d8029cc4"
],
[
"_:booking/d8029cc4",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"NG7AU0Y2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'stevenage');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train from stevenage to cambridge"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'70');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 70 results . Is there a certain day and time you 'd like to leave ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'18:30');(_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave on saturday and arrive by 18:30"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'16:43');(_:result,id,'TR0545');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR0545 can get you there by 16:43 , would you like me to book a ticket ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please get me 5 tickets for that"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'DZN9X4BU');(_:booking,ticket,'51.2 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 51.2 GBP payable at the station . \n Reference number is : DZN9X4BU . Is there anything else I can do for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'm also looking for an expensive restaurant in the west ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,food,'British');(_:result,food,'European');(_:result,food,'Indian');(_:result,food,'Thai');(_:result,type,'Restaurant'))",
"inform((_:result,area,'west');(_:result,count,'9');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 9 restaurants in the west that are considered expensive . You have a choice of Thai , Indian , British or European . Which do you prefer ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd love to have some Indian food ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'5');(_:result,food,'Indian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 5 Indian restaurants that meet your needs . Would you like for me to make a reservation for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'21:00');(_:search,people,'same group of people');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please ! Can you make a reservation at your favorite for the same group of people at 21:00 on the same day as the train ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,day,'Saturday');(_:booking,name,'Tandoori Palace');(_:booking,ref,'170ZCNIC');(_:booking,type,'Booking');(_:result,address,'68 Histon Road Chesterton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok , I 've booked you and your guests for Saturday at Tandoori Palace , 68 Histon Road Chesterton , Reference # 170ZCNIC ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "enjoy your stay in cambridge"
}
] |
PMUL4782.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",
"count",
"70"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"70"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"arrive_by",
"16:43"
],
[
"_:result",
"id",
"TR0545"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"70"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"arrive_by",
"16:43"
],
[
"_:result",
"id",
"TR0545"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"DZN9X4BU"
],
[
"_:booking",
"ticket",
"51.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"arrive_by",
"16:43"
],
[
"_:result",
"id",
"TR0545"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"DZN9X4BU"
],
[
"_:booking",
"ticket",
"51.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:result",
"arrive_by",
"16:43"
],
[
"_:result",
"id",
"TR0545"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"DZN9X4BU"
],
[
"_:booking",
"ticket",
"51.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"21:00"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:result",
"arrive_by",
"16:43"
],
[
"_:result",
"id",
"TR0545"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"51.2 GBP"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"21:00"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"name",
"Tandoori Palace"
],
[
"_:booking",
"ref",
"170ZCNIC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"68 Histon Road Chesterton"
],
[
"_:result",
"type",
"Restaurant"
]
],
"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,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , I am looking for a place to stay in Cambridge . I will need free parking ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'29');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have 29 locations that fit your criteria . Are you looking for a particular price or any other kind of accomodations ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about something expensive with a 4 star rating ?"
},
{
"id": 3,
"rdf-acts": [
"select((_:result,name,'huntingdon marriott hotel');(_:result,name,'the university arms hotel');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,pricerange,'expensive');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "In the 4 star expensive range we have huntingdon marriott hotel , and the university arms hotel . Would you like to book one of them ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Actually I 'm looking for a guesthouse . Do you have one that has 4 stars and free parking ?"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'9');(_:result,has_parking,'none');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "There 's nothing fitting those criteria . I do have 9 moderately priced guesthouses with free parking . Or would you like to change something else ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,area,?);(_:result,phone,?);(_:result,postcode,?);(_:result,ticket,?);(_:result,type,'Hotel');(_:result,type,'Train'))",
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "A moderate priced one is fine . Please give me the postcode phone number and area ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'154 Chesterton road');(_:result,area,'north');(_:result,name,'the acorn guest house');(_:result,postcode,'cb41da');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have the acorn guest house on the north side 154 Chesterton road cb41da , would you like me to book this location ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'11:45');(_:search,departure,'norwich');(_:search,type,'Train'))",
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like to book it myself , may I get the phone number please ? I 'll also need a train from Norwich arriving by 11:45 . Can you help me with that as well ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Acorn');(_:result,phone,'01223353888');(_:result,type,'Hotel'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Acorn number is 01223353888 . I can absolutely help you with train , can you specify which day you 'd like to leave ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,destination,'cambridge');(_:search,leave_at,'none');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on Tuesday headed to Cambridge"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,arrive_by,'11:30');(_:booking,category,'Train');(_:booking,destination,'Cambridge');(_:booking,destination,'Norwich');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay . You are all set . The train will arrive in Norwich at 11:30 headed to Cambridge . Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "how much will i need to pay for ticket ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'11:35');(_:result,departure,'Norwich');(_:result,destination,'Cambridge');(_:result,leave_at,'10:16');(_:result,ticket,'17.60 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I apologize , I think there was some confusion . Your train from Norwich to Cambridge departs at 10:16 and arrives at 11:35 . The cost is 17.60 pounds ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for that . That is all I needed . Thanks !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Excellent ! Have a good day !"
}
] |
MUL0738.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"29"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"29"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"huntingdon marriott hotel"
],
[
"_:result",
"name",
"the university arms hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"name",
"huntingdon marriott hotel"
],
[
"_:result",
"name",
"the university arms hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/a283e568"
],
[
"_:search/a283e568",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/a283e568"
],
[
"_:search/a283e568",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"154 Chesterton road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"the acorn guest house"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/a283e568"
],
[
"_:search/a283e568",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"154 Chesterton road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:result",
"name",
"Acorn"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_: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": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/a283e568"
],
[
"_:search/a283e568",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"154 Chesterton road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:result",
"name",
"Acorn"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"none"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"arrive_by",
"11:30"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"destination",
"Norwich"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/a283e568"
],
[
"_:search/a283e568",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"154 Chesterton road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:result",
"name",
"Acorn"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"none"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"arrive_by",
"11:30"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"destination",
"Norwich"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"11:35"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"10:16"
],
[
"_:result",
"ticket",
"17.60 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a place to eat in the east side of the city ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'Curry Prince');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Curry Prince is on the east side of town ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Do they serve chinese food ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,area,'east');(_:result,food,'Chinese');(_:result,name,'Yu Garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "No they do not serve Chinese food , however the Yu Garden does and is in the east side ."
},
{
"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,'529 Newmarket Road Fen Ditton');(_:result,name,'Yu Garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yu Garden 's address is 529 Newmarket Road Fen Ditton . Is there anything else I can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , what is the price range ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'Yu Garden');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yu Garden is in the expensive price range . Do you want the address and phone number ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I already got the address , thank you . That is all I needed . Good bye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "thank you , goodbye ."
}
] |
WOZ20216.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e29f4633"
],
[
"_:search/e29f4633",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Yu Garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e29f4633"
],
[
"_:search/e29f4633",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"529 Newmarket Road Fen Ditton"
],
[
"_:result",
"name",
"Yu Garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e29f4633"
],
[
"_:search/e29f4633",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"529 Newmarket Road Fen Ditton"
],
[
"_:result",
"name",
"Yu Garden"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'04:30');(_:search,destination,'cow pizza kitchen and bar');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Hello . I would like for a taxi to bring me to the cow pizza kitchen and bar by 04:30 please"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where would you like to travel from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'leverton house');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm traveling from leverton house ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'red honda');(_:result,phone,'07676649498');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Ok , I have you a cab booked , you will be riding a red honda and the contact number is 07676649498"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Ok , thank you very much for your help ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "No problem , have a great time !"
}
] |
SNG02278.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"04:30"
],
[
"_:search",
"destination",
"cow pizza kitchen and bar"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"04:30"
],
[
"_:search",
"destination",
"cow pizza kitchen and bar"
],
[
"_:search",
"departure",
"leverton house"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"04:30"
],
[
"_:search",
"destination",
"cow pizza kitchen and bar"
],
[
"_:search",
"departure",
"leverton house"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red honda"
],
[
"_:result",
"phone",
"07676649498"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'huntingdon marriott hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need information to find the huntingdon marriott hotel ."
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "What type of information do you need ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,name,'huntingdon marriott hotel');(_:search,people,'6');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need help finding huntingdon marriott hotel please . Could you book a room for me for 6 people on monday for 5 nights please ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Unfortunately , the booking was unsuccessful . Would you like for me to find another hotel for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'same general price');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I suppose so . Another hotel in the same general price range , if you can ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,name,'express by holiday inn cambridge');(_:booking,ref,'FGSTOTPY');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are booked at express by holiday inn cambridge . Reference number : FGSTOTPY ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That was helpful ! Thank you goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Do you need anything else ?"
}
] |
SSNG0389.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"huntingdon marriott hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"name",
"huntingdon marriott hotel"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"name",
"huntingdon marriott hotel"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"canthelp",
"_:booking/18feaae7"
],
[
"_:booking/18feaae7",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same general price"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"name",
"huntingdon marriott hotel"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"canthelp",
"_:booking/18feaae7"
],
[
"_:booking/18feaae7",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same general price"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"express by holiday inn cambridge"
],
[
"_:booking",
"ref",
"FGSTOTPY"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What can you tell me about cheap restaurants on the west side of town ?"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,count,'2');(_:result,food,'Italian');(_:result,food,'vietnamese');(_:result,name,'la margherita');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There 's two : la margherita , a Italian place , and thanh binh , which serves vietnamese food . Can I provide you more information ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I get the postcode of that ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'La Margherita');(_:result,name,'Thanh binh');(_:result,postcode,'cb30af');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code for La Margherita and Thanh binh is cb30af . Would you like a reservation at one of these great restaurants ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'Italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "The Italian place would be great ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people will be with you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "4 people acan you book it for me ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Can I also get what time and what day you would like the reservation for ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm sorry I do n't need a reservation for the restaurant . I do need help finding a place to stay in the same area though ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "What are your other requirements ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Find me one near that Italian Place , it should be in the same price range ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,category,'guesthouse');(_:result,name,'finches bed and breakfast');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Finches bed and breakfast is a cheap guesthouse on the west side of town . Should I reserve you any rooms ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'8');(_:search,stay,'4');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , that would be great . I 'll need it booked for Saturday , 4 nights , and 8 people . Can I have the reference number please ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'1DCW8JZN');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your room is booked , ref # 1DCW8JZN . Can I help you with anything else today ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . I 'm looking for a 4 star hotel in the west . Could you please find me one ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It looks like you 're already booked at a hotel . Would you like help with something else ?"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "You 're right , I 'm sorry . I actually have all that I need from you at this time . Have a good day !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a great day !"
}
] |
PMUL0119.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:result",
"name",
"Thanh binh"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:result",
"name",
"Thanh binh"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Italian"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:result",
"name",
"Thanh binh"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Italian"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:result",
"name",
"Thanh binh"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Italian"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:search",
"food",
"Italian"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"finches bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:search",
"food",
"Italian"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"finches bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"1DCW8JZN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:search",
"food",
"Italian"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"finches bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"1DCW8JZN"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_: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,category,'cinemas');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hey , are there any good cinemas in Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'south');(_:result,type,'Attraction'))",
"inform((_:result,category,'cinemas');(_:result,count,'2');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are two cinemas , one in the south and one in the centre , which area do you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Attraction'))",
"request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Either one is fine . How about the south . Can you give me the postcode and entrance fee for that one ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'The cineworld cinema');(_:result,phone,'00872208000');(_:result,postcode,'cb17dy');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure ! The cineworld cinema 's phone number is 00872208000 and their post code is cb17dy . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need , thank you ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you ! Have a wonderful day !"
}
] |
SNG1102.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"cinemas"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"cinemas"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"cinemas"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"cinemas"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"cinemas"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"The cineworld cinema"
],
[
"_:result",
"phone",
"00872208000"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'aylesbray lodge guest house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I am searching for a hotel named the Aylesbray Lodge Guest House ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'hotel');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have found the hotel . It is in the moderate price range . Would you like me to book it for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'5');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please for 5 people for 3 nights starting from Thursday ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,name,'Aylesbray');(_:booking,type,'Booking'))",
"request((_:search,name,?);(_:search,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry , I was not able to book Aylesbray . Would you like me to try another hotel ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'dontcare');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please . I want to stay around the moderate price range though !"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,name,'A and B Guest House');(_:booking,ref,'O1UZCJC9');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I have you booked for A and B Guest House . The reference number is O1UZCJC9 . Is there anything else you need ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be all . Thank you for your help ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the service . Good bye ."
}
] |
SSNG0217.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"aylesbray lodge guest house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"aylesbray lodge guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"canthelp",
"_:booking/2c4902cf"
],
[
"_:booking/2c4902cf",
"name",
"Aylesbray"
],
[
"_:booking/2c4902cf",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"dontcare"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"canthelp",
"_:booking/2c4902cf"
],
[
"_:booking/2c4902cf",
"name",
"Aylesbray"
],
[
"_:booking/2c4902cf",
"type",
"Booking"
],
[
"_:search",
"name",
"dontcare"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"A and B Guest House"
],
[
"_:booking",
"ref",
"O1UZCJC9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for an attraction in the center of town to visit ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,name,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'quite a few');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have quite a few interesting attractions in the center of town . Is there anything in particular you would like to see ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I have no preference , I just need the address , postcode , and entrance fee ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'44');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 44 different attractions here in cambridge . Would you like me to pick one of them for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "As long as it is in the centre of town , yes ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Jesus Lane');(_:result,name,'All Saints Church');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is the All Saints Church at Jesus Lane ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I get the adress , postcode , and entrance fee ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Jesus Lane');(_:result,entrance_fee,'free');(_:result,postcode,'cb58bs');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "No problem . The address is Jesus Lane , postcode cb58bs and the entrance fee is free . What else can I help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,name,'alexander bed and breakfast');(_:search,people,'three');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to book the Alexander Bed and Breakfast , for three people and 2 nights starting on Thursday ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That booking was n't successful . Would you like to try a different hotel ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,stay,'1');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you try for 1 night instead ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'U4CZ92U1');(_:booking,stay,'one');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , I was able to book it for one night . your reference number is U4CZ92U1 . Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you also book a taxi for me ?"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Sure . What time would you like to leave or arrive by ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,leave_at,'09:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm hoping to leave from the Alexander by 09:30 please ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'yellow Toyota');(_:result,departure,'Alexander');(_:result,destination,'All Saints Church');(_:result,phone,'07449269313');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Alright , I got a yellow Toyota taxi to take you from the Alexander to All Saints Church . The taxi contact number is 07449269313 . Anything else you need today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks , that 's all ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Great , have a fantastic trip . Thanks for choosing Cambridge TownInfo centre !"
}
] |
MUL2603.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:search",
"people",
"three"
],
[
"_:system",
"canthelp",
"_:booking/a090ff90"
],
[
"_:booking/a090ff90",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:search",
"people",
"three"
],
[
"_:system",
"canthelp",
"_:booking/a090ff90"
],
[
"_:booking/a090ff90",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"U4CZ92U1"
],
[
"_:booking",
"stay",
"one"
],
[
"_: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",
"category",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:search",
"people",
"three"
],
[
"_:system",
"canthelp",
"_:booking/a090ff90"
],
[
"_:booking/a090ff90",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"U4CZ92U1"
],
[
"_:booking",
"stay",
"one"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"09:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:search",
"people",
"three"
],
[
"_:system",
"canthelp",
"_:booking/a090ff90"
],
[
"_:booking/a090ff90",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_:booking",
"ref",
"U4CZ92U1"
],
[
"_:booking",
"stay",
"one"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"09:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow Toyota"
],
[
"_:result",
"departure",
"Alexander"
],
[
"_:result",
"destination",
"All Saints Church"
],
[
"_:result",
"phone",
"07449269313"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need a place to eat in the south that 's expensive ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,food,'Chinese');(_:result,food,'Indian');(_:result,food,'Italian');(_:result,food,'Mexican');(_:result,type,'Restaurant'))",
"inform((_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are Chinese , Indian , Italian , and Mexican restaurants that fit that criteria . Do you have a preference ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like Chinese or Mexican restaurants"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'chiquito restaurant bar');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about chiquito restaurant bar ? It 's an expensive and delicious restaurant in the south ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'17:15');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure , I need a table for 8 at 17:15 on Wednesday , please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'XAL5QLX9');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , I was able to reserve that table for you . Your reference number is XAL5QLX9 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,type,'Attraction'))",
"thank()"
],
"speaker": "user",
"text": "Thank you , what places can you go to that are in the same area ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'a range');(_:result,area,'south');(_:result,category,'cinema');(_:result,category,'general');(_:result,category,'museum');(_:result,category,'nightclubs');(_:result,category,'parks');(_:result,category,'theatre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are a range of attractions in the south , including parks , nightclubs , a museum , a theatre , a cinema , and more general entertainment venues . What sort of attraction are you interested in ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))",
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "A museum sounds great . Can you get the phone number for one ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,\"14 king 's parade\");(_:result,entrance_fee,'free');(_:result,name,'the byard museum');(_:result,phone,'01223464646');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , the byard museum is reachable at 01223464646 , they have free admission and are located at 14 king 's parade , any other questions ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'my reservation time');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "That sounds very nice . Can you book me a taxi or car service between those two places ? I 'd like to arrive by my reservation time , please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'yellow Skoda');(_:result,phone,'07550666183');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I was able to book a taxi for you . Be looking for a yellow Skoda . If you need to reach them , please call them at 07550666183 . Is there anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That would be all , thanks !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our service . Have a good day . Goodbye ."
}
] |
MUL2377.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"ref",
"XAL5QLX9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"ref",
"XAL5QLX9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"amount",
"a range"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"category",
"general"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"ref",
"XAL5QLX9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"amount",
"a range"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"category",
"general"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"category",
"theatre"
],
[
"_:search",
"category",
"museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"14 king 's parade"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"the byard museum"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"my reservation time"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"ref",
"XAL5QLX9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"amount",
"a range"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"category",
"general"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"category",
"theatre"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"address",
"14 king 's parade"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"the byard museum"
],
[
"_:search",
"arrive_by",
"my reservation time"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow Skoda"
],
[
"_:result",
"phone",
"07550666183"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Police'))",
"inform((_:search,name,'Parkside Police Station');(_:search,type,'Police'))"
],
"speaker": "user",
"text": "Can you give me the address for the Parkside Police Station ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The address you 're seeking is Parkside , Cambridge ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "Thank you , what is the phone number and postcode ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223358966');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "Telephone \t : \t 01223358966 \n Postcode \t : \t CB11JG . Is there anything else ?"
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , that 's all . Good bye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Thank you for contacting TownInfo centre today . Goodbye"
}
] |
SNG02008.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Police"
],
[
"_: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",
"type",
"Police"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for someplace to get British cuisine in the center of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'5');(_:result,pricerange,'expensive');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Great , I have five options for you in the moderate to expensive range ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Oh , I really need something cheap ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,food,'British');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I do not have anything in that price range for British . Another criteria perhaps ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you try an Italian place please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,name,'zizzi cambridge');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 3 in that price range and area . May I recommend zizzi cambridge ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'16:45');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , that would be great ! Could you please book a table for 5 people at 16:45 on saturday ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'MGCSVPOM');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your table is reserved and your reference number is MGCSVPOM . Can I help you with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'11:30');(_:search,departure,'stansted airport');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you . I also need a train from stansted airport to Cambridge that will arrive by 11:30 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'6');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are six , which day would you like to travel ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'11:30');(_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Saturday . I would like to arrive by 11:30 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'10:52');(_:result,leave_at,'10:24');(_:result,ticket,'8.08 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,people,'6');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have one leaving at 10:24 and arriving at 10:52 . The rate is 8.08 pounds each . Would like me to make reservations for 6 ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please make a reservation for 5 people and give the phone number"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,people,'5');(_:booking,ref,'RGMOSM2H');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I booked 5 tickets . There is no phone number , but the reference number is RGMOSM2H ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I need , thank you for your help ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Happy to help . Have a great day ."
}
] |
PMUL0552.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/c326deff"
],
[
"_:search/c326deff",
"food",
"British"
],
[
"_:search/c326deff",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/c326deff"
],
[
"_:search/c326deff",
"food",
"British"
],
[
"_:search/c326deff",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"zizzi cambridge"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/c326deff"
],
[
"_:search/c326deff",
"food",
"British"
],
[
"_:search/c326deff",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"zizzi cambridge"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"MGCSVPOM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/c326deff"
],
[
"_:search/c326deff",
"food",
"British"
],
[
"_:search/c326deff",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"name",
"zizzi cambridge"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"MGCSVPOM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/c326deff"
],
[
"_:search/c326deff",
"food",
"British"
],
[
"_:search/c326deff",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"name",
"zizzi cambridge"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"MGCSVPOM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"arrive_by",
"10:52"
],
[
"_:result",
"leave_at",
"10:24"
],
[
"_:result",
"ticket",
"8.08 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"6"
],
[
"_: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",
"area",
"center"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/c326deff"
],
[
"_:search/c326deff",
"food",
"British"
],
[
"_:search/c326deff",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"name",
"zizzi cambridge"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"arrive_by",
"10:52"
],
[
"_:result",
"leave_at",
"10:24"
],
[
"_:result",
"ticket",
"8.08 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"RGMOSM2H"
],
[
"_: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,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train going to cambridge please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,day,'friday');(_:result,departure,'london kings');(_:result,id,'TR5219');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "the train i d is TR5219 and it leaves london kings on friday"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Does that depart from broxbourne station ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'133');(_:result,departure,'Broxbourne');(_:result,destination,'Cambridge');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sorry . I need to narrow down the 133 trains from Broxbourne to Cambridge . First , what day do you want to leave ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to leave on sunday"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Is there a certain time of day you would like to travel ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,leave_at,'13:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would prefer to leave after 13:45 please"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,day,'Sunday');(_:result,departure,'Broxbourne');(_:result,id,'TR4813');(_:result,leave_at,'14:32');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alright , I have train TR4813 that leaves Sunday at 14:32 from Broxbourne . Will this work better for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes as long as it is going to cambridge that sounds fine . I 'll need the price also please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,ticket,'14.32 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The price is 14.32 pounds per person ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,leave_at,'14:32');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you , I will buy a ticket for 14.32 pounds for train TR4813 leaving Sunday at 14:32 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'4YAT8PVP');(_:booking,ticket,'14.32 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful , the total fee is 14.32 GBP payable at the station . \n Your reference number is 4YAT8PVP ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much , have a wonderful day ."
},
{
"id": 13,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "thanks for inquiring with us . have a nice day"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I will do so ... and you too ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm glad I could help you . Goodbye ."
}
] |
SNG02265.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",
"day",
"friday"
],
[
"_:result",
"departure",
"london kings"
],
[
"_:result",
"id",
"TR5219"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"friday"
],
[
"_:result",
"id",
"TR5219"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"friday"
],
[
"_:result",
"id",
"TR5219"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"13:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"13:45"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"id",
"TR4813"
],
[
"_:result",
"leave_at",
"14:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"id",
"TR4813"
],
[
"_:result",
"leave_at",
"14:32"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"ticket",
"14.32 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"14:32"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"id",
"TR4813"
],
[
"_:result",
"leave_at",
"14:32"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"ticket",
"14.32 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"14:32"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"4YAT8PVP"
],
[
"_:booking",
"ticket",
"14.32 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"id",
"TR4813"
],
[
"_:result",
"leave_at",
"14:32"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"ticket",
"14.32 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"14:32"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"4YAT8PVP"
],
[
"_:booking",
"ticket",
"14.32 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,name,'bridge guest house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for information on a place called Bridge Guest House . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,pricerange,'moderately priced');(_:result,stars,'3-star');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "OK , it is a 3-star moderately priced guesthouse in the south . It offers free parking and WiFi to guests . Do you need more info ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "No , that 's all I need ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "its available shall i book it for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'cocum');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No thank you . But can you tell me if there 's a restaurant called cocum in town ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"reqmore()",
"inform((_:result,area,'west');(_:result,food,'indian');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , there is . It 's an expensive indian restaurant in the west . Did you need a reservation or more information ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'16:00');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like a reservation , please ? Can we make it for Saturday at 16:00 for 7 people ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'P98ZTJBU');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : P98ZTJBU . anything else ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I need . Thank you ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a good day and enjoy your visit !"
}
] |
PMUL4027.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"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"cocum"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"cocum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"name",
"cocum"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"P98ZTJBU"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a place to dine . The restaurant should be in the west and should serve british food"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Travellers rest');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Travellers rest is amazing . would you like a reservation ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'12:15');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes I need table for 6 people at 12:15 on saturday"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Saturday');(_:booking,duration,'12:15');(_:booking,people,'6');(_:booking,ref,'6W59CFFR');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your party of 6 is booked for Saturday at 12:15 . Your reference number is 6W59CFFR . Is there anything else ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thanks for your help !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're quite welcome !"
}
] |
SNG02289.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"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Travellers rest"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Travellers rest"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"12:15"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"6W59CFFR"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'sri lankan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi there . I 'd like to find a place to dine in the city centre , preferable with Sri Lankan food . Do you have any recommendations ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'centre');(_:search,food,'sri lankan');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry , I do n't have any restaurants with sri lankan food in the centre . Would you like to try another type of food ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you try again ? Moderately priced , perhaps ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry , there was nothing found . Do you want to try a different kind of food ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about modern european food ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,count,'2');(_:result,food,'modern european');(_:result,name,'Riverside Brasserie');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two options for modern european food in centre in the moderate price range . May I suggest Riverside Brasserie ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure ! Could you tell me the address - including the postcode and phone number please ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'the Doubletree by Hilton Cambridge Granta Place Mill Lane');(_:result,phone,'01223259988');(_:result,postcode,'cb21rt');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , they 're located at the Doubletree by Hilton Cambridge Granta Place Mill Lane in postcode cb21rt . Their phone number is 01223259988 . Can I help with anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'no');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great . I am also looking for a guesthouse to stay in and I do n't need parking ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Not a problem . Do you have a preference on area ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Moderately priced in the centre , please ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:search,category,'hotel');(_:search,pricerange,'moderately priced');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Unfortunately , there is no hotel in the moderately priced area"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is there any other type of hotel in the area ?"
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,category,'guesthouse');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Sorry , there are no guesthouse in centre within the moderate price range . Can I help you with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'dontcare');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I understand that there are no guesthouses in the area . But can you see if there are other hotels in the area ? Moderately priced and in the centre , please ."
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,category,'hotel');(_:result,name,'cityroomz');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I was able to find cityroomz , it 's a hotel in the centre that is moderately priced . Can I make a booking for you ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I just need the postcode , telephone number and address of the hotel please ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,address,'sleeperz hotel , station road');(_:result,phone,'01223304050');(_:result,postcode,'cb12tz');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The address is sleeperz hotel , station road , postcode cb12tz and phone 01223304050 . Is there anything else I can do for you ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,departure,'riverside brasserie');(_:search,destination,'sleeperz hotel');(_:search,leave_at,'16:15');(_:search,type,'Hotel');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'd like to book a taxi at 16:15 from Riverside Brasserie to Sleeperz Hotel . I 'll also need the contact number and car type for that ."
},
{
"id": 19,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What time will you be wanting to be picked up ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,leave_at,'16:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need the taxi at 16:15 leaving the restaurant"
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,car,'blue ford');(_:result,phone,'07656227446');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Great ! It will be a blue ford . Should you need to contact them their number is 07656227446 . Can I help you with anything else ?"
},
{
"id": 22,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No thank you . That 's all I needed . Good Bye ."
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "Good bye ! Have a great day !"
}
] |
MUL1268.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"sri lankan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"?"
],
[
"_:system",
"canthelp",
"_:search/671ef92f"
],
[
"_:search/671ef92f",
"area",
"centre"
],
[
"_:search/671ef92f",
"food",
"sri lankan"
],
[
"_:search/671ef92f",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/671ef92f"
],
[
"_:search/671ef92f",
"area",
"centre"
],
[
"_:search/671ef92f",
"food",
"sri lankan"
],
[
"_:search/671ef92f",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/494dd718"
],
[
"_:search/494dd718",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/671ef92f"
],
[
"_:search/671ef92f",
"area",
"centre"
],
[
"_:search/671ef92f",
"food",
"sri lankan"
],
[
"_:search/671ef92f",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/494dd718"
],
[
"_:search/494dd718",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"Riverside Brasserie"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/671ef92f"
],
[
"_:search/671ef92f",
"area",
"centre"
],
[
"_:search/671ef92f",
"food",
"sri lankan"
],
[
"_:search/671ef92f",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/494dd718"
],
[
"_:search/494dd718",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"Riverside Brasserie"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"the Doubletree by Hilton Cambridge Granta Place Mill Lane"
],
[
"_:result",
"phone",
"01223259988"
],
[
"_:result",
"postcode",
"cb21rt"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/671ef92f"
],
[
"_:search/671ef92f",
"area",
"centre"
],
[
"_:search/671ef92f",
"food",
"sri lankan"
],
[
"_:search/671ef92f",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/494dd718"
],
[
"_:search/494dd718",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"Riverside Brasserie"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"the Doubletree by Hilton Cambridge Granta Place Mill Lane"
],
[
"_:result",
"phone",
"01223259988"
],
[
"_:result",
"postcode",
"cb21rt"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/671ef92f"
],
[
"_:search/671ef92f",
"area",
"centre"
],
[
"_:search/671ef92f",
"food",
"sri lankan"
],
[
"_:search/671ef92f",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/494dd718"
],
[
"_:search/494dd718",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"Riverside Brasserie"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"the Doubletree by Hilton Cambridge Granta Place Mill Lane"
],
[
"_:result",
"phone",
"01223259988"
],
[
"_:result",
"postcode",
"cb21rt"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/349f2c29"
],
[
"_:search/349f2c29",
"category",
"hotel"
],
[
"_:search/349f2c29",
"pricerange",
"moderately priced"
],
[
"_:search/349f2c29",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/671ef92f"
],
[
"_:search/671ef92f",
"area",
"centre"
],
[
"_:search/671ef92f",
"food",
"sri lankan"
],
[
"_:search/671ef92f",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/494dd718"
],
[
"_:search/494dd718",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"Riverside Brasserie"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"the Doubletree by Hilton Cambridge Granta Place Mill Lane"
],
[
"_:result",
"phone",
"01223259988"
],
[
"_:result",
"postcode",
"cb21rt"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:system",
"canthelp",
"_:search/349f2c29"
],
[
"_:search/349f2c29",
"category",
"hotel"
],
[
"_:search/349f2c29",
"pricerange",
"moderately priced"
],
[
"_:search/349f2c29",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/1a643f01"
],
[
"_:search/1a643f01",
"area",
"centre"
],
[
"_:search/1a643f01",
"category",
"guesthouse"
],
[
"_:search/1a643f01",
"pricerange",
"moderate"
],
[
"_:search/1a643f01",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/671ef92f"
],
[
"_:search/671ef92f",
"area",
"centre"
],
[
"_:search/671ef92f",
"food",
"sri lankan"
],
[
"_:search/671ef92f",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/494dd718"
],
[
"_:search/494dd718",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"address",
"the Doubletree by Hilton Cambridge Granta Place Mill Lane"
],
[
"_:result",
"phone",
"01223259988"
],
[
"_:result",
"postcode",
"cb21rt"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:system",
"canthelp",
"_:search/349f2c29"
],
[
"_:search/349f2c29",
"category",
"hotel"
],
[
"_:search/349f2c29",
"pricerange",
"moderately priced"
],
[
"_:search/349f2c29",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/1a643f01"
],
[
"_:search/1a643f01",
"area",
"centre"
],
[
"_:search/1a643f01",
"category",
"guesthouse"
],
[
"_:search/1a643f01",
"pricerange",
"moderate"
],
[
"_:search/1a643f01",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"cityroomz"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/671ef92f"
],
[
"_:search/671ef92f",
"area",
"centre"
],
[
"_:search/671ef92f",
"food",
"sri lankan"
],
[
"_:search/671ef92f",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/494dd718"
],
[
"_:search/494dd718",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"modern european"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:system",
"canthelp",
"_:search/349f2c29"
],
[
"_:search/349f2c29",
"category",
"hotel"
],
[
"_:search/349f2c29",
"pricerange",
"moderately priced"
],
[
"_:search/349f2c29",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/1a643f01"
],
[
"_:search/1a643f01",
"area",
"centre"
],
[
"_:search/1a643f01",
"category",
"guesthouse"
],
[
"_:search/1a643f01",
"pricerange",
"moderate"
],
[
"_:search/1a643f01",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"cityroomz"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"address",
"sleeperz hotel , station road"
],
[
"_:result",
"phone",
"01223304050"
],
[
"_:result",
"postcode",
"cb12tz"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"departure",
"riverside brasserie"
],
[
"_:search",
"destination",
"sleeperz hotel"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/671ef92f"
],
[
"_:search/671ef92f",
"area",
"centre"
],
[
"_:search/671ef92f",
"food",
"sri lankan"
],
[
"_:search/671ef92f",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/494dd718"
],
[
"_:search/494dd718",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"modern european"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:system",
"canthelp",
"_:search/349f2c29"
],
[
"_:search/349f2c29",
"category",
"hotel"
],
[
"_:search/349f2c29",
"pricerange",
"moderately priced"
],
[
"_:search/349f2c29",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/1a643f01"
],
[
"_:search/1a643f01",
"area",
"centre"
],
[
"_:search/1a643f01",
"category",
"guesthouse"
],
[
"_:search/1a643f01",
"pricerange",
"moderate"
],
[
"_:search/1a643f01",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"cityroomz"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"address",
"sleeperz hotel , station road"
],
[
"_:result",
"phone",
"01223304050"
],
[
"_:result",
"postcode",
"cb12tz"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"destination",
"sleeperz hotel"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/671ef92f"
],
[
"_:search/671ef92f",
"area",
"centre"
],
[
"_:search/671ef92f",
"food",
"sri lankan"
],
[
"_:search/671ef92f",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/494dd718"
],
[
"_:search/494dd718",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"modern european"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:system",
"canthelp",
"_:search/349f2c29"
],
[
"_:search/349f2c29",
"category",
"hotel"
],
[
"_:search/349f2c29",
"pricerange",
"moderately priced"
],
[
"_:search/349f2c29",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/1a643f01"
],
[
"_:search/1a643f01",
"area",
"centre"
],
[
"_:search/1a643f01",
"category",
"guesthouse"
],
[
"_:search/1a643f01",
"pricerange",
"moderate"
],
[
"_:search/1a643f01",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"cityroomz"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"address",
"sleeperz hotel , station road"
],
[
"_:result",
"postcode",
"cb12tz"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"destination",
"sleeperz hotel"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue ford"
],
[
"_:result",
"phone",
"07656227446"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a moderately priced restaurant in the center of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'21');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 21 different restaurants in that area matching your price range . What kind of food are you in the mood for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'jamaican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to try Jamaican food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'Jamaican');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunately I ca n't find any Jamaican restaurants . Is there another type of food you 'd like to try ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay ... how about British food ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'4');(_:result,name,'Cotto');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I found 4 restaurants , would you like to try Cotto ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'17:00');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure , can you try to get a table for 8 people at 17:00 on Tuesday ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'IAUXALYD');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : IAUXALYD ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'11:15');(_:search,departure,'petterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you , can I also get a train leaving petterborough and arriving by 11:15"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,amount,'eleven');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "there are eleven trains that match that criteria . What time would you like your departure time to be ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'11:15');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I just need to make sure I arrive in cambridge by 11:15 please ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))",
"inform((_:result,day,'Tuesday');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Before going further I would just like to confirm you 'd be leaving on Tuesday , is that correct ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Restaurant'))",
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , Tuesday , the same day as the restaurant booking , can I please get a departure time as well ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'11:09');(_:result,leave_at,'10:19');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is a train that leaves at 10:19 and arrives at 11:09 . Would you like to book it ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , please book this ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Absolutely . How many tickets would you like to be booked ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,people,'none');(_:search,type,'Train'))",
"thank()"
],
"speaker": "user",
"text": "That 's all I need , Thank You ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Sure thing ! The reference number is S4FM08GE . See you !"
}
] |
MUL0261.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"jamaican"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/df7bf012"
],
[
"_:search/df7bf012",
"food",
"Jamaican"
],
[
"_:search/df7bf012",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/df7bf012"
],
[
"_:search/df7bf012",
"food",
"Jamaican"
],
[
"_:search/df7bf012",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Cotto"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/df7bf012"
],
[
"_:search/df7bf012",
"food",
"Jamaican"
],
[
"_:search/df7bf012",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Cotto"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"ref",
"IAUXALYD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"departure",
"petterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/df7bf012"
],
[
"_:search/df7bf012",
"food",
"Jamaican"
],
[
"_:search/df7bf012",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Cotto"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"ref",
"IAUXALYD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"petterborough"
],
[
"_:result",
"amount",
"eleven"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/df7bf012"
],
[
"_:search/df7bf012",
"food",
"Jamaican"
],
[
"_:search/df7bf012",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Cotto"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"ref",
"IAUXALYD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"petterborough"
],
[
"_:result",
"amount",
"eleven"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_: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"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/df7bf012"
],
[
"_:search/df7bf012",
"food",
"Jamaican"
],
[
"_:search/df7bf012",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Cotto"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"ref",
"IAUXALYD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"petterborough"
],
[
"_:result",
"amount",
"eleven"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"arrive_by",
"11:09"
],
[
"_:result",
"leave_at",
"10:19"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/df7bf012"
],
[
"_:search/df7bf012",
"food",
"Jamaican"
],
[
"_:search/df7bf012",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Cotto"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:booking",
"ref",
"IAUXALYD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"petterborough"
],
[
"_:result",
"amount",
"eleven"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"11:09"
],
[
"_:result",
"leave_at",
"10:19"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"none"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'london liverpool street');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train from london liverpool street to cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))",
"inform((_:result,amount,'many');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are many trains . What day and what time ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,leave_at,'21:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on Friday after 21:45 please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR6769');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR6769 fits what you 're looking for . Would you like me to book you passage ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No , I just need to know the travel time of the train at the moment ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "I will book it for you , is there anything else I can do for you ?"
}
] |
PMUL1021.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR6769"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'leverton house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a hotel called the leverton house ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,name,'Leverton House');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "May I suggest the guesthouse called the Leverton House ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,stay,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , that is the one I wanted . Could I book a four night stay starting on Saturday ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people will be staying ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "There will be a total of 8 of us ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:search,name,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry , it does n't look like they have rooms available . Would you like me to try a different hotel ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'leverton house');(_:search,pricerange,'same price range');(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "user",
"text": "Sure . You can try something different as long as it is in the same price range as Leverton House ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,name,'allenbell');(_:booking,ref,'KZBURD59');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book allenbell , reference number is KZBURD59 ."
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you ! good bye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your stay ."
}
] |
SSNG0310.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"leverton house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"leverton house"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Leverton House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"stay",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"leverton house"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Leverton House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"stay",
"four"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Leverton House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"stay",
"four"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/fdffc041"
],
[
"_:booking/fdffc041",
"type",
"Booking"
],
[
"_:search",
"name",
"leverton house"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Leverton House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"stay",
"four"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/fdffc041"
],
[
"_:booking/fdffc041",
"type",
"Booking"
],
[
"_:search",
"name",
"leverton house"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"allenbell"
],
[
"_:booking",
"ref",
"KZBURD59"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a moderately priced guest house ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,has_internet,?);(_:search,has_parking,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'15');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 15 moderately priced guesthouses . Do you have any specific needs , such as area , or internet access , or parking ? What star rating would you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I want free wifi and the rating should have 4 stars ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'Acorn house');(_:result,pricerange,'moderate');(_:result,stars,'4-star');(_:result,type,'Hotel'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Acorn house is on the north side , has a 4-star rating and is in the moderate price range . They have free WIFI . What dates do you need ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'1');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need booking from 1 people and 4 nights starting from wednesday ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , it does n't look like they have a room available . Would you like me to try a different one ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "yes , please try a different hotel in the same price range ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,day,'Wednesday');(_:booking,name,'the archway house');(_:booking,people,'1');(_:booking,stay,'4 nights');(_:booking,type,'Booking');(_:result,address,'52 gilbert road');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have successfully booked you a room for 1 person and 4 nights starting on Wednesday at the archway house . They are located at 52 gilbert road ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you give me a reference number to check in with ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'4D968P9B');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Reference number is 4D968P9B ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help !"
},
{
"id": 11,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "You are welcome ! Enjoy your stay ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you I 'm sure I will ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Great thank you ."
}
] |
SSNG0206.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"15"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Acorn house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"15"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Acorn house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"canthelp",
"_:booking/b1fdcce8"
],
[
"_:booking/b1fdcce8",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"15"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Acorn house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"canthelp",
"_:booking/b1fdcce8"
],
[
"_:booking/b1fdcce8",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"name",
"the archway house"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"stay",
"4 nights"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"52 gilbert road"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"15"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Acorn house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"canthelp",
"_:booking/b1fdcce8"
],
[
"_:booking/b1fdcce8",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"name",
"the archway house"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"stay",
"4 nights"
],
[
"_:result",
"address",
"52 gilbert road"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"4D968P9B"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"15"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Acorn house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"canthelp",
"_:booking/b1fdcce8"
],
[
"_:booking/b1fdcce8",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"name",
"the archway house"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"stay",
"4 nights"
],
[
"_:result",
"address",
"52 gilbert road"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"4D968P9B"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a place to eat in Cambridge that s is indian with moderate pricing"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'east');(_:result,area,'north');(_:result,area,'west');(_:result,count,'4');(_:result,food,'Indian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have four Indian restaurants in the area . Two in the east , one in the west and one in the north . Do you have a preference as to what area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , I do n't care about that ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,name,'Curry Prince');(_:result,name,'Meghna');(_:result,name,'Nirala');(_:result,name,'Rajmahal');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay . Would you like to go to Curry Prince , The Nirala , Meghna , or Rajmahal ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "I have no idea . Which one is your favorite ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'curry prince');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I would choose the curry prince . Can I book that for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,category,'nightclub');(_:search,day,'sunday');(_:search,duration,'19:45');(_:search,people,'2');(_:search,type,'Attraction');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please book a table for 2 on Sunday at 19:45 . You 'll need to give me the reference number . I 'm also looking for a nightclub in the center of town ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'CTV9SXGD');(_:booking,type,'Booking');(_:result,amount,'several');(_:result,area,'centre');(_:result,category,'night clubs');(_:result,name,'club salsa');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : CTV9SXGD . There are several night clubs in the centre . club salsa is great !"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'the booked time');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a cab to arrive by the booked time , can I also get the contact # and car type too please"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Would you like to leave from your hotel ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,duration,'19:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't really care as long as I get to the restaurant by 19:45"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Can you please give me the name of your hotel ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "I do not have it right now ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Sorry , I 'm a little confused . There was no mention of hotel . Where would you like to go ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'club salsas');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I get club salsas phone number and address ? I would like the taxi from the club to the restaurant"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,address,'1 station road');(_:result,name,'The salsa');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The salsa is at 1 station road . I can work on the taxi in just one second ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,departure,'club salsa');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Great . I would like a taxi from club salsa to the restaurant . I want to arrive by my reservation time ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'Black honda');(_:result,phone,'07157896056');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "i have booked Black honda with contact 07157896056"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I think that will be all . Thanks so much for your help !"
},
{
"id": 19,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "you are welcome and thanks"
},
{
"id": 20,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "have yourself a great day"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling Cambridge TownInfo centre ! I hope you have a wonderful visit !"
}
] |
PMUL3898.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"name",
"Nirala"
],
[
"_:result",
"name",
"Rajmahal"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"CTV9SXGD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"night clubs"
],
[
"_:result",
"name",
"club salsa"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"the booked time"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"CTV9SXGD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"night clubs"
],
[
"_:result",
"name",
"club salsa"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"the booked time"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"CTV9SXGD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"night clubs"
],
[
"_:result",
"name",
"club salsa"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"the booked time"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"departure",
"?"
],
[
"_: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",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"CTV9SXGD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"night clubs"
],
[
"_:result",
"name",
"club salsa"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"the booked time"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"name",
"club salsas"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"CTV9SXGD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"night clubs"
],
[
"_:search",
"arrive_by",
"the booked time"
],
[
"_:result",
"car",
"?"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"name",
"club salsas"
],
[
"_:result",
"address",
"1 station road"
],
[
"_:result",
"name",
"The salsa"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"club salsa"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"CTV9SXGD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"night clubs"
],
[
"_:search",
"arrive_by",
"the booked time"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"name",
"club salsas"
],
[
"_:result",
"address",
"1 station road"
],
[
"_:result",
"name",
"The salsa"
],
[
"_:search",
"departure",
"club salsa"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"Black honda"
],
[
"_:result",
"phone",
"07157896056"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"CTV9SXGD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"night clubs"
],
[
"_:search",
"arrive_by",
"the booked time"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"name",
"club salsas"
],
[
"_:result",
"address",
"1 station road"
],
[
"_:result",
"name",
"The salsa"
],
[
"_:search",
"departure",
"club salsa"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"Black honda"
],
[
"_:result",
"phone",
"07157896056"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train leaving stansted airport on tuesday ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,departure,'stansted airport');(_:result,type,'Train'))",
"request((_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What is your destination and what time would you like to depart from stansted airport ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'13:30');(_:search,day,'tuesday');(_:search,departure,'stansted airport');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am going to Cambridge and i plan to depart from stansted airport and i need a train schedule from stansted airport that will get to Cambridge by 13:30 Tuesday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'12:52');(_:result,id,'TR4117');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "OK , the TR4117 arrives at 12:52 . Would you like to book that train ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Not yet but I do need a price and travel time ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'12:52');(_:result,destination,'Cambridge');(_:result,duration,'28 minutes');(_:result,id,'TR4117');(_:result,leave_at,'12:24');(_:result,ticket,'10.10 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR4117 is 10.10 pounds per ticket and the duration of the trip is 28 minutes . You would leave at 12:24 and arrive in Cambridge at 12:52 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'allenbell');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you ! I 'm also looking for a hotel named the Allenbell . Can you help me with that ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'The allenbell');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The allenbell is a guesthouse located in the east . It is a cheap 4 star hotel with free parking and internet ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,people,'1');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks so much , Can you book it for 1 person for 4 nights starting from the same day ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Tuesday');(_:booking,ref,'OV9QI79D');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have made your reservation for Tuesday , with reference # OV9QI79D . Can I help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No . That is all . Thanks ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for using the help desk !"
}
] |
PMUL1572.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"departure",
"stansted airport"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"12:52"
],
[
"_:result",
"id",
"TR4117"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"12:52"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"id",
"TR4117"
],
[
"_:result",
"leave_at",
"12:24"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"12:52"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"id",
"TR4117"
],
[
"_:result",
"leave_at",
"12:24"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"The allenbell"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"same day"
],
[
"_: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",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"arrive_by",
"12:52"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"id",
"TR4117"
],
[
"_:result",
"leave_at",
"12:24"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"The allenbell"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"ref",
"OV9QI79D"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "where is the nearest police station ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The nearest police station is in Parkside , Cambridge ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "What is the address ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The address is Parkside , Cambridge , postcode CB11JG ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "Do you have the phone number there ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'01223358966.anything');(_:result,type,'Police'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , the phone number is 01223358966.Anything else you need ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all . Thank you for your help ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "It 's been my pleasure to help . Have a great day ."
}
] |
SNG0110.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"type",
"Police"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"phone",
"01223358966.anything"
],
[
"_:result",
"type",
"Police"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "I need to know where the Addenbrookes Hospital is please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Addebrookes Hospital is located at Hills Rd , Cambridge . Is there anything else you require ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "I need the postcode and phone number ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223245151');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))",
"request((_:search,department,?);(_:search,type,'Hospital'))"
],
"speaker": "system",
"text": "The postcode of Addenbrookes Hospital is CB20QQ , and the main phone number is 01223245151 . Are you looking for a particular department ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,department,?);(_:result,phone,?);(_:result,type,'Hospital'))",
"inform((_:search,phone,'01223245151');(_:search,postcode,'CB20QQ');(_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "No specific department . I will call Addenbrrokes Hospital , CB20QQ at phone number 01223245151 ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Do you need any further assistance ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome ! Goodbye ."
}
] |
SNG01637.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:search",
"department",
"?"
],
[
"_:result",
"department",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"phone",
"01223245151"
],
[
"_:search",
"postcode",
"CB20QQ"
],
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:search",
"department",
"?"
],
[
"_:result",
"department",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"phone",
"01223245151"
],
[
"_:search",
"postcode",
"CB20QQ"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'mediterranean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a place to dine . The restaurant should be in the centre and should serve mediterranean food ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'2 Rose Crescent City Centre');(_:result,name,'Gardenia');(_:result,pricerange,'not expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Gardenia restaurant is a great choice . It is not expensive , and meets your other criteria . The address is 2 Rose Crescent City Centre"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds great ! Can you help me book a reservation for 4 people on Sunday ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What time would you like the reservation to be for ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,duration,'16:15');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "16:15 , please , thank you ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'WBB6XXRP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are booked , with ref # WBB6XXRP . Anything else for you today ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is all . Thank you for the help ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome and thanks for using our help desk . Goodbye ."
}
] |
SNG1343.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:result",
"address",
"2 Rose Crescent City Centre"
],
[
"_:result",
"name",
"Gardenia"
],
[
"_:result",
"pricerange",
"not expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:result",
"address",
"2 Rose Crescent City Centre"
],
[
"_:result",
"name",
"Gardenia"
],
[
"_:result",
"pricerange",
"not expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:result",
"address",
"2 Rose Crescent City Centre"
],
[
"_:result",
"name",
"Gardenia"
],
[
"_:result",
"pricerange",
"not expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"WBB6XXRP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for something to do in the centre of cambridge that would be entertainment based ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry , I have no entertainment listings in the city centre . Would you like to try another area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Could you find some interesting architecture then ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'5');(_:result,name,\"Great Saint Mary 's church\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are five options . Great Saint Mary 's church is a great option ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Sounds great , can I have the phone number , entrance fee , and the postcode please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,entrance_fee,'2 pounds');(_:result,name,\"Great St Mary 's Church\");(_:result,phone,'01223350914');(_:result,postcode,'cb23pq');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Great St Mary 's Church entrance fee is 2 pounds , their phone number is 01223350914 , and the post code is cb23pq ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm also looking for a place to eat in the same area ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'69');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 69 restaurants in the city centre . Is there a type of food or price range you would prefer ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you find me something moderately priced , please ? I 'm not picky about what it is ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'Asian');(_:result,name,'The');(_:result,name,'yipppee noodle bar');(_:result,pricerange,'moderately');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The yipppee noodle bar serves Asian food in the city centre and is moderately priced . Would you like the address and phone number ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'15:45');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That 's not necessary . I want to book a table for 1 person at 15:45 on Saturday ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Unfortunately that 's already been booked . Would you like to try another time ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,duration,'14:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about 14:45 ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,duration,'14:45');(_:booking,ref,'DG9TSIVA');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes 14:45 works ! You table will be reserved for 15 minutes . Your reference number is DG9TSIVA . Is there anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that 's it , you 've been great , thank you !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm glad I was able to help . Please call back if you have any more questions !"
}
] |
MUL0835.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/6d51b253"
],
[
"_:search/6d51b253",
"area",
"centre"
],
[
"_:search/6d51b253",
"category",
"entertainment"
],
[
"_:search/6d51b253",
"type",
"Attraction"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/6d51b253"
],
[
"_:search/6d51b253",
"area",
"centre"
],
[
"_:search/6d51b253",
"category",
"entertainment"
],
[
"_:search/6d51b253",
"type",
"Attraction"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Great Saint Mary 's church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/6d51b253"
],
[
"_:search/6d51b253",
"area",
"centre"
],
[
"_:search/6d51b253",
"category",
"entertainment"
],
[
"_:search/6d51b253",
"type",
"Attraction"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"name",
"Great St Mary 's Church"
],
[
"_:result",
"phone",
"01223350914"
],
[
"_:result",
"postcode",
"cb23pq"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/6d51b253"
],
[
"_:search/6d51b253",
"area",
"centre"
],
[
"_:search/6d51b253",
"category",
"entertainment"
],
[
"_:search/6d51b253",
"type",
"Attraction"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"name",
"Great St Mary 's Church"
],
[
"_:result",
"phone",
"01223350914"
],
[
"_:result",
"postcode",
"cb23pq"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"69"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/6d51b253"
],
[
"_:search/6d51b253",
"area",
"centre"
],
[
"_:search/6d51b253",
"category",
"entertainment"
],
[
"_:search/6d51b253",
"type",
"Attraction"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"phone",
"01223350914"
],
[
"_:result",
"postcode",
"cb23pq"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"count",
"69"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Asian"
],
[
"_:result",
"name",
"The"
],
[
"_:result",
"name",
"yipppee noodle bar"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"people",
"1"
],
[
"_: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/6d51b253"
],
[
"_:search/6d51b253",
"area",
"centre"
],
[
"_:search/6d51b253",
"category",
"entertainment"
],
[
"_:search/6d51b253",
"type",
"Attraction"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"phone",
"01223350914"
],
[
"_:result",
"postcode",
"cb23pq"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"count",
"69"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Asian"
],
[
"_:result",
"name",
"The"
],
[
"_:result",
"name",
"yipppee noodle bar"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/b82bec4a"
],
[
"_:booking/b82bec4a",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/6d51b253"
],
[
"_:search/6d51b253",
"area",
"centre"
],
[
"_:search/6d51b253",
"category",
"entertainment"
],
[
"_:search/6d51b253",
"type",
"Attraction"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"phone",
"01223350914"
],
[
"_:result",
"postcode",
"cb23pq"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"count",
"69"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Asian"
],
[
"_:result",
"name",
"The"
],
[
"_:result",
"name",
"yipppee noodle bar"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/b82bec4a"
],
[
"_:booking/b82bec4a",
"type",
"Booking"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"14:45"
],
[
"_:booking",
"ref",
"DG9TSIVA"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm trying to find an expensive restaurant in the centre part of town ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,name,'Cambridge Chop House');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Cambridge Chop House is an good expensive restaurant in the centre of town . Would you like me to book it for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'16:15');(_:search,people,'1');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , a table for 1 at 16:15 on sunday . I need the reference number ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,ref,'NKLSHT8G');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great your reference number is NKLSHT8G"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'leicester');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Could you help me find a train to Cambridge from Leicester please ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day would you like me to book your train for ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'12:45');(_:search,day,'sunday');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving on Sunday and I need to arrive by 12:45 in leicester ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'6');(_:result,leave_at,'05:09');(_:result,leave_at,'10:09');(_:result,leave_at,'hourly at 9 minutes past the hour');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have 6 trains leaving hourly at 9 minutes past the hour between 05:09 and 10:09 . Would you like to book one of these ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you give me the Train ID of the one departing at 10:09 ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,id,'TR1744');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The number is TR1744 ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Ok , great . Could you just confirm that departure time ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,leave_at,'10:09');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The train will depart at 10:09 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , that is all I need . Have a nice day ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a great day ."
}
] |
MUL0353.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Cambridge Chop House"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Cambridge Chop House"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"NKLSHT8G"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Cambridge Chop House"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"NKLSHT8G"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Cambridge Chop House"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"NKLSHT8G"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"leave_at",
"05:09"
],
[
"_:result",
"leave_at",
"10:09"
],
[
"_:result",
"leave_at",
"hourly at 9 minutes past the hour"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Cambridge Chop House"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"NKLSHT8G"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"leave_at",
"05:09"
],
[
"_:result",
"leave_at",
"10:09"
],
[
"_:result",
"leave_at",
"hourly at 9 minutes past the hour"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"id",
"TR1744"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Cambridge Chop House"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"NKLSHT8G"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"6"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"id",
"TR1744"
],
[
"_:result",
"leave_at",
"10:09"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'20:15');(_:search,day,'sunday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm planning my trip in Cambridge and I need a train . It should arrive by 20:15 and leave on Sunday ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'long list of matches');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay we 've got a long list of matches . Where did you want to depart from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to depart from Cambridge , and I 'm headed to Birmingham New Street ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'plenty of earlier');(_:result,arrive_by,'19:23');(_:result,leave_at,'16:40');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There is a 16:40 that will arrive at 19:23 . There are also plenty of earlier trains if you would like to arrive much earlier ."
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "That sounds great , could you make the reservation for me ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many tickets do you need ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i need 15 tickets"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'GLBY9VB9');(_:booking,ticket,'901.2 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 901.2 GBP . Reference number is : GLBY9VB9 . Do you need anything else ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I need to get the train ID.please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,id,'TR8297');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes the train ID is TR8297 ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I also need an expensive place to eat in the centre of town ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What type of food would you like ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm not too picky . Can you recommend anything ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'seafood');(_:result,name,'Loch Fyne');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Loch Fyne has an excellent selection of seafood . They are expensive . Can I make a reservation for you ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,food,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I have the food type , postcode , and address , please ?"
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'The little rose 37 trumpington street');(_:result,food,'seafood');(_:result,postcode,'cb21qy');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They have seafood . The post code is cb21qy , and the address is The little rose 37 trumpington street . Do you need me to book it for you ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you , that will be all for today ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . Please remember us for your future travel needs ."
}
] |
PMUL0560.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"amount",
"long list of matches"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"amount",
"plenty of earlier"
],
[
"_:result",
"arrive_by",
"19:23"
],
[
"_:result",
"leave_at",
"16:40"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"amount",
"plenty of earlier"
],
[
"_:result",
"arrive_by",
"19:23"
],
[
"_:result",
"leave_at",
"16:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"amount",
"plenty of earlier"
],
[
"_:result",
"arrive_by",
"19:23"
],
[
"_:result",
"leave_at",
"16:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"15"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"GLBY9VB9"
],
[
"_:booking",
"ticket",
"901.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"amount",
"plenty of earlier"
],
[
"_:result",
"arrive_by",
"19:23"
],
[
"_:result",
"leave_at",
"16:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"15"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"GLBY9VB9"
],
[
"_:booking",
"ticket",
"901.2 GBP"
],
[
"_:result",
"id",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR8297"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"amount",
"plenty of earlier"
],
[
"_:result",
"arrive_by",
"19:23"
],
[
"_:result",
"leave_at",
"16:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"15"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"GLBY9VB9"
],
[
"_:booking",
"ticket",
"901.2 GBP"
],
[
"_:result",
"id",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR8297"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"amount",
"plenty of earlier"
],
[
"_:result",
"arrive_by",
"19:23"
],
[
"_:result",
"leave_at",
"16:40"
],
[
"_:search",
"people",
"15"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"GLBY9VB9"
],
[
"_:booking",
"ticket",
"901.2 GBP"
],
[
"_:result",
"id",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR8297"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"name",
"Loch Fyne"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"food",
"?"
],
[
"_: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",
"arrive_by",
"20:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"amount",
"plenty of earlier"
],
[
"_:result",
"arrive_by",
"19:23"
],
[
"_:result",
"leave_at",
"16:40"
],
[
"_:search",
"people",
"15"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"GLBY9VB9"
],
[
"_:booking",
"ticket",
"901.2 GBP"
],
[
"_:result",
"id",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR8297"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Loch Fyne"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"The little rose 37 trumpington street"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"postcode",
"cb21qy"
],
[
"_: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,type,'Hospital'))"
],
"speaker": "user",
"text": "Hi there , would you tell me the address of a hospital located here in town ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The Addenbrookes Hospital is located at Hills Rd , Cambridge ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "Do you have the hospital 's postcode ?"
},
{
"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": "Thank you for your help"
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "You are welcome . Anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is all . Thanks"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks you for contacting the Cambridge center ."
}
] |
SNG01194.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to take a train into Cambridge on Wednesday ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'202');(_:result,day,'that day');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I found 202 trains that day , do you have a departure location you would like to start at ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'17:15');(_:search,departure,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving Birmingham New Street and would like to arrive by 17:15 , can you book that for me ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "No problem . How many seats would you like to book ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'three');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Make it for three people , and tell me the reference number ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,arrive_by,'13:23');(_:booking,category,'Train');(_:booking,departure,'Birmingham New Street');(_:booking,destination,'Cambridge');(_:booking,leave_at,'10:40');(_:booking,people,'3');(_:booking,ref,'OICBJMQ6');(_:booking,ticket,'225.3 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked your train tickets for 3 passengers . It is leaving Birmingham New Street at 10:40 and arrives in Cambridge at 13:23 . Your reference number is OICBJMQ6 . The total price is 225.3 GBP and will be payable at the station . Is there anything else I can assist you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'alpha - milton guest house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , can I get booking at the Alpha - Milton Guest House ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Of course , I will need to know when you are staying , how long , and how many will be in your party ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'3');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "We 'll need it for the same day , Wednesday , for the same 3 people . We 'd like to stay for 5 nights ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,name,'alpha - milton guest house');(_:booking,stay,'5');(_:booking,type,'Booking'))",
"request((_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am very sorry I was unable to book for 5 nights at the alpha - milton guest house . Would you like to try a shorter stay ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Ok , well how about 3 nights instead ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'54927PC2');(_:booking,stay,'3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "They did in have fact have rooms for 3 days . Your reference number is 54927PC2 ."
},
{
"id": 12,
"rdf-acts": [
"thank()",
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Great thank you . What is the address for the Alpha - Milton ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'63 Milton Road');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "63 Milton Road . Can I help you with anything else ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "No , I believe that will be everything today ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting Cambridge Towninfo Centre . Have a great day ."
}
] |
MUL0661.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"day",
"that day"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"day",
"that day"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"day",
"that day"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"people",
"three"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"arrive_by",
"13:23"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Birmingham New Street"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"leave_at",
"10:40"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"OICBJMQ6"
],
[
"_:booking",
"ticket",
"225.3 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"day",
"that day"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"arrive_by",
"13:23"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Birmingham New Street"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"leave_at",
"10:40"
],
[
"_:booking",
"ref",
"OICBJMQ6"
],
[
"_:booking",
"ticket",
"225.3 GBP"
],
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"day",
"that day"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"arrive_by",
"13:23"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Birmingham New Street"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"leave_at",
"10:40"
],
[
"_:booking",
"ref",
"OICBJMQ6"
],
[
"_:booking",
"ticket",
"225.3 GBP"
],
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/b9c5ead3"
],
[
"_:booking/b9c5ead3",
"name",
"alpha - milton guest house"
],
[
"_:booking/b9c5ead3",
"stay",
"5"
],
[
"_:booking/b9c5ead3",
"type",
"Booking"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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",
"destination",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"day",
"that day"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"arrive_by",
"13:23"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Birmingham New Street"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"leave_at",
"10:40"
],
[
"_:booking",
"ticket",
"225.3 GBP"
],
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/b9c5ead3"
],
[
"_:booking/b9c5ead3",
"name",
"alpha - milton guest house"
],
[
"_:booking/b9c5ead3",
"stay",
"5"
],
[
"_:booking/b9c5ead3",
"type",
"Booking"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"54927PC2"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"day",
"that day"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"13:23"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Birmingham New Street"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"leave_at",
"10:40"
],
[
"_:booking",
"ticket",
"225.3 GBP"
],
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/b9c5ead3"
],
[
"_:booking/b9c5ead3",
"name",
"alpha - milton guest house"
],
[
"_:booking/b9c5ead3",
"stay",
"5"
],
[
"_:booking/b9c5ead3",
"type",
"Booking"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"54927PC2"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"63 Milton Road"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to find a college to visit ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Is there a specific area you would like to visit ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Attraction'))",
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "No , just Cambridge in general . I 'd also like to know any entrance fees , please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,\"Saint Andrew 's Street\");(_:result,amount,'Most');(_:result,area,'centre');(_:result,category,'colleges');(_:result,entrance_fee,'free');(_:result,name,\"Christ 's College\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Most of the colleges in town have free entrance fees . I 'd recommend Christ 's College on Saint Andrew 's Street in the centre . It has free admission ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'london liverpool');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Cool , I also need a train ticket leaving london liverpool st and I am going to cambirdge"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "okay what day will you be traveling and when would you like to leave ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,leave_at,'15:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be traveling on wednesday after 15:30 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'1');(_:result,leave_at,'15:39');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have one leaving at 15:39 will this work ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Yeah that will be fine can you book this please ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'RWDSKR05');(_:booking,ticket,'16.6 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You will need to pay 16.6 GBP at the station but the booking was successful , your reference number is RWDSKR05 ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you let me know that train ID so I can find it ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,id,'TR7978');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The train i d is TR7978 . Can I help with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that will be all for today . Thank you !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome , enjoy your stay in Cambridge ."
}
] |
PMUL1154.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"Saint Andrew 's Street"
],
[
"_:result",
"amount",
"Most"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"london liverpool"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"Saint Andrew 's Street"
],
[
"_:result",
"amount",
"Most"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"london liverpool"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"Saint Andrew 's Street"
],
[
"_:result",
"amount",
"Most"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:search",
"departure",
"london liverpool"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"leave_at",
"15:39"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"Saint Andrew 's Street"
],
[
"_:result",
"amount",
"Most"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:search",
"departure",
"london liverpool"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"leave_at",
"15:39"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"RWDSKR05"
],
[
"_:booking",
"ticket",
"16.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"Saint Andrew 's Street"
],
[
"_:result",
"amount",
"Most"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:search",
"departure",
"london liverpool"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"leave_at",
"15:39"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"RWDSKR05"
],
[
"_:booking",
"ticket",
"16.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR7978"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,leave_at,'8:15am');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train departing for Cambridge after 8:15am ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,day,'friday');(_:result,departure,'london kings cross');(_:result,leave_at,'9:17');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have a train leaving from london kings cross on friday leaving at 9:17 . How does that sound ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No thank you , I would like a train that is leaving on Thursday and departing from Kings Lynn ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR1612');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "these are the possible options trainID \t departure \t destination \t day \t leaveAt \t arriveBy \t price \t duration \t book \n ( optional ) \n TR1612 \t kings lynn \t cambridge \t friday \t 09:11 \t 09:58 \t 9.80 pounds \t 47 minutes \t\n TR1958 \t kings lynn \t cambridge \t friday \t 10:11 \t 10:58 \t 9.80 pounds \t 47 minutes \t\n TR3147 \t kings lynn \t cambridge \t friday \t 11:11 \t 11:58 \t 9.80 pounds \t 47 minutes \t\n TR6454 \t kings lynn \t cambridge \t friday \t 12:11 \t 12:58 \t 9.80 pounds \t 47 minutes \t\n TR0674 \t kings lynn \t cambridge \t friday \t 13:11 \t 13:58 \t 9.80 pounds \t 47 minutes"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,leave_at,'8:15');(_:search,type,'Train'))",
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Please pick a train that leaves after 8:15 and going to cambridge . I need the travel time and price ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'09:58');(_:result,departure,'Kings Lynn');(_:result,duration,'47 minutes');(_:result,id,'TR3447');(_:result,leave_at,'09:11');(_:result,ticket,'9.80 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR3447 leaves Kings Lynn at 09:11 and arrives at 09:58 with a travel time of 47 minutes . The price is 9.80 pounds ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That is all I needed ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome ! Goodbye ."
}
] |
SNG01344.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"8:15am"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"8:15am"
],
[
"_:result",
"day",
"friday"
],
[
"_:result",
"departure",
"london kings cross"
],
[
"_:result",
"leave_at",
"9:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"day",
"friday"
],
[
"_:result",
"departure",
"london kings cross"
],
[
"_:result",
"leave_at",
"9:17"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"id",
"TR1612"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"8:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"day",
"friday"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"8:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"09:58"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:result",
"duration",
"47 minutes"
],
[
"_:result",
"id",
"TR3447"
],
[
"_:result",
"leave_at",
"09:11"
],
[
"_:result",
"ticket",
"9.80 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm taking a trip in cambridge and need a place to stay . I would like a 4 star in the moderate price range ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,category,'guesthouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have several guesthouse options for you . What area of town are you interested in staying ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))",
"request((_:result,area,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't have an area preference , but I would like to have free WiFi ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'a and b guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I would suggest a and b guest house would you like the info ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , can you give me that information ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'124 tenison road');(_:result,phone,'01223315702');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The address is 124 tenison road and the phone number is 01223315702 ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Sounds great . That is a guest house correct ? What part of town ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,category,'guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , it is a guest house located in the east area ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'sala thong');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you for the info . If you could also help me get info for a restaurant named Sala Thong , I 'd be grateful !"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'35 Newnham Road Newnham');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address is 35 Newnham Road Newnham"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'18:30');(_:search,name,'Sala Thong');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you book Sala Thong ? 7 people at 18:30 on tuesday"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'BVU67RNQ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : BVU67RNQ . Is there anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , no thank you . I appreciate all your help today , have a good day !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome . It was a pleasure assisting you . Good - bye ."
}
] |
PMUL0302.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:result",
"address",
"124 tenison road"
],
[
"_:result",
"phone",
"01223315702"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:result",
"address",
"124 tenison road"
],
[
"_:result",
"phone",
"01223315702"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"sala thong"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:result",
"phone",
"01223315702"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"address",
"35 Newnham Road Newnham"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"name",
"Sala Thong"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:result",
"phone",
"01223315702"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"address",
"35 Newnham Road Newnham"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"name",
"Sala Thong"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"BVU67RNQ"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'21:00');(_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train . The train should arrive by 21:00 and should leave on sunday"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "okay , where are you departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am departing from Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you heading to from Cambridge ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm trying to get to Broxbourne ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'6:01');(_:result,id,'TR8736');(_:result,leave_at,'5:01');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Train TR8736 leaves at 5:01 and arrives at 6:01 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Perfect . please book it for 3 people ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'IYHXK218');(_:booking,ticket,'42.96 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have it booked the reference number is IYHXK218 and the price is 42.96 GBP ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thanks for your help ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Absolutely , have a great day !"
}
] |
SNG01518.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"21:00"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"21:00"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"21:00"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"21:00"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"arrive_by",
"6:01"
],
[
"_:result",
"id",
"TR8736"
],
[
"_:result",
"leave_at",
"5:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"21:00"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"arrive_by",
"6:01"
],
[
"_:result",
"id",
"TR8736"
],
[
"_:result",
"leave_at",
"5:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"IYHXK218"
],
[
"_:booking",
"ticket",
"42.96 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a place to stay . The hotel should be in the type of guesthouse and should include free parking"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are many options that could satisfy your request , what price range do you require ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't care about the price range . I do want to be in the north , though ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,pricerange,'cheap');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))",
"inform((_:result,count,'9');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 9 possibilities in either the cheap or moderate price range . Which do you prefer ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "how about something in the north ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'acorn guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about acorn guest house ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,stay,'three');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "try there for three nights then give me the reference number"
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Can you tell me for how many people and on what day ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i want booking for four people"
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day do you need to check in ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'll arrive on Wednesday ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'6WKSPADC');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Your reference number is 6WKSPADC ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great . That takes care of all my needs for now . Thanks !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Terrific , glad I could help . Do n't hesitate to contact us if you need anything else ."
}
] |
SNG01995.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"three"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"three"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"three"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"four"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"three"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"four"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"6WKSPADC"
],
[
"_: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,'tuesday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train that leaves on tuesday to cambridge , please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "kindly narrow down your specifications so that i can find you a train that suits you best , like time of arrive and departure"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'16:30');(_:search,departure,'stevenage');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to depart from Stevenage and would like to arrive in Cambridge by 16:30 ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time would you like to leave at ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,type,'Train'))",
"inform((_:search,arrive_by,'16:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I do n't care about departure time as long as I get there before 16:30 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'14:43');(_:result,id,'TR1830');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alright , TR1830 arrives by 14:43 , does that suit your needs ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I think that will work . Can I get the price and departure time for that train ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,leave_at,'13:54');(_:result,ticket,'12.80 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It costs 12.80 pounds and it leaves at 13:54 . Would you like me to book you seat ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No thanks . No booking for today . Can you help me find a place to stay .. a hotel maybe ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Do you have any other preferences ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , a hotel preferably with free parking ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'west');(_:result,category,'hotels');(_:result,count,'8');(_:result,has_parking,'none');(_:result,name,'Huntingdon Marriott');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have 8 hotels with free parking , such as the 4 star Huntingdon Marriott in the west . Is there any particular price range or location you need ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I do n't care about the location , but I would like to be in the moderate price range ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'hotels');(_:result,count,'2');(_:result,name,'Ashley Hotel');(_:result,name,'Lovell Lodge');(_:result,stars,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "That narrows it down to 2 choices . I have the Ashley Hotel and the Lovell Lodge . Both are hotels located in the north . Both have a 2 star rating ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Please book Ashley for 7 people and 4 nights ."
},
{
"id": 15,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "From which day will you be needing the hotel ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "tuesday , get me the reference number please ."
},
{
"id": 17,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was unable to book the ashley hotel for those times . Would you like to try a different hotel ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,name,'lovell lodge');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please try the Lovell Lodge ."
},
{
"id": 19,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am unsuccessful with those days . Would you like to try a different number of days or another day ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,stay,'three');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can we try three nights ?"
},
{
"id": 21,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Lovell lodge');(_:booking,ref,'M9TETW62');(_:booking,stay,'3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , I was able to book the Lovell lodge for 3 nights . The reference number is M9TETW62 . Is there anything else I can help you with ?"
},
{
"id": 22,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No that is all the help I need . Goodbye !"
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great trip !"
}
] |
MUL2106.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"14:43"
],
[
"_:result",
"id",
"TR1830"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:result",
"arrive_by",
"14:43"
],
[
"_:result",
"id",
"TR1830"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"13:54"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:result",
"arrive_by",
"14:43"
],
[
"_:result",
"id",
"TR1830"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"13:54"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:result",
"arrive_by",
"14:43"
],
[
"_:result",
"id",
"TR1830"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"13:54"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Huntingdon Marriott"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:result",
"arrive_by",
"14:43"
],
[
"_:result",
"id",
"TR1830"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"13:54"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:result",
"arrive_by",
"14:43"
],
[
"_:result",
"id",
"TR1830"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"leave_at",
"13:54"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:result",
"arrive_by",
"14:43"
],
[
"_:result",
"id",
"TR1830"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"leave_at",
"13:54"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/c4693735"
],
[
"_:booking/c4693735",
"type",
"Booking"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:result",
"arrive_by",
"14:43"
],
[
"_:result",
"id",
"TR1830"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"leave_at",
"13:54"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/c4693735"
],
[
"_:booking/c4693735",
"type",
"Booking"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:system",
"canthelp",
"_:booking/198a535e"
],
[
"_:booking/198a535e",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"three"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:result",
"arrive_by",
"14:43"
],
[
"_:result",
"id",
"TR1830"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"leave_at",
"13:54"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/c4693735"
],
[
"_:booking/c4693735",
"type",
"Booking"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:system",
"canthelp",
"_:booking/198a535e"
],
[
"_:booking/198a535e",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"three"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Lovell lodge"
],
[
"_:booking",
"ref",
"M9TETW62"
],
[
"_:booking",
"stay",
"3"
],
[
"_: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,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you help me find a particular hotel ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Of course . Do you know the name of the hotel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "We should be able to help you locate a hotel that will fit your needs ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "That s good , but can I get the name of the particular hotel you are looking for , please ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No . Just look up any 3 star hotel , please ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'33');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 33 hotels that are 3 star . Is there a particular part of the city ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))",
"inform((_:search,pricerange,'same price');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Any will do as long as it 's in the same price points . I need a reference number too please ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What is the price range you are looking to book in ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))",
"inform((_:search,name,'finches');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "what ever finches is listed at . I need the reference number after its booked please"
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alright , How many people are staying , how many days do you want to stay , and what day to you want your stay to start ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'6');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need it for 4 nights staring from Thursday for 6 people please ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry I was unable to book that for you . Would you like to try another hotel ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please . One in the same price range ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,name,'Cambridge Belfry');(_:booking,ref,'4MYONDFW');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure I was able to book you into the Cambridge Belfry and your reference number is 4MYONDFW ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great . Thank you . That is all I need ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Goodbye ."
}
] |
SSNG0362.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"pricerange",
"same price"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"name",
"finches"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"name",
"finches"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"name",
"finches"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"canthelp",
"_:booking/5df69d1b"
],
[
"_:booking/5df69d1b",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"name",
"finches"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"canthelp",
"_:booking/5df69d1b"
],
[
"_:booking/5df69d1b",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"Cambridge Belfry"
],
[
"_:booking",
"ref",
"4MYONDFW"
],
[
"_: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,'cetre');(_:search,food,'african');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "African food in the cetre of town /"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,count,'1');(_:result,name,'Bedouin');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It seems there is one restaurant in the centre of town , Bedouin . Would you like to make a reservation ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is it in the cheap price range ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "No , it is in the expensive price range . Would you like me to book you a table ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'spanish');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "no i need cheap . is there one that serves spanish food ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'spanish');(_:result,name,'La raza');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "La raza serves cheap spanish food . Would you like me to book you a table ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Well , would you be able to give me the contact information , address and postcode ? I want to be sure it 's close to where we 're going that night ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'4 - 6 Rose Crescent');(_:result,phone,'01223464550');(_:result,postcode,'cb23ll');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address is 4 - 6 Rose Crescent , phone number is 01223464550 , postcode is cb23ll"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,leave_at,'15:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "am also looking for a train . The train should leave after 15:00 and should leave on sunday"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What is your destination ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to arrive in Cambridge ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Excellent . And where are you coming from ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be departing from London Liverpool Street ."
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,arrive_by,'17:07');(_:booking,category,'Train');(_:booking,id,'TR6946');(_:booking,leave_at,'15:39');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok , I have Train TR6946 leaving at 15:39 and arriving by 17:07 , would you like me to book a ticket ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes please , just one ticket and I 'll need the reference number ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'GSIGVNEW');(_:booking,ticket,'13.28 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 13.28 GBP payable at the station . \n Reference number is : GSIGVNEW ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I need . Thank you ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge TownInfo centre service !"
}
] |
PMUL3366.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"cetre"
],
[
"_:search",
"food",
"african"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"cetre"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"cetre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"cetre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"La raza"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"cetre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"La raza"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"4 - 6 Rose Crescent"
],
[
"_:result",
"phone",
"01223464550"
],
[
"_:result",
"postcode",
"cb23ll"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"cetre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"La raza"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"4 - 6 Rose Crescent"
],
[
"_:result",
"phone",
"01223464550"
],
[
"_:result",
"postcode",
"cb23ll"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"cetre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"La raza"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"4 - 6 Rose Crescent"
],
[
"_:result",
"phone",
"01223464550"
],
[
"_:result",
"postcode",
"cb23ll"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"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": [
[
"_:search",
"area",
"cetre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"La raza"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"4 - 6 Rose Crescent"
],
[
"_:result",
"phone",
"01223464550"
],
[
"_:result",
"postcode",
"cb23ll"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:booking",
"arrive_by",
"17:07"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR6946"
],
[
"_:booking",
"leave_at",
"15:39"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_: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",
"cetre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"La raza"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"4 - 6 Rose Crescent"
],
[
"_:result",
"phone",
"01223464550"
],
[
"_:result",
"postcode",
"cb23ll"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:booking",
"arrive_by",
"17:07"
],
[
"_:booking",
"id",
"TR6946"
],
[
"_:booking",
"leave_at",
"15:39"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"GSIGVNEW"
],
[
"_:booking",
"ticket",
"13.28 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'swedish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any Swedish restaurants in Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'Swedish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , I do not show any Swedish restaurants . Is there another type of restaurant I could find for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'christmas');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes an you search for christmas food ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry I do not have anything listed matching that request . Any other type of food ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'14:30');(_:search,food,'european');(_:search,people,'3');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What about a moderately priced European restaurant ? I need a reservation for 3 people at 14:30 on Thursday . Could you provide the reference number after making the reservation ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'11');(_:result,food,'European');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 11 different restaurants serving European food . What area of town would you like ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't have a preference on the area . If you could recommend on that would be great ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,\"St. Michae 's Church Trinity Street City Centre\");(_:result,name,'Michaelhouse Cafe');(_:result,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "If I may , might I suggest The Michaelhouse Cafe . They are located at St. Michae 's Church Trinity Street City Centre . They have amazing food ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Sounds like an excellent choice . Please proceed with making a reservation . Thanks !"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'OBL5NIMY');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You 're all booked . Reference number is OBL5NIMY ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'08:15');(_:search,day,'friday');(_:search,departure,'bishop stortford');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train to leave Friday and arrive by 08:15 from bishop stortford by cambridge . Can you give me the depart time ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,id,'TR3450');(_:result,leave_at,'7:29');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "TR3450 leaves at 7:29 . Can I help you with anything else today ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,destination,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I actually need the train to arrive at Bishops Stortford , not depart from . So sorry for the confusion ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,id,'TR2061');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "train TR2061 should fit you ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'bishops stortford');(_:search,type,'Train'))",
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Great , can you tell me the departure time of the train from Cambridge to Bishops Stortford ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,leave_at,'7:29');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The departure time is still the same , 7:29 ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Alright . That is all I needed . Thank you very much ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great time ."
}
] |
PMUL0534.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"swedish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/9b9bc1d6"
],
[
"_:search/9b9bc1d6",
"food",
"Swedish"
],
[
"_:search/9b9bc1d6",
"type",
"Restaurant"
],
[
"_:search",
"food",
"christmas"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/9b9bc1d6"
],
[
"_:search/9b9bc1d6",
"food",
"Swedish"
],
[
"_:search/9b9bc1d6",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/675877e4"
],
[
"_:search/675877e4",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/9b9bc1d6"
],
[
"_:search/9b9bc1d6",
"food",
"Swedish"
],
[
"_:search/9b9bc1d6",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/675877e4"
],
[
"_:search/675877e4",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/9b9bc1d6"
],
[
"_:search/9b9bc1d6",
"food",
"Swedish"
],
[
"_:search/9b9bc1d6",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/675877e4"
],
[
"_:search/675877e4",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"food",
"European"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"St. Michae 's Church Trinity Street City Centre"
],
[
"_:result",
"name",
"Michaelhouse Cafe"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/9b9bc1d6"
],
[
"_:search/9b9bc1d6",
"food",
"Swedish"
],
[
"_:search/9b9bc1d6",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/675877e4"
],
[
"_:search/675877e4",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"food",
"European"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"St. Michae 's Church Trinity Street City Centre"
],
[
"_:result",
"name",
"Michaelhouse Cafe"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"OBL5NIMY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"08:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"bishop stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/9b9bc1d6"
],
[
"_:search/9b9bc1d6",
"food",
"Swedish"
],
[
"_:search/9b9bc1d6",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/675877e4"
],
[
"_:search/675877e4",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"food",
"European"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"St. Michae 's Church Trinity Street City Centre"
],
[
"_:result",
"name",
"Michaelhouse Cafe"
],
[
"_:booking",
"ref",
"OBL5NIMY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"08:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"bishop stortford"
],
[
"_:result",
"id",
"TR3450"
],
[
"_:result",
"leave_at",
"7:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_: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/9b9bc1d6"
],
[
"_:search/9b9bc1d6",
"food",
"Swedish"
],
[
"_:search/9b9bc1d6",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/675877e4"
],
[
"_:search/675877e4",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"food",
"European"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"St. Michae 's Church Trinity Street City Centre"
],
[
"_:result",
"name",
"Michaelhouse Cafe"
],
[
"_:booking",
"ref",
"OBL5NIMY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"08:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"leave_at",
"7:29"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"id",
"TR2061"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"?"
]
],
"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/9b9bc1d6"
],
[
"_:search/9b9bc1d6",
"food",
"Swedish"
],
[
"_:search/9b9bc1d6",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/675877e4"
],
[
"_:search/675877e4",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"food",
"European"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"St. Michae 's Church Trinity Street City Centre"
],
[
"_:result",
"name",
"Michaelhouse Cafe"
],
[
"_:booking",
"ref",
"OBL5NIMY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"08:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"id",
"TR2061"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"7:29"
],
[
"_: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,area,'east');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a place to stay on the east side ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'7');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found seven results ! What price range are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking in the lower range ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'guesthouses');(_:result,count,'3');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure , I have 3 guesthouses that might work for you . They 're all 4 stars with free wifi and parking . Does that sound good ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))",
"request((_:result,address,?);(_:result,postcode,?);(_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "A place on the east side with 4 stars and free wifi sounds perfect ! Can I get the address , price range and postcode for one of those ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'517A Coldham Lane CB13JS');(_:result,name,'Allenbell');(_:result,phone,'01223210353');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure . There 's the Allenbell located at 517A Coldham Lane CB13JS . The number there is 01223210353 . Anything else ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you . What is the price range ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'Allenbell');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The Allenbell is cheap . Anything else ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's it . Thanks !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you ! Goodbye !"
}
] |
SNG0917.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"address",
"517A Coldham Lane CB13JS"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"phone",
"01223210353"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"address",
"517A Coldham Lane CB13JS"
],
[
"_:result",
"phone",
"01223210353"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'la margherita');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a restaurant called la margherita ."
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'west');(_:result,food,'Italian');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , that 's a great cheap Italian place on the west side . What other information can I get for you ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I needed , thank you ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day !"
}
] |
SNG0714.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"la margherita"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"la margherita"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'stevenage');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train going from Stevenage to Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))",
"inform((_:result,amount,'several');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are several trains available . What day and time would you like to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'09:00');(_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on Tuesday and need to arrive by 09:00 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'8:43');(_:result,day,'Tuesday');(_:result,destination,'cambridge');(_:result,id,'TR5737');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR5737 will arrive in cambridge Tuesday by 8:43 , will this suit your needs ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes . Can I also please have the departure time and travel time for this trip ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,duration,'49 minutes');(_:result,id,'TR5737');(_:result,leave_at,'07:54');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Departure time for TR5737 is 07:54 and duration is 49 minutes ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes thank you . That is all ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Okay great . glad I could be of assistance today ."
}
] |
SNG0325.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"09:00"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"arrive_by",
"09:00"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"8:43"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR5737"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"arrive_by",
"09:00"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"8:43"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:result",
"id",
"TR5737"
],
[
"_:result",
"leave_at",
"07:54"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to find a cheap restaurant in the east part of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Finders Corner Newmarket Road');(_:result,area,'east');(_:result,food,'International');(_:result,name,'Missing Sock');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Missing Sock serves International cuisine at a cheap price . They are in the east part of town at Finders Corner Newmarket Road ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the phone number and postcode ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,\"The missing sock 's\");(_:result,phone,'01223 812660');(_:result,postcode,'9 a q.');(_:result,postcode,'C B 25');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The missing sock 's phone number is 01223 812660 and the post code is C B 25 , 9 A Q. Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank You"
},
{
"id": 5,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Thank you for using our system . Is that all you need today ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's it . Thank you , goodbye"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge restaurant system . Good bye ."
}
] |
WOZ20133.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"Finders Corner Newmarket Road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"International"
],
[
"_:result",
"name",
"Missing Sock"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"Finders Corner Newmarket Road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"International"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"The missing sock 's"
],
[
"_:result",
"phone",
"01223 812660"
],
[
"_:result",
"postcode",
"9 a q."
],
[
"_:result",
"postcode",
"C B 25"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"Finders Corner Newmarket Road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"International"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"The missing sock 's"
],
[
"_:result",
"phone",
"01223 812660"
],
[
"_:result",
"postcode",
"9 a q."
],
[
"_:result",
"postcode",
"C B 25"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a guest house that offers free parking ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,category,'guesthouses');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have located several guesthouses with free parking . Can you tell me the area you would like to stay in and the price range ? That would help narrow our search ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sure . I would like it to be in the south and in the expensive price range ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry , there are no matched in the South in that price range . The South only has moderate and cheap ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i will take a moderate guest house with parking then ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'aylesbray lodge guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I would like to recommend aylesbray lodge guest house , would that be alright with you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'five');(_:search,stay,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , five people four nights , starting from Monday on ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"inform((_:booking,name,'Bridge Guest House');(_:booking,type,'Booking');(_:result,ref,'1AMM7M53');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "That was n't available but I booked you at the Bridge Guest House . It has everything you were looking for . The reference number is 1AMM7M53 ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that is all ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Okay enjoy your stay ."
}
] |
SSNG0345.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/14825e79"
],
[
"_:search/14825e79",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/14825e79"
],
[
"_:search/14825e79",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"aylesbray lodge guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"five"
],
[
"_:search",
"stay",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/14825e79"
],
[
"_:search/14825e79",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"aylesbray lodge guest house"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"five"
],
[
"_:search",
"stay",
"four"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/d7fe975a"
],
[
"_:booking/d7fe975a",
"type",
"Booking"
],
[
"_:booking",
"name",
"Bridge Guest House"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"1AMM7M53"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "I need to find a nearby hospital . Quickly , please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The address is Hills Rd , Cambridge , post code CB20QQ , Addenbrooke hospital ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "What is the phone number ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223245151');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The phone number is 01223245151 ."
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks , I 'll call that now . Bye !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Please let me know if you need further assistance . Good luck ."
}
] |
SNG0204.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "Can you please help me find a hospital in town ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,phone,'01223245151');(_:result,type,'Hospital'))",
"request((_:search,department,?);(_:search,type,'Hospital'))"
],
"speaker": "system",
"text": "The closest hospital would be Addenbrookes Hospital located on Hills Road in Cambridge . Their phone number is 01223245151 . Did you need a phone number for a particular department ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "No thank you , but can you also give me their postcode ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Sure thing . Their postcode is CB20QQ . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "What is their address ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Addenbrookes Hospital is located at Hills Rd , Cambridge CB20QQ . May I help with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I needed . Thank you !"
},
{
"id": 7,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Glad to help . Have a good day ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for all your help ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're quite welcome ! Thank you for using the Cambridge TownInfo centre ."
}
] |
SNG0215.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"phone",
"01223245151"
],
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"phone",
"01223245151"
],
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"phone",
"01223245151"
],
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm visiting Cambridge as a tourist ! I 'm looking for an expensive place to stay that includes free parking !"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'University Arms Hotel');(_:result,type,'Hotel'))",
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'5');(_:result,has_parking,'none');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I 've got 5 expensive hotels with free parking . Do you care what part of the city you stay in ? If not , I 'd recommend University Arms Hotel ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The only other preferences I have are that the hotel is a guesthouse with free wifi ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,category,'guestrooms');(_:search,type,'Hotel'))",
"select((_:result,category,'hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are no guestrooms that meet your requirements . Would you be interested in a hotel room ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is there a hotel in a more moderate price range with fee wifi ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Arbury Lodge Guesthouse');(_:result,pricerange,'moderately priced');(_:result,stars,'four');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found Arbury Lodge Guesthouse that I think will fit your needs . It is moderately priced , four stars and includes parking and internet !"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "What area is the Arbury Lodge in ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'northern');(_:result,name,'Arbury Lodge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Arbury Lodge guesthouse is located in the northern part of town ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "OK , I 'll look into that one . Can you also tell me about the museums in town ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,category,'art');(_:result,category,'museums');(_:result,count,'23');(_:result,name,'Byard Art');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have 23 museums , I 'd recommend Byard Art if you are interested in art ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'Byard Art');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Is there an entrance fee for Byard Art ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'no fee');(_:result,name,'byard art');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "No , no fee to get into byard art . Can I help with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That 's all . Thank you ! Bye !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , glad I could be of help ."
}
] |
MUL1145.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/cbf9af09"
],
[
"_:search/cbf9af09",
"category",
"guestrooms"
],
[
"_:search/cbf9af09",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/cbf9af09"
],
[
"_:search/cbf9af09",
"category",
"guestrooms"
],
[
"_:search/cbf9af09",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Arbury Lodge Guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:system",
"canthelp",
"_:search/cbf9af09"
],
[
"_:search/cbf9af09",
"category",
"guestrooms"
],
[
"_:search/cbf9af09",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"area",
"northern"
],
[
"_:result",
"name",
"Arbury Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/cbf9af09"
],
[
"_:search/cbf9af09",
"category",
"guestrooms"
],
[
"_:search/cbf9af09",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"area",
"northern"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"category",
"art"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"name",
"Byard Art"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:search",
"name",
"Byard Art"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/cbf9af09"
],
[
"_:search/cbf9af09",
"category",
"guestrooms"
],
[
"_:search/cbf9af09",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"area",
"northern"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"category",
"art"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"name",
"Byard Art"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"no fee"
],
[
"_:result",
"name",
"byard art"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'pizza hut cherry hinton');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for a restaurant called pizza hut cherry hinton , can you help me find it ?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "Yes sure would you like their address or phone number ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "No , I wanted to make a reservation there ."
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'd be happy to make you a reservation , for what day / time and how many is in your party ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'19:45');(_:search,people,'one');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Just one person on Sunday at 19:45"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'CKO62HOH');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : CKO62HOH . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "no that will be all , thank you ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Great . Enjoy your meal . Goodbye !"
}
] |
SNG0684.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza hut cherry hinton"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza hut cherry hinton"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza hut cherry hinton"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza hut cherry hinton"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"CKO62HOH"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a guesthouse in the cheap price range ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,category,'guesthouse');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have many results for a cheap guesthouse , would you like to narrow it down to stay in a particular area of the town ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do any of these hotels have 4 stars ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'7');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , in fact 7 of the 9 hotels in your search criteria have 4 stars . Would you like to narrow your search by area ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'8');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Any area is fine , but I 'd like to book rooms for 8 people . We 'll be staying 5 nights , beginning on Saturday . Can any of them accommodate that ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Alexander Bed & Breakfast');(_:booking,ref,'HREOM15W');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to get you rooms at the Alexander Bed & Breakfast . Reference number is : HREOM15W . Can I be of further assistance today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'Nirala');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I am also looking for a restaurant called The Nirala ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'7 Milton Road Chesterton');(_:result,area,'north');(_:result,food,'indian');(_:result,name,'The nirala');(_:result,phone,'01223360966');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The nirala serves indian food in the north side of town . It is located at 7 Milton Road Chesterton , phone 01223360966 . Is there anything else I can help with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'16:00');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like to book a table there for 8 at 16:00 on Saturday , please ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,day,'Saturday');(_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am sorry , I was unable to reserve a table for that time on Saturday , would you like to try a different time slot ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,duration,'15:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , see if 15:00 is available ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was a success !"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you please provide the reference number ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:booking,ref,'Z1YHIR0Y');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure thing . The reference number is Z1YHIR0Y ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great - that 's all I need today . Thanks for your help !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Glad that I could be of service . Goodbye !"
}
] |
MUL0192.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Alexander Bed & Breakfast"
],
[
"_:booking",
"ref",
"HREOM15W"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"Nirala"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"name",
"Alexander Bed & Breakfast"
],
[
"_:booking",
"ref",
"HREOM15W"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"Nirala"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"7 Milton Road Chesterton"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"The nirala"
],
[
"_:result",
"phone",
"01223360966"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"name",
"Alexander Bed & Breakfast"
],
[
"_:booking",
"ref",
"HREOM15W"
],
[
"_:search",
"name",
"Nirala"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"7 Milton Road Chesterton"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"The nirala"
],
[
"_:result",
"phone",
"01223360966"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/5ac1cda7"
],
[
"_:booking/5ac1cda7",
"day",
"Saturday"
],
[
"_:booking/5ac1cda7",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"name",
"Alexander Bed & Breakfast"
],
[
"_:booking",
"ref",
"HREOM15W"
],
[
"_:search",
"name",
"Nirala"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"7 Milton Road Chesterton"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"The nirala"
],
[
"_:result",
"phone",
"01223360966"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/5ac1cda7"
],
[
"_:booking/5ac1cda7",
"day",
"Saturday"
],
[
"_:booking/5ac1cda7",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"name",
"Alexander Bed & Breakfast"
],
[
"_:search",
"name",
"Nirala"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"7 Milton Road Chesterton"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"The nirala"
],
[
"_:result",
"phone",
"01223360966"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/5ac1cda7"
],
[
"_:booking/5ac1cda7",
"day",
"Saturday"
],
[
"_:booking/5ac1cda7",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"ref",
"Z1YHIR0Y"
],
[
"_: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,'stansted airport');(_:search,leave_at,'12:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to find out if there 's a train going to stansted airport that leaves after 12:30 ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,day,'Friday');(_:result,departure,'Cambridge');(_:result,destination,'stansted airport');(_:result,leave_at,'12:40');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "We have a train leaving on Friday by 12:40 from Cambridge to Stansted airport but we need to know your departure point and date of departure to serve you better"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes I will be leaving on Tuesday ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "When would you like to arrive by ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Tuesday would be ideal for me ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'13:03');(_:result,day,'Tuesday');(_:result,departure,'cambridge');(_:result,destination,'stansted airport');(_:result,leave_at,'12:40');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The best fit for you from the search list is the 12:40 train leaving cambridge on Tuesday to arrive stansted airport by 13:03 ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That works , may I please have the reference number ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'13:08');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Actually , it will arrive by 13:08 . Does that work for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes . I need it for 8 people ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'2QS7T2UC');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Your reference number is 2QS7T2UC . Do you need anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'university arms hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great I also need to stay at the University Arms Hotel"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Okay I can help with that ! What day would you like to check in and how long will you be staying ?"
}
] |
PMUL3670.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"12:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"12:30"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"stansted airport"
],
[
"_:result",
"leave_at",
"12:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"12:30"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"stansted airport"
],
[
"_:result",
"leave_at",
"12:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"12:30"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"13:03"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"stansted airport"
],
[
"_:result",
"leave_at",
"12:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"12:30"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"stansted airport"
],
[
"_:result",
"leave_at",
"12:40"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"arrive_by",
"13:08"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"12:30"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"stansted airport"
],
[
"_:result",
"leave_at",
"12:40"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"arrive_by",
"13:08"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"2QS7T2UC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"university arms hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am planning a trip in Cambridge"
},
{
"id": 1,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "I can help plan your trip ! What do you need ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'norwich');(_:search,destination,'cambridge');(_:search,leave_at,'15:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train ticket going to cambridge from norwich on saturday anytime after 15:00"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'9');(_:result,day,'Saturday');(_:result,departure,'norwich');(_:result,destination,'cambridge');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 9 trains traveling from norwich to cambridge after that time on Saturday . Do you need to arrive by a certain time ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'three');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No it does n't matter when I get there . Can you pick one , and make me a booking for three people ? I need a reference number too !"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,id,'TR9724');(_:booking,ref,'J87QHBRM');(_:booking,ticket,'42.24');(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Okay . I 've booked you three tickets on the TR9724 . Your reference number is J87QHBRM . You 'll owe 42.24 at the station ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you . I also need info on a place to go in the west . Any one will do . Just something to see ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,category,'colleges');(_:result,category,'entertainment');(_:result,category,'museums');(_:result,type,'Attraction'))",
"inform((_:result,amount,'a few');(_:result,area,'west');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "You have a few attraction options in the west area ; colleges , museums and even an entertainment attraction . Which one sounds best for your trip ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you recommend one and give their post code ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Clare Hall');(_:result,postcode,'cb39al');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "How does the Clare Hall sound ? The postcode is cb39al ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That sonds great , thanks . That s all I need for today ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Have a great day !"
}
] |
PMUL3769.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"norwich"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"norwich"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"people",
"three"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9724"
],
[
"_:booking",
"ref",
"J87QHBRM"
],
[
"_:booking",
"ticket",
"42.24"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"norwich"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"people",
"three"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9724"
],
[
"_:booking",
"ref",
"J87QHBRM"
],
[
"_:booking",
"ticket",
"42.24"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"norwich"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"people",
"three"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9724"
],
[
"_:booking",
"ref",
"J87QHBRM"
],
[
"_:booking",
"ticket",
"42.24"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Clare Hall"
],
[
"_:result",
"postcode",
"cb39al"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "is there a moderate priced restaurant ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I found several . Do you have a preference on location ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , in the east part of town ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,count,'3');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are three results with your preferences of east area and moderate price range ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the address of one of them ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'451 Newmarket Road Fen Ditton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "451 Newmarket Road Fen Ditton"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Excellent , thanks !"
},
{
"id": 7,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That 's it , goodbye"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "you are welcome goodbye"
}
] |
WOZ20308.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"451 Newmarket Road Fen Ditton"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"451 Newmarket Road Fen Ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I am looking for a restaurant in the east that serves Indian food ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,pricerange,'expensive');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))",
"inform((_:result,count,'4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 4 results . Is a moderate or expensive price range better ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about the moderate price range ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,name,'Curry Prince');(_:result,name,'Rajmahal');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 2 restaurants that meet your criteria - Curry Prince and Rajmahal"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'rajmahal');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I get the address and postcode for Rajmahal please ?"
},
{
"id": 5,
"rdf-acts": [
"thank()",
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'7 Barnwell Road Fen Ditton');(_:result,postcode,'cb58rg');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Certainly ! The address is 7 Barnwell Road Fen Ditton and the post code is , cb58rg . Can I assist with a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'12:30');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No , but I am also looking for a train . The train should go to cambridge and should arrive by 12:30 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be departing form and what day will you be traveling ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving on Tuesday from birmingham new street ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'12:23');(_:result,id,'TR4373');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR4373 will arrive at 12:23 . Would you like a ticket ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , I do need a ticket ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'G033HRD0');(_:booking,ticket,'75.09 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , I have your ticket booked ! I have your reference number . G033HRD0 . You can pay 75.09 GBP at the station . Anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,duration,?);(_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you please tell what time the train leaves and the total travel time ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'12:23');(_:result,duration,'163 minutes');(_:result,leave_at,'09:40');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "is leaves the station at 09:40 and will get you there by 12:23 and the total travel time is 163 minutes"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Great . Thanks for all your help . Bye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome ! Have a great day !"
}
] |
PMUL4800.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"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"name",
"Rajmahal"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"rajmahal"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"name",
"Rajmahal"
],
[
"_:search",
"name",
"rajmahal"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"7 Barnwell Road Fen Ditton"
],
[
"_:result",
"postcode",
"cb58rg"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"name",
"Rajmahal"
],
[
"_:search",
"name",
"rajmahal"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"7 Barnwell Road Fen Ditton"
],
[
"_:result",
"postcode",
"cb58rg"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"name",
"Rajmahal"
],
[
"_:search",
"name",
"rajmahal"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"7 Barnwell Road Fen Ditton"
],
[
"_:result",
"postcode",
"cb58rg"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"12:23"
],
[
"_:result",
"id",
"TR4373"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"name",
"Rajmahal"
],
[
"_:search",
"name",
"rajmahal"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"7 Barnwell Road Fen Ditton"
],
[
"_:result",
"postcode",
"cb58rg"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"12:23"
],
[
"_:result",
"id",
"TR4373"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"G033HRD0"
],
[
"_:booking",
"ticket",
"75.09 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_: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",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"name",
"Rajmahal"
],
[
"_:search",
"name",
"rajmahal"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"7 Barnwell Road Fen Ditton"
],
[
"_:result",
"postcode",
"cb58rg"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR4373"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"G033HRD0"
],
[
"_:booking",
"ticket",
"75.09 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"12:23"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"leave_at",
"09:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a place to sleep , not too expensive but not bargain basement , either ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Okay ! What part of town would you like to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like to stay in the north ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,category,'guesthouses');(_:result,category,'hotels');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are many such hotels and guesthouses , we can narrow it down if we know if you need parking or WiFI ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_internet,'dontcare');(_:search,has_parking,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would prefer a guesthouse . I do n't care about the other amenities ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,category,'guest houses');(_:result,count,'9');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have 9 guest houses that meet your criteria . Would you like me to recommend one ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'6');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please pick one for me . I need to book for 6 people from tuesday through thursday ."
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Can you please confirm , will you be departing on Thursday or Friday morning ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,stay,'two');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need it for two nights starting tuesday . So I will be leaving THURSDAY ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,name,'Acorn Guest House');(_:booking,ref,'VHGW2ED8');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , your booking was successful ! We have you booked at the Acorn Guest House . Your reference number is VHGW2ED8 ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'leicester');(_:search,leave_at,'16:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i an also looking for a train . The train should depart from leicester and should leave after 16:15"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Is there anything else I could help you with ? Perhaps a list of local restaurants or attractions nearby ? Will you be needing a taxi from the train ?"
}
] |
PMUL4344.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"stay",
"two"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:booking",
"ref",
"VHGW2ED8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for trains for Thursday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure . Where are you headed ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm going to Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'202');(_:result,day,'Thursday');(_:result,destination,'Cambridge');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "We have 202 trains heading to Cambridge on Thursday . Where would you be departing from ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving from Peterborough ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Do you have time you would like to leave or arrive ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'21:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to arrive by 21:15 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Would you like an early morning departure ? Or is there a more convenient departure time for you ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "It does not matter . Please go ahead and book a train and provide the price and departure time ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,id,'TR7094');(_:booking,leave_at,'07:19');(_:booking,ticket,'16.50 pounds');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "i have booked TR7094 and leaves 07:19 \t with a price of 16.50 pounds"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'hotel');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I m also looking for an expensive hotel in the west ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'huntingdon');(_:result,address,'kingfisher way , hinchinbrook business park');(_:result,amount,'only');(_:result,category,'hotel');(_:result,name,'huntingdon marriott hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The only hotel that came up is huntingdon marriott hotel on kingfisher way , hinchinbrook business park , huntingdon do you want me to book it ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do they have free wifi ? I also prefer that it have 2 stars ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Huntingdon marriott hotel does have internet but it has 4 stars . Do you want to book there or prefer something else ?"
}
] |
PMUL1668.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",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"arrive_by",
"21:15"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"arrive_by",
"21:15"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR7094"
],
[
"_:booking",
"leave_at",
"07:19"
],
[
"_:booking",
"ticket",
"16.50 pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_: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",
"destination",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"arrive_by",
"21:15"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR7094"
],
[
"_:booking",
"leave_at",
"07:19"
],
[
"_:booking",
"ticket",
"16.50 pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"huntingdon"
],
[
"_:result",
"address",
"kingfisher way , hinchinbrook business park"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"huntingdon marriott hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'carolina bed and breakfast');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for the location of the Carolina Bed and Breakfast please ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "They are located in the east side . Can I help with any other questions ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'one');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you please book me a stay for one person for 5 nights starting thursday ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'LYYMC1PY');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have made the booking here is the information - Booking was successful . \n Reference number is : LYYMC1PY . Can I help with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanks for booking the lodging . Would you help with a restaurant ? I want to dine in the center at a cheap restaurant ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'5');(_:result,food,'center of the town');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I found 5 restaurant that cheap and in the center of the town . Do you want me to book you a table ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like an Indian restaurant please ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Gandhi');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I would recommend The Gandhi . Would you like reservations ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'14:00');(_:search,name,'gandhi');(_:search,people,'same group of people');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is The Gandhi cheap ? If so , I 'd like to reserve a table for the same group of people at 14:00 on the same day , please ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I am unable to book that right at the moment . Would you like me to check on another locations availability ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,duration,'13:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about 13:00 , does the restaurant have this time available ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,duration,'13:00');(_:booking,ref,'C5ADLT6M');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book a table for 13:00 the reference number is C5ADLT6M . Is there anything else you need assistance with today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I need today . Thank you for your help ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "I am happy to hear we were able to help you . Have a great day ."
}
] |
PMUL0156.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"LYYMC1PY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"area",
"east"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"LYYMC1PY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"center of the town"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"east"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"LYYMC1PY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"center of the town"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"name",
"Gandhi"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"name",
"gandhi"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"east"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"LYYMC1PY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"center of the town"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"name",
"Gandhi"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"name",
"gandhi"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:booking/acbbd189"
],
[
"_:booking/acbbd189",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"east"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"area",
"center"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"center of the town"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"name",
"Gandhi"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"name",
"gandhi"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:booking/acbbd189"
],
[
"_:booking/acbbd189",
"type",
"Booking"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"13:00"
],
[
"_:booking",
"ref",
"C5ADLT6M"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Greetings , I 'm looking for a Chinese restaurant to take some clients ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'Centre');(_:result,area,'East');(_:result,name,'Charlie Chan');(_:result,name,'Jinling Noodle Bar');(_:result,name,'Yu Garden');(_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yu Garden is in the East and expensive . Charlie Chan is Centre and cheap . Also , Jinling Noodle Bar , in Centre , which is moderately priced ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'14:45');(_:search,name,'yu garden');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yu Garden sounds perfect . Can you reserve a table for 3 for me ? We will be there on Saturday at 14:45 ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Saturday');(_:booking,duration,'14:45');(_:booking,people,'three');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I will be happy to reserve a table for three for you for Saturday at 14:45 . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I will need the reference number for our reservation please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,day,'Saturday');(_:booking,duration,'14:45');(_:booking,ref,'WH1FANWJ');(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "You are all set for Saturday at 14:45 . The reference number is WH1FANWJ . Enjoy your meal !"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need a 0 star room , and I will need wifi to be free too ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'city centre north b and b');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "city centre north b and b ill be perfect for you . Shall i book it ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,destination,'yu garden');(_:search,has_parking,'yes');(_:search,people,'4');(_:search,stay,'4');(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I will need a room for 4 people and it must be for 4 nights . Can you book a taxi to take me to Yu Garden . I need free parking . Thanks ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'city centre north b and b');(_:result,type,'Hotel'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "City centre north b and b has free parking and wifi . What day would you like your reservations to start ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want my booking at the b and b to start on saturday"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'25P0F6NG');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful . Your reference number is 25P0F6NG . You mentioned you would also need a taxi ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please . I need to make sure I get from the B&B to the restaurant for that reservation ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'yellow audi');(_:result,phone,'07845910981');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Your taxi will be a yellow audi \n Contact number \t : \t 07845910981 Is there anything else I can assist you with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help . That is all for today ."
},
{
"id": 15,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Thanks for letting us help , enjoy your trip !"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you and goodbye !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Thanks for using Cambridge TownInfo centre . Goodbye ."
}
] |
PMUL0495.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"name",
"Jinling Noodle Bar"
],
[
"_:result",
"name",
"Yu Garden"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"name",
"yu garden"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"name",
"Jinling Noodle Bar"
],
[
"_:result",
"name",
"Yu Garden"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"name",
"yu garden"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"14:45"
],
[
"_:booking",
"people",
"three"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"name",
"Jinling Noodle Bar"
],
[
"_:result",
"name",
"Yu Garden"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"name",
"yu garden"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"people",
"three"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"14:45"
],
[
"_:booking",
"ref",
"WH1FANWJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"name",
"yu garden"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"people",
"three"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"14:45"
],
[
"_:booking",
"ref",
"WH1FANWJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"name",
"city centre north b and b"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"destination",
"yu garden"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"name",
"yu garden"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"people",
"three"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"duration",
"14:45"
],
[
"_:booking",
"ref",
"WH1FANWJ"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"destination",
"yu garden"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"city centre north b and b"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"name",
"yu garden"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"people",
"three"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"duration",
"14:45"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"destination",
"yu garden"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"city centre north b and b"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:booking",
"ref",
"25P0F6NG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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",
"food",
"chinese"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"name",
"yu garden"
],
[
"_:booking",
"people",
"three"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"duration",
"14:45"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"destination",
"yu garden"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"city centre north b and b"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:booking",
"ref",
"25P0F6NG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"car",
"yellow audi"
],
[
"_:result",
"phone",
"07845910981"
],
[
"_: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",
"food",
"chinese"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"name",
"yu garden"
],
[
"_:booking",
"people",
"three"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"duration",
"14:45"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"destination",
"yu garden"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"city centre north b and b"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:booking",
"ref",
"25P0F6NG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"car",
"yellow audi"
],
[
"_:result",
"phone",
"07845910981"
],
[
"_: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,'west');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hello , I am trying to find an attraction in the west part of town . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,category,'colleges');(_:result,category,'museums');(_:result,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,area,'west');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , there are many colleges and museums in the west , there is also some entertainment . Do you have a preference on any of these ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'museums');(_:search,type,'Attraction'))",
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Not really . Could you give me the postcode for one of the museums ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,name,\"People 's Portraits Exhibition at Girton College\");(_:result,postcode,'cb3ojg');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "The one I recommend is the People 's Portraits Exhibition at Girton College . It 's free to get in . Their postcode is cb3ojg . Is there any other information I can provide ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That 's all I need today . Goodbye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling . Goodbye ."
}
] |
SNG1126.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"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"People 's Portraits Exhibition at Girton College"
],
[
"_:result",
"postcode",
"cb3ojg"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'theatre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for things to do , specifically a theatre in the north , what kinds of things are there to see like that ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'north');(_:search,category,'thatres');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "There are no thatres in the north , perhaps another area or type of attraction ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'parks');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What kind of parks are available in the north ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'just one');(_:result,area,'north');(_:result,category,'park');(_:result,entrance_fee,'free admission');(_:result,name,'Milton Country Park');(_:result,phone,'01223420060');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have just one park . It is Milton Country Park located in the north . They offer free admission . They are located at Milton Country Park , Milton . Their phone number is 01223420060 ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great ! Thanks for the information !"
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Do you need help with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I 'm looking for a train departing Cambridge on Tuesday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'quite a few');(_:result,day,'Tuesday');(_:result,departure,'Cambridge');(_:result,type,'Train'))",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are quite a few trains leaving Cambridge on Tuesday . Where is your destination ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'8:30');(_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm going to peterborough . I need to be there by 8:30"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'07:56');(_:result,id,'TR0162');(_:result,leave_at,'07:06');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR0162 that departs at 07:06 and would get you there by 07:56 . Would that work for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes please book for 3 and provide reference number"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'CDE66IYU');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes your reference number is CDE66IYU . and your reservation is set ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))",
"request((_:result,postcode,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'Milton Country Park');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm sorry , could you actually amend that train reservation for 2 people instead ? Also , I will need the postcode for Milton Country Park we talked about earlier ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,people,'2');(_:booking,ref,'BMDA0BI1');(_:booking,type,'Booking');(_:result,name,'Milton Country Park');(_:result,postcode,'cb46az');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , the reservation has been amended for 2 people . Your new reference number is BMDA0BI1 . And the postcode for Milton Country Park is cb46az ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you ! That should be all I need today ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Have a nice day ."
}
] |
MUL1847.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/f96a5df5"
],
[
"_:search/f96a5df5",
"area",
"north"
],
[
"_:search/f96a5df5",
"category",
"thatres"
],
[
"_:search/f96a5df5",
"type",
"Attraction"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"parks"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/f96a5df5"
],
[
"_:search/f96a5df5",
"area",
"north"
],
[
"_:search/f96a5df5",
"category",
"thatres"
],
[
"_:search/f96a5df5",
"type",
"Attraction"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"parks"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"just one"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"entrance_fee",
"free admission"
],
[
"_:result",
"name",
"Milton Country Park"
],
[
"_:result",
"phone",
"01223420060"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/f96a5df5"
],
[
"_:search/f96a5df5",
"area",
"north"
],
[
"_:search/f96a5df5",
"category",
"thatres"
],
[
"_:search/f96a5df5",
"type",
"Attraction"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"parks"
],
[
"_:result",
"amount",
"just one"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"entrance_fee",
"free admission"
],
[
"_:result",
"name",
"Milton Country Park"
],
[
"_:result",
"phone",
"01223420060"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/f96a5df5"
],
[
"_:search/f96a5df5",
"area",
"north"
],
[
"_:search/f96a5df5",
"category",
"thatres"
],
[
"_:search/f96a5df5",
"type",
"Attraction"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"parks"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"entrance_fee",
"free admission"
],
[
"_:result",
"name",
"Milton Country Park"
],
[
"_:result",
"phone",
"01223420060"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"8:30"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/f96a5df5"
],
[
"_:search/f96a5df5",
"area",
"north"
],
[
"_:search/f96a5df5",
"category",
"thatres"
],
[
"_:search/f96a5df5",
"type",
"Attraction"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"parks"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"entrance_fee",
"free admission"
],
[
"_:result",
"name",
"Milton Country Park"
],
[
"_:result",
"phone",
"01223420060"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"arrive_by",
"8:30"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"arrive_by",
"07:56"
],
[
"_:result",
"id",
"TR0162"
],
[
"_:result",
"leave_at",
"07:06"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/f96a5df5"
],
[
"_:search/f96a5df5",
"area",
"north"
],
[
"_:search/f96a5df5",
"category",
"thatres"
],
[
"_:search/f96a5df5",
"type",
"Attraction"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"parks"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"entrance_fee",
"free admission"
],
[
"_:result",
"name",
"Milton Country Park"
],
[
"_:result",
"phone",
"01223420060"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"arrive_by",
"8:30"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"arrive_by",
"07:56"
],
[
"_:result",
"id",
"TR0162"
],
[
"_:result",
"leave_at",
"07:06"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"CDE66IYU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"Milton Country Park"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/f96a5df5"
],
[
"_:search/f96a5df5",
"area",
"north"
],
[
"_:search/f96a5df5",
"category",
"thatres"
],
[
"_:search/f96a5df5",
"type",
"Attraction"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"parks"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"entrance_fee",
"free admission"
],
[
"_:result",
"phone",
"01223420060"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"arrive_by",
"8:30"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"arrive_by",
"07:56"
],
[
"_:result",
"id",
"TR0162"
],
[
"_:result",
"leave_at",
"07:06"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"name",
"Milton Country Park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"BMDA0BI1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Milton Country Park"
],
[
"_:result",
"postcode",
"cb46az"
],
[
"_: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,arrive_by,'15:15');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you help me find a train going to leicester that arrives by 15:15 ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure ! What day are you traveling ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be leaving on Thursday ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Do you have a preference in departure time ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to catch an early train . What time does the first train depart ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'15:06');(_:result,arrive_by,'15:15');(_:result,id,'TR1160');(_:result,leave_at,'5:21');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The first train departs at 5:21 , but if you want to arrive at 15:15 , the best train to take would be the TR1160 which will get there at 15:06 ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Okay how much is it per ticket ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,ticket,'37.80 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It will be 37.80 pounds per ticket . Would you like me to book you seats ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,stay,'one');(_:search,type,'Hotel');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes book one day"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,ref,'6SXPQRZJ');(_:result,type,'Train'))",
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ticket,'37.79 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 37.79 GBP payable at the station . Your reference number is 6SXPQRZJ . Can I help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , can you help me find a place to go to in town ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , what sort of place would you like to go to ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'd really like to visit a museum ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Do you have a preferred area ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "no , please surprise me ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,\"the site of the Old Pumping Station on Cheddar 's lane\");(_:result,area,'east');(_:result,name,'Cambridge Museum of Technology');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have the Cambridge Museum of Technology located in the east side of town . It 's at the site of the Old Pumping Station on Cheddar 's lane . Would you like more information ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes please ! Could you kindly provide me with the phone number , post code , and the entrance fee I 'd have to pay ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,entrance_fee,'5 pounds');(_:result,phone,'01223368650');(_:result,postcode,'cb58ld');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "the phone number is 01223368650 , postcode cb58ld and entrance fee is 5 pounds"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That is all I need at this time . Goodbye ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "I am glad to help . Enjoy your stay !"
}
] |
PMUL4255.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"15:06"
],
[
"_:result",
"arrive_by",
"15:15"
],
[
"_:result",
"id",
"TR1160"
],
[
"_:result",
"leave_at",
"5:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"arrive_by",
"15:06"
],
[
"_:result",
"arrive_by",
"15:15"
],
[
"_:result",
"id",
"TR1160"
],
[
"_:result",
"leave_at",
"5:21"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"one"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"arrive_by",
"15:06"
],
[
"_:result",
"arrive_by",
"15:15"
],
[
"_:result",
"id",
"TR1160"
],
[
"_:result",
"leave_at",
"5:21"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"one"
],
[
"_:result",
"ref",
"6SXPQRZJ"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"37.79 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"arrive_by",
"15:06"
],
[
"_:result",
"arrive_by",
"15:15"
],
[
"_:result",
"id",
"TR1160"
],
[
"_:result",
"leave_at",
"5:21"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"one"
],
[
"_:result",
"ref",
"6SXPQRZJ"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"37.79 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"arrive_by",
"15:06"
],
[
"_:result",
"arrive_by",
"15:15"
],
[
"_:result",
"id",
"TR1160"
],
[
"_:result",
"leave_at",
"5:21"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"one"
],
[
"_:result",
"ref",
"6SXPQRZJ"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"37.79 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"arrive_by",
"15:06"
],
[
"_:result",
"arrive_by",
"15:15"
],
[
"_:result",
"id",
"TR1160"
],
[
"_:result",
"leave_at",
"5:21"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"one"
],
[
"_:result",
"ref",
"6SXPQRZJ"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"37.79 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"the site of the Old Pumping Station on Cheddar 's lane"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Cambridge Museum of Technology"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"arrive_by",
"15:06"
],
[
"_:result",
"arrive_by",
"15:15"
],
[
"_:result",
"id",
"TR1160"
],
[
"_:result",
"leave_at",
"5:21"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"one"
],
[
"_:result",
"ref",
"6SXPQRZJ"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"37.79 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"the site of the Old Pumping Station on Cheddar 's lane"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Cambridge Museum of Technology"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"phone",
"01223368650"
],
[
"_:result",
"postcode",
"cb58ld"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "Where is the closest police station located ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The closest police station is located at Parkside , Cambridge ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "Could I have the postcode please ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The postcode is CB11JG ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much for all of your help ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'01223358966');(_:result,type,'Police'))",
"reqmore()"
],
"speaker": "system",
"text": "Take their phone number just in case : 01223358966 . Anything else ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks that is all . Goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day , farewell ."
}
] |
SNG01860.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"type",
"Police"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"type",
"Police"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you help me find a train for Wednesday , heading into Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'5');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have five trains that meet your criteria ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'london liverpool street');(_:search,leave_at,'16:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm departing from london liverpool street and would like to leave after 16:15 . Does this help ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,day,'wednesday');(_:result,departure,'london liverpool');(_:result,destination,'Cambridge');(_:result,id,'TR2232');(_:result,leave_at,'17:39');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR2232 train is available . It departs wednesday at 17:39 from london liverpool to Cambridge . Would you like me to book you a ticket ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Yes please book me a ticket ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Just to clarify , would that be just one ticket or multiple tickets ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Oh wait , before booking I would like to know what the arrival time and travel time is on that train ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'19:07');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It will arrive by 19:07 . Do you need tickets ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I need to know the travel time before booking ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,duration,'88 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "the travel time is 88 minutes ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks , I actually do n't want to book just yet . I do need a place to stay though . Could you please suggest a hotel in a moderate price range ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'few');(_:result,category,'hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found few hotel for you but before I make a reservation , do prefer it have Internet or parking option ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , it will need to have free parking and free internet please"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you have a specific area you want to stay in ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I am looking for something in the North ."
},
{
"id": 15,
"rdf-acts": [
"select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))",
"inform((_:result,count,'9');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I see 9 options here . Do you prefer a guesthouse or a hotel ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I think I 'd like a moderately priced hotel , please ."
},
{
"id": 17,
"rdf-acts": [
"select((_:result,name,'Ashley hotel');(_:result,name,'Lovell Lodge');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 2 in that area . They are Ashley hotel and Lovell Lodge . Would you like me to make reservations for one of these ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,name,'lovell lodge');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I like the sound of the Lovell Lodge ."
},
{
"id": 19,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great , would you like me to book it for you ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please . There will be 7 people staying for 4 nights"
},
{
"id": 21,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'wednesday');(_:booking,ref,'ZFBJXY09');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have you booked as requested starting on wednesday , the reference number is ZFBJXY09 any other questions today ?"
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is everything , thank you for your assistance ."
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "I hope you enjoy your stay . Contact us anytime . Good Bye ."
}
] |
PMUL4422.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"day",
"wednesday"
],
[
"_:result",
"departure",
"london liverpool"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2232"
],
[
"_:result",
"leave_at",
"17:39"
],
[
"_: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",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:result",
"day",
"wednesday"
],
[
"_:result",
"departure",
"london liverpool"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2232"
],
[
"_:result",
"leave_at",
"17:39"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:result",
"day",
"wednesday"
],
[
"_:result",
"departure",
"london liverpool"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2232"
],
[
"_:result",
"leave_at",
"17:39"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"arrive_by",
"19:07"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:result",
"day",
"wednesday"
],
[
"_:result",
"departure",
"london liverpool"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2232"
],
[
"_:result",
"leave_at",
"17:39"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"arrive_by",
"19:07"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:result",
"day",
"wednesday"
],
[
"_:result",
"departure",
"london liverpool"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2232"
],
[
"_:result",
"leave_at",
"17:39"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"arrive_by",
"19:07"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"few"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:result",
"day",
"wednesday"
],
[
"_:result",
"departure",
"london liverpool"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2232"
],
[
"_:result",
"leave_at",
"17:39"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"arrive_by",
"19:07"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"few"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:result",
"day",
"wednesday"
],
[
"_:result",
"departure",
"london liverpool"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2232"
],
[
"_:result",
"leave_at",
"17:39"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"arrive_by",
"19:07"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"amount",
"few"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_: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",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:result",
"day",
"wednesday"
],
[
"_:result",
"departure",
"london liverpool"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2232"
],
[
"_:result",
"leave_at",
"17:39"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"arrive_by",
"19:07"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"amount",
"few"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:result",
"day",
"wednesday"
],
[
"_:result",
"departure",
"london liverpool"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2232"
],
[
"_:result",
"leave_at",
"17:39"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"19:07"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"amount",
"few"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:result",
"day",
"wednesday"
],
[
"_:result",
"departure",
"london liverpool"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2232"
],
[
"_:result",
"leave_at",
"17:39"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"arrive_by",
"19:07"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"amount",
"few"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"wednesday"
],
[
"_:booking",
"ref",
"ZFBJXY09"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'museum of archaelogy and anthropology');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for information on the museum of archaelogy and anthropology ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'downing street');(_:result,area,'centre');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Why yes , it 's a great attraction . It is located at the centre on downing street . The entrance fee for the museum is free ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the phone number ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223333516');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "01223333516 is the phone number , is there anything else I can assist you with today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes . I would like to book a train from Leicester ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "OK , what is your travel day , and what time do you need to travel ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'Leicester');(_:search,destination,'cambridge');(_:search,leave_at,'11');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm leaving from Leicester on Wednesday and going to Cambridge . Want to leave after 11"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,id,'TR9776');(_:result,leave_at,'11:09');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR9776 leaves at 11:09 . Does that work for you ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That is fine . What is the entrance fee to get in ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,ticket,'37.80 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "It is 37.80 pounds per ticket ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Thank you . Can you please book that for 2 people and give me the reference number ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,ref,'TYCA6YZV');(_:result,ticket,'75.59 GBP');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "Great , you 're all set . The reference number is TYCA6YZV and total due will be 75.59 GBP . Anything else I can help with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 'll be all ! Thank you very much ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "It 's my pleasure . Thank you for allowing me to assist you . Goodbye !"
}
] |
MUL0426.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"museum of archaelogy and anthropology"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"museum of archaelogy and anthropology"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"downing street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"museum of archaelogy and anthropology"
],
[
"_:result",
"address",
"downing street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223333516"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"museum of archaelogy and anthropology"
],
[
"_:result",
"address",
"downing street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223333516"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"Leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"11"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"museum of archaelogy and anthropology"
],
[
"_:result",
"address",
"downing street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223333516"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"Leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"11"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR9776"
],
[
"_:result",
"leave_at",
"11:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"museum of archaelogy and anthropology"
],
[
"_:result",
"address",
"downing street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223333516"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"Leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"11"
],
[
"_:result",
"id",
"TR9776"
],
[
"_:result",
"leave_at",
"11:09"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_: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",
"name",
"museum of archaelogy and anthropology"
],
[
"_:result",
"address",
"downing street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223333516"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"Leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"11"
],
[
"_:result",
"id",
"TR9776"
],
[
"_:result",
"leave_at",
"11:09"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"TYCA6YZV"
],
[
"_:result",
"ticket",
"75.59 GBP"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'southern');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I am looking for places to go in the southern part of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,\"14 King 's Way\");(_:result,area,'south');(_:result,category,'museum');(_:result,name,'Byard Art Museum');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Would you be interested in a museum ? The Byard Art Museum is located at 14 King 's Way in the south ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds good . Can you tell me the entrance fee and phone number ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'free');(_:result,phone,'01223464646');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure thing ! It has free admission and their phone number is 01223464646 . Is there anything more I can help with today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need a really expensive place to stay ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "In what area would you like to stay ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Area does not matter . I do need free wifi ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'University Arms Hotel');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,stars,'four');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "May I recommend University Arms Hotel , in the centre city ? It has four stars , free wifi & parking , and is quite luxurious . Would you like to make a booking there ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is it a guesthouse ? I would prefer a guesthouse ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,category,'guesthouses');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "There are no guesthouses matching your requirements ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "OK , then what about the moderate price range ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'14');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , there are 14 . Which area were you looking for ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a place in the south side of town ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,count,'2');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Aylesbray Lodge Guest House');(_:result,name,'Bridge Guest House');(_:result,stars,'3-star');(_:result,stars,'4-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 2 options in the south . Both offer free wifi and parking . The Bridge Guest House is 3-star rated . The other is Aylesbray Lodge Guest House which has 4-star rated ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'one');(_:search,stay,'two');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sounds good . Can I book a room for one person for two nights starting tuesday ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'AQIMZ6OO');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the reference number is AQIMZ6OO . Anything else I can do for you ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,departure,'the museum');(_:search,destination,'the guest house');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you get me a car to pick me up from the museum and take me to the guest house ?"
},
{
"id": 17,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))",
"inform((_:result,departure,'the museum');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Sure ! What time would you like to leave the museum ?"
},
{
"id": 18,
"rdf-acts": [],
"speaker": "user",
"text": "I want to leave the museum by 7:30 ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,car,'grey honda');(_:result,departure,'museum');(_:result,phone,'07694082426');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "OK , a grey honda should be picking you up at the museum , the contact number is 07694082426 . Is there anything else I can help you with ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all for today . Thanks for your help ."
},
{
"id": 21,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "It was my pleasure ! Enjoy your stay !"
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "You have helped me tremendously . Thank you ! Goodbye !"
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you so much . Have a great trip !"
}
] |
MUL2565.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"southern"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"southern"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"14 King 's Way"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"Byard Art Museum"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"southern"
],
[
"_:result",
"address",
"14 King 's Way"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"Byard Art Museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"14 King 's Way"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"Byard Art Museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"14 King 's Way"
],
[
"_:result",
"category",
"museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"14 King 's Way"
],
[
"_:result",
"category",
"museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/c8f9afea"
],
[
"_:search/c8f9afea",
"category",
"guesthouses"
],
[
"_:search/c8f9afea",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"14 King 's Way"
],
[
"_:result",
"category",
"museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/c8f9afea"
],
[
"_:search/c8f9afea",
"category",
"guesthouses"
],
[
"_:search/c8f9afea",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"14 King 's Way"
],
[
"_:result",
"category",
"museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/c8f9afea"
],
[
"_:search/c8f9afea",
"category",
"guesthouses"
],
[
"_:search/c8f9afea",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Aylesbray Lodge Guest House"
],
[
"_:result",
"name",
"Bridge Guest House"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"one"
],
[
"_: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",
"address",
"14 King 's Way"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/c8f9afea"
],
[
"_:search/c8f9afea",
"category",
"guesthouses"
],
[
"_:search/c8f9afea",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Aylesbray Lodge Guest House"
],
[
"_:result",
"name",
"Bridge Guest House"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"two"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"AQIMZ6OO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the museum"
],
[
"_:search",
"destination",
"the guest house"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"14 King 's Way"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/c8f9afea"
],
[
"_:search/c8f9afea",
"category",
"guesthouses"
],
[
"_:search/c8f9afea",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Aylesbray Lodge Guest House"
],
[
"_:result",
"name",
"Bridge Guest House"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"two"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"AQIMZ6OO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the museum"
],
[
"_:search",
"destination",
"the guest house"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"departure",
"the museum"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"14 King 's Way"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/c8f9afea"
],
[
"_:search/c8f9afea",
"category",
"guesthouses"
],
[
"_:search/c8f9afea",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Aylesbray Lodge Guest House"
],
[
"_:result",
"name",
"Bridge Guest House"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"two"
],
[
"_:booking",
"ref",
"AQIMZ6OO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the museum"
],
[
"_:search",
"destination",
"the guest house"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey honda"
],
[
"_:result",
"departure",
"museum"
],
[
"_:result",
"phone",
"07694082426"
],
[
"_: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": 11,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"14 King 's Way"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/c8f9afea"
],
[
"_:search/c8f9afea",
"category",
"guesthouses"
],
[
"_:search/c8f9afea",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Aylesbray Lodge Guest House"
],
[
"_:result",
"name",
"Bridge Guest House"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"two"
],
[
"_:booking",
"ref",
"AQIMZ6OO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the museum"
],
[
"_:search",
"destination",
"the guest house"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey honda"
],
[
"_:result",
"departure",
"museum"
],
[
"_:result",
"phone",
"07694082426"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a moderately priced restaurant in the south part of town"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,name,'Pizza Hut Cherry Hinton');(_:result,name,'Restaurant Alimentum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have two restaurants . They are Pizza Hut Cherry Hinton and Restaurant Alimentum ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What type of food do each of them serve ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,food,'Italian');(_:result,food,'Modern European');(_:result,name,'Pizza Hut Cherry Hinton');(_:result,name,'Restaurant Alimentum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Pizza Hut Cherry Hinton is Italian , and Restaurant Alimentum is Modern European . Would you like information on either of them ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'pizza hut cherry hinton');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , what is the address and phone number for Pizza Hut Cherry Hinton ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'G4 Cambridge Leisure Park Clifton Way Cherry Hinton');(_:result,name,'pizza hut cherry hinton');(_:result,phone,'01223 323737');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address for pizza hut cherry hinton is G4 Cambridge Leisure Park Clifton Way Cherry Hinton and the phone number is 01223 323737"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What type of food do they serve ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,food,'italian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They serve italian food . Can I help you with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye ."
},
{
"id": 9,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Goodbye"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Goodbye again ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Goodbye ."
}
] |
WOZ20576.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Modern European"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"pizza hut cherry hinton"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Modern European"
],
[
"_:search",
"name",
"pizza hut cherry hinton"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"G4 Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"phone",
"01223 323737"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"pizza hut cherry hinton"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"G4 Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"phone",
"01223 323737"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"pizza hut cherry hinton"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"G4 Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"phone",
"01223 323737"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'20:30');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need help finding a train . It needs to be going to Cambridge and should arrive by 20:30 ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'1');(_:result,departure,'London kings cross');(_:result,ref,'VURC2CKA');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There is one leaving from London kings cross the refernce number is VURC2CKA"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave on Tuesday . Does that one leave on Tuesday ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'20:23');(_:result,day,'tuesday');(_:result,departure,'birmingham new street');(_:result,destination,'cambridge');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is a train that leaves from birmingham new street on tuesday that arrives at cambridge at 20:23 . Shall I book this for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No , I need to leave from Leicester ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Very well . What time would you like to leave ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,leave_at,'dontcare');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I do n't care , just make sure i can be there by 20:30 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'10:54');(_:result,day,'Tuesday');(_:result,departure,'leicester');(_:result,destination,'cambridge');(_:result,id,'TR0363');(_:result,leave_at,'09:09');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR0363 departs leicester at 09:09 and arrives in cambridge at 10:54 on Tuesday . Would you like me to book that for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'three');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes I need three seats on the train please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'BG6NO020');(_:booking,ticket,'113.40 pounds');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great I got you three seats on that train for a total cost of 113.40 pounds . Your reference number is BG6NO020 ."
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Okay That is all I need ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using Cambridge TownInfo centre . Have a nice day !"
}
] |
SNG0266.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"departure",
"London kings cross"
],
[
"_:result",
"ref",
"VURC2CKA"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"ref",
"VURC2CKA"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"20:23"
],
[
"_:result",
"day",
"tuesday"
],
[
"_:result",
"departure",
"birmingham new street"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"ref",
"VURC2CKA"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"20:23"
],
[
"_:result",
"day",
"tuesday"
],
[
"_:result",
"departure",
"birmingham new street"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"ref",
"VURC2CKA"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"arrive_by",
"10:54"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"leicester"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR0363"
],
[
"_:result",
"leave_at",
"09:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"ref",
"VURC2CKA"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"arrive_by",
"10:54"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"leicester"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR0363"
],
[
"_:result",
"leave_at",
"09:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"BG6NO020"
],
[
"_:booking",
"ticket",
"113.40 pounds"
],
[
"_: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,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hello , I am looking for a guesthouse located in the centre"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,category,'guesthouses');(_:result,count,'2');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Ok , there are 2 guesthouses located in the centre of town . They are in the cheap price range . Would you like to book one ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do they both include free parking ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , they both have free parking ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_internet,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "How about internet ? Can I get wifi for free ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , they both have free wifi as well ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that 's all . Goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Not a problem . If you need more assistance , let me know ."
}
] |
SNG1003.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'18:00');(_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train that will depart on Sunday and arrive by 18:00 ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'listings');(_:result,day,'Sunday');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have found the listings for the Sunday departures . What is your destination ? Would you like me to book a trip ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'leicester');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am going to Cambridge from Leicester . And , yes , please book it for me ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "For how many tickets ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "7 please"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR1079');(_:booking,ref,'YFF7DKYH');(_:booking,ticket,'211.67 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . Train ID is TR1079 . Total fee is 211.67 GBP . Reference number is YFF7DKYH . Anything else I can help with today ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thank you !"
},
{
"id": 7,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "I 'm glad I could help . Is there anything else ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all , thank you !"
},
{
"id": 9,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Excellent . Have a great day !"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay , you too . Thanks again ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Good - bye ."
}
] |
SNG0280.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"amount",
"listings"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"amount",
"listings"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"amount",
"listings"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR1079"
],
[
"_:booking",
"ref",
"YFF7DKYH"
],
[
"_:booking",
"ticket",
"211.67 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"amount",
"listings"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR1079"
],
[
"_:booking",
"ref",
"YFF7DKYH"
],
[
"_:booking",
"ticket",
"211.67 GBP"
],
[
"_: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",
"18:00"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"amount",
"listings"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR1079"
],
[
"_:booking",
"ref",
"YFF7DKYH"
],
[
"_:booking",
"ticket",
"211.67 GBP"
],
[
"_: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,area,'south');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for a cheap restaurant in the south . What do you have ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,food,'Chines');(_:result,food,'Portuguese');(_:result,type,'Restaurant'))",
"inform((_:result,count,'2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I ahve two places , Chines and Portuguese , which would you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'Chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Chinese would be great ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'Cambridge Leisure Park , Clifton Way , Cherry Hinton');(_:result,name,'Lucky Star');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "That would be The Lucky Star located at Cambridge Leisure Park , Clifton Way , Cherry Hinton . Can I book a table for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'18:00');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . Can you book me a take for 5 at 18:00 on monday ?"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry I was unable to book that . Would you like to try another venue ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,duration,'17:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can we try 17:00 ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,duration,'15 minutes');(_:booking,ref,'VMFXYH18');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : VMFXYH18 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i am also looking for a hotel that includes free wifi ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,category,'guest houses');(_:result,category,'hotels');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are many hotels and guest houses . Do you preder a certain location and price range ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'hotel');(_:search,name,'Lucky Star');(_:search,type,'Hotel');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I definitely want a hotel , not a guest house . It should also be in the same area as the The Lucky Star restaurant ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'Lensfield Hotel');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Lensfield Hotel is in the south and falls in the expensive price range . They 're a 3 star establishment with free wifi and parking . Care to book a room ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,people,'5');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to book a room for 5 nights for 5 people starting the same day ."
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Unfortunately , I was not able to book it for monday . Did you have another day in mind ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,category,'hotels');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Any other hotels ?"
},
{
"id": 15,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))",
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I only see the lensfield hotel , maybe we can try with other dates ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,day,'same day');(_:search,name,'the lensfield hotel');(_:search,people,'5');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to book for the lensfield hotel for 5 people from the same day but for 3 nights only then ."
},
{
"id": 17,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'ZE9TPUSJ');(_:booking,stay,'3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking for 3 nights was a success ! Your reference number is ZE9TPUSJ . Is there anything else I can help you with today ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need . Thank you for your help !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "It was a pleasure to help . Thanks for using our service . Have a great night . Goodbye ."
}
] |
MUL1281.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Chines"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Chines"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"food",
"Chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Cambridge Leisure Park , Clifton Way , Cherry Hinton"
],
[
"_:result",
"name",
"Lucky Star"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Chines"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"food",
"Chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Cambridge Leisure Park , Clifton Way , Cherry Hinton"
],
[
"_:result",
"name",
"Lucky Star"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/213e64dc"
],
[
"_:booking/213e64dc",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Chines"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"food",
"Chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Cambridge Leisure Park , Clifton Way , Cherry Hinton"
],
[
"_:result",
"name",
"Lucky Star"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/213e64dc"
],
[
"_:booking/213e64dc",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:booking",
"duration",
"15 minutes"
],
[
"_:booking",
"ref",
"VMFXYH18"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"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": [
[
"_:result",
"food",
"Chines"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"food",
"Chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Cambridge Leisure Park , Clifton Way , Cherry Hinton"
],
[
"_:result",
"name",
"Lucky Star"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/213e64dc"
],
[
"_:booking/213e64dc",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:booking",
"duration",
"15 minutes"
],
[
"_:booking",
"ref",
"VMFXYH18"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"Lucky Star"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Chines"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"food",
"Chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Cambridge Leisure Park , Clifton Way , Cherry Hinton"
],
[
"_:system",
"canthelp",
"_:booking/213e64dc"
],
[
"_:booking/213e64dc",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:booking",
"duration",
"15 minutes"
],
[
"_:booking",
"ref",
"VMFXYH18"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"Lucky Star"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Chines"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"food",
"Chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Cambridge Leisure Park , Clifton Way , Cherry Hinton"
],
[
"_:system",
"canthelp",
"_:booking/213e64dc"
],
[
"_:booking/213e64dc",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:booking",
"duration",
"15 minutes"
],
[
"_:booking",
"ref",
"VMFXYH18"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"name",
"Lucky Star"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"canthelp",
"_:booking/e7568f1f"
],
[
"_:booking/e7568f1f",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotels"
],
[
"_: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",
"food",
"Chines"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"food",
"Chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Cambridge Leisure Park , Clifton Way , Cherry Hinton"
],
[
"_:system",
"canthelp",
"_:booking/213e64dc"
],
[
"_:booking/213e64dc",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:booking",
"duration",
"15 minutes"
],
[
"_:booking",
"ref",
"VMFXYH18"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/e7568f1f"
],
[
"_:booking/e7568f1f",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/d6baa870"
],
[
"_:booking/d6baa870",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"name",
"the lensfield hotel"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Chines"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"food",
"Chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Cambridge Leisure Park , Clifton Way , Cherry Hinton"
],
[
"_:system",
"canthelp",
"_:booking/213e64dc"
],
[
"_:booking/213e64dc",
"type",
"Booking"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:booking",
"duration",
"15 minutes"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/e7568f1f"
],
[
"_:booking/e7568f1f",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:system",
"canthelp",
"_:booking/d6baa870"
],
[
"_:booking/d6baa870",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"name",
"the lensfield hotel"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ZE9TPUSJ"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'ely');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , I am looking for a train from Ely to Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,day,'Friday');(_:result,day,'Other days are available');(_:result,departure,'ely');(_:result,destination,'cambridge');(_:result,leave_at,'every 2 hours starting at 5:35');(_:result,type,'Train'))",
"thank()",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Is there a particular day you are looking to leave on ? I have trains departing ely to cambridge on Friday every 2 hours starting at 5:35 . Other days are available ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'13:30');(_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train that leaves on Sunday and arrives by 13:30 , is this possible ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'4');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 4 such trains . Do you want to specify departure time ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'13:30');(_:search,type,'Train'))",
"request((_:result,duration,?);(_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Departure time does n't matter , as long as I arrive by 13:30 . Could you let me know the price , travel time , and train ID for a train that fits that description , please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'5:52');(_:result,id,'TR9383');(_:result,leave_at,'5:35');(_:result,ticket,'3.52 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Of course . The TR9383 leaves at 5:35 and arrives at 5:52 . It would cost 3.52 pounds per ticket . Does that work for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I am also looking for a moderate price restaurant in the centre ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are many moderately priced restaurants in that area , did you have a cuisine style you are looking for ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'lebanese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a restaurant that serves Lebanese food ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,amount,'only');(_:result,name,'Ali Baba');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ali Baba is the only restaurant that meets your criteria . Would you like to reserve a table there ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'17:30');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please I need it for 3 people at 17:30 on sunday ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry . It does n't look like they have any availability at that time . Would you like to look for another day or time ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,duration,'16:30');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about 16:30 ?"
},
{
"id": 13,
"rdf-acts": [
"thank()",
"reqmore()",
"inform((_:booking,duration,'16:30');(_:booking,ref,'6JV5YAN1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great , you 're booked at 16:30 . The table will be reserved for 15 minutes . Your reference number is 6JV5YAN1 . Anything else I can help with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I needed ! Thank you very much !"
},
{
"id": 15,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "No problem at all ! Remember to contact the Cambridge TownInfo centre whenever you have questions !"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , have a great day !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome , goodbye ."
}
] |
MUL0344.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"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"day",
"Other days are available"
],
[
"_:result",
"departure",
"ely"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"every 2 hours starting at 5:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"day",
"Other days are available"
],
[
"_:result",
"departure",
"ely"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"every 2 hours starting at 5:35"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"day",
"Other days are available"
],
[
"_:result",
"departure",
"ely"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"arrive_by",
"5:52"
],
[
"_:result",
"id",
"TR9383"
],
[
"_:result",
"leave_at",
"5:35"
],
[
"_:result",
"ticket",
"3.52 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"day",
"Other days are available"
],
[
"_:result",
"departure",
"ely"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"arrive_by",
"5:52"
],
[
"_:result",
"id",
"TR9383"
],
[
"_:result",
"leave_at",
"5:35"
],
[
"_:result",
"ticket",
"3.52 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"day",
"Other days are available"
],
[
"_:result",
"departure",
"ely"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"arrive_by",
"5:52"
],
[
"_:result",
"id",
"TR9383"
],
[
"_:result",
"leave_at",
"5:35"
],
[
"_:result",
"ticket",
"3.52 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"name",
"Ali Baba"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_: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",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"day",
"Other days are available"
],
[
"_:result",
"departure",
"ely"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"arrive_by",
"5:52"
],
[
"_:result",
"id",
"TR9383"
],
[
"_:result",
"leave_at",
"5:35"
],
[
"_:result",
"ticket",
"3.52 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"name",
"Ali Baba"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/b9e756d5"
],
[
"_:booking/b9e756d5",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"day",
"Other days are available"
],
[
"_:result",
"departure",
"ely"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"arrive_by",
"5:52"
],
[
"_:result",
"id",
"TR9383"
],
[
"_:result",
"leave_at",
"5:35"
],
[
"_:result",
"ticket",
"3.52 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"name",
"Ali Baba"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/b9e756d5"
],
[
"_:booking/b9e756d5",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"16:30"
],
[
"_:booking",
"ref",
"6JV5YAN1"
],
[
"_: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",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"day",
"Other days are available"
],
[
"_:result",
"departure",
"ely"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"arrive_by",
"5:52"
],
[
"_:result",
"id",
"TR9383"
],
[
"_:result",
"leave_at",
"5:35"
],
[
"_:result",
"ticket",
"3.52 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"name",
"Ali Baba"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/b9e756d5"
],
[
"_:booking/b9e756d5",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"16:30"
],
[
"_:booking",
"ref",
"6JV5YAN1"
],
[
"_: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,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a place to stay that offers free wifi"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'most');(_:result,category,'guesthouses');(_:result,category,'hotels');(_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Most of the hotels and guesthouses have free wifi . Is there a particular part of town that you 're interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,category,'hotel');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't care what part of town it 's in , but I would like it to be a hotel rather than a guesthouse , and I 'd like it to be moderately priced ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I am not showing anything would you like me to check in a different price range ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotels');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Are you sure you ca n't find any hotels moderately priced with free parking and free wifi anywhere ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"canthelp((_:search,category,'guest houses');(_:search,category,'hotels');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Unfortunately there are no hotels or guest houses that meet those criteria . Would you like to try a different price range ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I just need a moderately priced hotel with free wifi and parking ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,pricerange,'moderate');(_:search,type,'Hotel'))",
"inform((_:result,area,'west');(_:result,category,'hotel');(_:result,name,'Cambridge Belfry');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I can not find anything in a moderate price , but I found a cheap hotel for you . It 's The Cambridge Belfry in the west . It has 4 stars . Is this alright ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'cambridge');(_:search,destination,'norwich');(_:search,leave_at,'20:15');(_:search,type,'Train'))",
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I 'll need the address and I will also need a train from Cambridge to Norwich on Monday , leaving after 20:15"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,departure,'Cambridge');(_:result,id,'TR8636');(_:result,leave_at,'20:36');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"inform((_:result,address,'Back Lane , Cambourne');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "That address is Back Lane , Cambourne . The TR8636 departs Cambridge at 20:36 , would you like to book a seat on that one ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,type,'Train'))",
"inform((_:search,destination,'Norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "How long is the trip , and what time does it arrive in Norwich ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'21:55');(_:result,duration,'79 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "the trip is 79 minutes long and it will arrive by 21:55 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for all your help . That is all the information I need ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Glad to be of help . Thanks for using our service . Goodbye ."
}
] |
MUL2196.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"most"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"most"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/58a5cd68"
],
[
"_:search/58a5cd68",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"most"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/58a5cd68"
],
[
"_:search/58a5cd68",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/0e4b21d6"
],
[
"_:search/0e4b21d6",
"category",
"guest houses"
],
[
"_:search/0e4b21d6",
"category",
"hotels"
],
[
"_:search/0e4b21d6",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"most"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/58a5cd68"
],
[
"_:search/58a5cd68",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/0e4b21d6"
],
[
"_:search/0e4b21d6",
"category",
"guest houses"
],
[
"_:search/0e4b21d6",
"category",
"hotels"
],
[
"_:search/0e4b21d6",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/42a9eecf"
],
[
"_:search/42a9eecf",
"pricerange",
"moderate"
],
[
"_:search/42a9eecf",
"type",
"Hotel"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"most"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/58a5cd68"
],
[
"_:search/58a5cd68",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/0e4b21d6"
],
[
"_:search/0e4b21d6",
"category",
"guest houses"
],
[
"_:search/0e4b21d6",
"category",
"hotels"
],
[
"_:search/0e4b21d6",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/42a9eecf"
],
[
"_:search/42a9eecf",
"pricerange",
"moderate"
],
[
"_:search/42a9eecf",
"type",
"Hotel"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR8636"
],
[
"_:result",
"leave_at",
"20:36"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Back Lane , Cambourne"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"Norwich"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"most"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/58a5cd68"
],
[
"_:search/58a5cd68",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/0e4b21d6"
],
[
"_:search/0e4b21d6",
"category",
"guest houses"
],
[
"_:search/0e4b21d6",
"category",
"hotels"
],
[
"_:search/0e4b21d6",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/42a9eecf"
],
[
"_:search/42a9eecf",
"pricerange",
"moderate"
],
[
"_:search/42a9eecf",
"type",
"Hotel"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR8636"
],
[
"_:result",
"leave_at",
"20:36"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Back Lane , Cambourne"
],
[
"_:search",
"destination",
"Norwich"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"21:55"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you find me a restaurant in the north part of the city ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'north');(_:result,count,'9');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 9 matching records in the north , what price range do you want ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't care ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Is there a certain type of food that you would like ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'world');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I would like world food ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry , I ca n't find any restaurant serves world food in the north . Is there another type of food or area you might be interested in today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Maybe some Indian food ?"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Great hit"
}
] |
WOZ20543.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"food",
"world"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/261e9ba3"
],
[
"_:search/261e9ba3",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a specific hotel . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Absolutely ! Which hotel is it ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'the cambridge belfry');(_:search,type,'Hotel'))",
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "the cambridge belfry . what is its price range ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is in the cheap price range ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'french');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanks ! I also need to find an expensive French restaurant to eat at ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Do you have an area preference ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Area , no , just that it 's expensive and french ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'North');(_:result,name,'restaurant two two would');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Restaurant Two Two would suit your needs . Its in the North area . Would you like to make a reservation at this time ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , but can you please give me their address with postcode and the phone number ? I 'd like to call them myself to ask about food allergies ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'22 Chesterton Road');(_:result,phone,'01223351880');(_:result,postcode,'cb43ax');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "You can reach them at 01223351880 . Their located at 22 Chesterton Road , Chesterton . Their postcode is cb43ax ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to book a taxi to commute between the two places"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Sure , what time would you like the car for ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,leave_at,'21:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'd like to leave the restaurant at 21:00 ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "There are many taxi services in town , which would you prefer ?"
}
] |
PMUL3601.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the cambridge belfry"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the cambridge belfry"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the cambridge belfry"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the cambridge belfry"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"name",
"restaurant two two would"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the cambridge belfry"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"name",
"restaurant two two would"
],
[
"_:result",
"address",
"22 Chesterton Road"
],
[
"_:result",
"phone",
"01223351880"
],
[
"_:result",
"postcode",
"cb43ax"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the cambridge belfry"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"name",
"restaurant two two would"
],
[
"_:result",
"address",
"22 Chesterton Road"
],
[
"_:result",
"phone",
"01223351880"
],
[
"_:result",
"postcode",
"cb43ax"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a guesthouse to stay in that includes free wi - fi ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'quite a few');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay I found quite a few . What area would you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a cheap one that has free wifi ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouse');(_:result,count,'23');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 23 guesthouse that meet your requirements . Is there a price range or area of town you prefer ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Well I also would like free parking if that helps ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"select((_:result,area,'east');(_:result,name,'autumn house');(_:result,type,'Hotel'))",
"inform((_:result,count,'9');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have found 9 . Would you like autumn house in the east ? I can book for you ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes that one would be great . Can you book for saturday ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure . How many days would you like to stay and how many people will be staying ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'8');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to book 8 people for 3 nights starting on Saturday ."
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))",
"canthelp((_:booking,type,'Booking'))",
"request((_:search,name,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I apologize but that guesthouse is unable to accommodate you . Would you like me to choose a different guesthouse or change the day ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes but one in the same price range ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,name,'Alexander Bed and Breakfast');(_:booking,type,'Booking');(_:result,ref,'V3GA3K4Q');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I have booked Alexander Bed and Breakfast . Your reference number is V3GA3K4Q . Is there anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No . That is all I need . Thank you so much !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "So glad I was able to help . Have a great day . Good - Bye ."
}
] |
SSNG0210.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"23"
],
[
"_: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",
"guesthouse"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"autumn house"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"autumn house"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"autumn house"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/f5a50d5f"
],
[
"_:booking/f5a50d5f",
"type",
"Booking"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"autumn house"
],
[
"_:result",
"count",
"9"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:system",
"canthelp",
"_:booking/f5a50d5f"
],
[
"_:booking/f5a50d5f",
"type",
"Booking"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"Alexander Bed and Breakfast"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"V3GA3K4Q"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train departing from London Liverpool street ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'a number');(_:result,departure,'london liverpool street');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have a number of trains leaving from london liverpool street . Where are you going and when do you want to go ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'21:15');(_:search,day,'tuesday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am going to Cambridge and need to arrive by 21:15 on Tuesday . Can you do that ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'21:15');(_:result,count,'8');(_:result,day,'Tuesday');(_:result,type,'Train'))",
"select((_:result,arrive_by,'19:07');(_:result,leave_at,'17:39');(_:result,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Yes I can . There are a total of 8 trains arriving by 21:15 on Tuesday . Would a train that departs at 17:39 and arrives by 19:07 be okay with you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That will work , thanks . I need tickets for 3 people , please . Can you also provide a reference number once they 're booked ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'ZBGBFGTB');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked it for you and the reference number is : ZBGBFGTB"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'leverton house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you . What can you tell me about the leverton house ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'East side');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes certainly . It is a guesthouse on the East side of Cambridge and has a rating of 4 stars . It also offers free internet and parking amenities ."
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Great , thanks . That 's everything I needed today so I 'm going to lay down for a nap I guess . Bye !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Have a wonderful day !"
}
] |
MUL0663.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"departure",
"london liverpool street"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"21:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"departure",
"london liverpool street"
],
[
"_:search",
"arrive_by",
"21:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"arrive_by",
"19:07"
],
[
"_:result",
"leave_at",
"17:39"
],
[
"_: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",
"departure",
"london liverpool street"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"departure",
"london liverpool street"
],
[
"_:search",
"arrive_by",
"21:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"arrive_by",
"19:07"
],
[
"_:result",
"leave_at",
"17:39"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"ZBGBFGTB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"leverton house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"departure",
"london liverpool street"
],
[
"_:search",
"arrive_by",
"21:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"arrive_by",
"19:07"
],
[
"_:result",
"leave_at",
"17:39"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"ZBGBFGTB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"leverton house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"East side"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'missing sock');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like to find information for the restaurant called The Missing Sock ."
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'east');(_:result,food,'international');(_:result,name,'The missing sock');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The missing sock serves cheap international food and is in the east . Would you like more information ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's it . Thank you ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . Be sure to contact us whenever you need reservations ."
}
] |
SNG0538.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"missing sock"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"missing sock"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"The missing sock"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi , i am looking for a indian restaurant on the west side of town ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'205 Victoria Road Chesterton');(_:result,food,'indian');(_:result,name,'Meghna');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I highly recommend Meghna . It is a moderate priced indian restaurant located on 205 Victoria Road Chesterton . Would you like me to book it ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "That 's not necessary . Can you tell me what price range it 's in ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It is in the moderate range for price ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Perfect . How about the phone number and postcode ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'01223727410');(_:result,postcode,'cb43lf');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their post code is cb43lf and they can be reached at 01223727410 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much for your help !"
},
{
"id": 7,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You 're welcome is there anything else I can assist with today ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , that 's all I needed today . Thanks !"
},
{
"id": 9,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Awesome , thank you for spending time in Cambridge ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "It 's one of my favorite places to visit . Thanks . Goodbye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome ! Have a nice day !"
}
] |
SNG1361.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"205 Victoria Road Chesterton"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"205 Victoria Road Chesterton"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"205 Victoria Road Chesterton"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"01223727410"
],
[
"_:result",
"postcode",
"cb43lf"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"205 Victoria Road Chesterton"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"01223727410"
],
[
"_:result",
"postcode",
"cb43lf"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"205 Victoria Road Chesterton"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"01223727410"
],
[
"_:result",
"postcode",
"cb43lf"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant that is expensive in the north ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,food,'Chinese');(_:result,food,'European');(_:result,food,'French');(_:result,food,'Oriental');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are many to choose from . What type of cuisine would you prefer ? Chinese , French , European , Oriental ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I think I 'll try Chinese ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,area,'north');(_:result,count,'2');(_:result,food,'chinese');(_:result,name,'hakka and the hotpot');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two listings of chinese cuisine in the north area that are of a expensive price range . There is hakka and the hotpot ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'16:30');(_:search,name,'hakka');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hakka sounds interesting . Can you book a table for 3 at 16:30 on Sunday please ?"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are no tables available at that time . Would you like to try a different time or day ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "How about an hour earlier ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,duration,'15:30');(_:booking,ref,'RRKZOI5C');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , the table was available for 15:30 . The booking was successful . The table will be reserved for 15 minutes . \n Reference number is : RRKZOI5C ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you find me an attraction in the same area , too ?"
},
{
"id": 9,
"rdf-acts": [
"select((_:result,category,'boating or a swimming pool');(_:result,category,'park');(_:result,type,'Attraction'))",
"inform((_:result,area,'north');(_:result,count,'4');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are four attractions in the north , are you interested in a park , boating or a swimming pool ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Any is fine . Could I get the postcode once you 've found one ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'Riverboat Georgina');(_:result,postcode,'cb43ax');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Riverboat Georgina 's postcode is cb43ax ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'the booked time');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Could you also get me a taxi to go between the two places , I 'd like to arrive at the restaurant by the booked time ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'grey lexus');(_:result,phone,'07550175887');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking completed . Your contact number is 07550175887 and the car type is a grey lexus . Can I help you with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you , that is everything that I need ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Okay great , have a good day ."
}
] |
MUL2471.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"food",
"French"
],
[
"_:result",
"food",
"Oriental"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"hakka and the hotpot"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"name",
"hakka"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"hakka and the hotpot"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"name",
"hakka"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/a3752042"
],
[
"_:booking/a3752042",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"hakka and the hotpot"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"name",
"hakka"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/a3752042"
],
[
"_:booking/a3752042",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"15:30"
],
[
"_:booking",
"ref",
"RRKZOI5C"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"hakka and the hotpot"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"name",
"hakka"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/a3752042"
],
[
"_:booking/a3752042",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"15:30"
],
[
"_:booking",
"ref",
"RRKZOI5C"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"boating or a swimming pool"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"name",
"hakka"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/a3752042"
],
[
"_:booking/a3752042",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"15:30"
],
[
"_:booking",
"ref",
"RRKZOI5C"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"category",
"boating or a swimming pool"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Riverboat Georgina"
],
[
"_:result",
"postcode",
"cb43ax"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"the booked time"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"name",
"hakka"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/a3752042"
],
[
"_:booking/a3752042",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"15:30"
],
[
"_:booking",
"ref",
"RRKZOI5C"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"category",
"boating or a swimming pool"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Riverboat Georgina"
],
[
"_:result",
"postcode",
"cb43ax"
],
[
"_:search",
"arrive_by",
"the booked time"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey lexus"
],
[
"_:result",
"phone",
"07550175887"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want your most expensive restaurant in the south town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'south');(_:result,count,'5');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are five restaurants that are in the south part of town and in the expensive price range . What type of food would you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't care"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'South');(_:result,food,'Mexican');(_:result,name,'Chiquito restaurant bar');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Chiquito restaurant bar is a nice restaurant that serves Mexican food in the expensive price range and is in the South part of town ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Ok , can you tell me the other restaurants ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'4');(_:result,name,'frankie and bennys');(_:result,name,'good luck chinese food takeaway');(_:result,name,'peking restaurant');(_:result,name,'taj tandoori');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , there are four other restaurants that meet your criteria . There is frankie and bennys , peking restaurant , taj tandoori , and the good luck chinese food takeaway ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'frankie and bennys');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great ! can you please tell me the address and the phone number of frankie and bennys ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'Cambridge Leisure Park Clifton Way Cherry Hinton');(_:result,phone,'01223 412430');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address is Cambridge Leisure Park Clifton Way Cherry Hinton and the phone number is 01223 412430 ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , goodbye ."
}
] |
WOZ20092.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"name",
"Chiquito restaurant bar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"name",
"good luck chinese food takeaway"
],
[
"_:result",
"name",
"peking restaurant"
],
[
"_:result",
"name",
"taj tandoori"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"frankie and bennys"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"name",
"good luck chinese food takeaway"
],
[
"_:result",
"name",
"peking restaurant"
],
[
"_:result",
"name",
"taj tandoori"
],
[
"_:search",
"name",
"frankie and bennys"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"phone",
"01223 412430"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "Can you give me more information about shopping ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "What area of town will you be shopping in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I will be in the west part of town , but I think I am more interested in college visits if you could help me with that ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,count,'5');(_:result,name,'churchill college');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 5 in the west can I recommend churchill college ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Sure , what 's the postcode for that college ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,postcode,'cb30ds');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "the postcode is cb30ds"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotels');(_:search,has_internet,'yes');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks ! I 'm also looking for somewhere to stay . Any hotels ? Maybe around a 3 star , and I need wifi ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,has_internet,'none');(_:search,stars,'3');(_:search,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "There is nothing that is 3 stars which includes wifi , can I check for something else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,day,'sunday');(_:search,people,'two');(_:search,stars,'3');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you recommend a 3 star hotel then ? I 'd like a room for 2 nights on sunday , for two people ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,has_parking,'none');(_:search,stars,'3');(_:search,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "There are no 3 star locations with parking . Sorry . Is there anything else I can help you with toay ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'dontcare');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Actually , I wanted a 3 star hotel with wifi , not parking . Can you check again ?"
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))",
"select((_:result,category,'guesthouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sorry , I 'm not seeing anything that matches your request . Would you want to try a guesthouse ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hmm can you check one more time , it should really be a hotel ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are two , does the area matter to you ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No the area does n't matter as much , please provide me with the reference number ."
},
{
"id": 15,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What date are you checking in and how many are in your party ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'2');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "book it for 2 people and 2 nights starting from sunday ."
},
{
"id": 17,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry but i 'm confused . Where would you like reservations at ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need you to find me a hotel with free wifi and a star rating of 3 in the west ."
},
{
"id": 19,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"canthelp((_:search,area,'west');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Nothing matching your criteria exists on the west side.s location matter ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , the location does not matter ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "There are two hotels meeting your criteria . Can I recommend Gonville Hotel in the Centre area . It has parking and internet . Do you want that booking ?"
}
] |
PMUL2896.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"churchill college"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"churchill college"
],
[
"_:result",
"postcode",
"cb30ds"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"churchill college"
],
[
"_:result",
"postcode",
"cb30ds"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"canthelp",
"_:search/ceafdd9c"
],
[
"_:search/ceafdd9c",
"has_internet",
"none"
],
[
"_:search/ceafdd9c",
"stars",
"3"
],
[
"_:search/ceafdd9c",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stars",
"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",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"churchill college"
],
[
"_:result",
"postcode",
"cb30ds"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/ceafdd9c"
],
[
"_:search/ceafdd9c",
"has_internet",
"none"
],
[
"_:search/ceafdd9c",
"stars",
"3"
],
[
"_:search/ceafdd9c",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"canthelp",
"_:search/fabaaa43"
],
[
"_:search/fabaaa43",
"has_parking",
"none"
],
[
"_:search/fabaaa43",
"stars",
"3"
],
[
"_:search/fabaaa43",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_: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": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"churchill college"
],
[
"_:result",
"postcode",
"cb30ds"
],
[
"_:system",
"canthelp",
"_:search/ceafdd9c"
],
[
"_:search/ceafdd9c",
"has_internet",
"none"
],
[
"_:search/ceafdd9c",
"stars",
"3"
],
[
"_:search/ceafdd9c",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"canthelp",
"_:search/fabaaa43"
],
[
"_:search/fabaaa43",
"has_parking",
"none"
],
[
"_:search/fabaaa43",
"stars",
"3"
],
[
"_:search/fabaaa43",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"canthelp",
"_:search/b7b26794"
],
[
"_:search/b7b26794",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"churchill college"
],
[
"_:result",
"postcode",
"cb30ds"
],
[
"_:system",
"canthelp",
"_:search/ceafdd9c"
],
[
"_:search/ceafdd9c",
"has_internet",
"none"
],
[
"_:search/ceafdd9c",
"stars",
"3"
],
[
"_:search/ceafdd9c",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"canthelp",
"_:search/fabaaa43"
],
[
"_:search/fabaaa43",
"has_parking",
"none"
],
[
"_:search/fabaaa43",
"stars",
"3"
],
[
"_:search/fabaaa43",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"canthelp",
"_:search/b7b26794"
],
[
"_:search/b7b26794",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"churchill college"
],
[
"_:result",
"postcode",
"cb30ds"
],
[
"_:system",
"canthelp",
"_:search/ceafdd9c"
],
[
"_:search/ceafdd9c",
"has_internet",
"none"
],
[
"_:search/ceafdd9c",
"stars",
"3"
],
[
"_:search/ceafdd9c",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/fabaaa43"
],
[
"_:search/fabaaa43",
"has_parking",
"none"
],
[
"_:search/fabaaa43",
"stars",
"3"
],
[
"_:search/fabaaa43",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"canthelp",
"_:search/b7b26794"
],
[
"_:search/b7b26794",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"churchill college"
],
[
"_:result",
"postcode",
"cb30ds"
],
[
"_:system",
"canthelp",
"_:search/ceafdd9c"
],
[
"_:search/ceafdd9c",
"has_internet",
"none"
],
[
"_:search/ceafdd9c",
"stars",
"3"
],
[
"_:search/ceafdd9c",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/fabaaa43"
],
[
"_:search/fabaaa43",
"has_parking",
"none"
],
[
"_:search/fabaaa43",
"stars",
"3"
],
[
"_:search/fabaaa43",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/b7b26794"
],
[
"_:search/b7b26794",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"churchill college"
],
[
"_:result",
"postcode",
"cb30ds"
],
[
"_:system",
"canthelp",
"_:search/ceafdd9c"
],
[
"_:search/ceafdd9c",
"has_internet",
"none"
],
[
"_:search/ceafdd9c",
"stars",
"3"
],
[
"_:search/ceafdd9c",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/fabaaa43"
],
[
"_:search/fabaaa43",
"has_parking",
"none"
],
[
"_:search/fabaaa43",
"stars",
"3"
],
[
"_:search/fabaaa43",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/b7b26794"
],
[
"_:search/b7b26794",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"canthelp",
"_:search/b623ba4e"
],
[
"_:search/b623ba4e",
"area",
"west"
],
[
"_:search/b623ba4e",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'boat');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hello , do you know of any boat attractions in the East of town ?"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'east');(_:result,category,'boat attraction');(_:result,name,'Camboats');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Camboats is a boat attraction in the east area of town . Would you like more information about them ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yeah , can I get the entrance fee and postcode ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,entrance_fee,\"I do n't have any information\");(_:result,postcode,'cb58sx');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I do n't have any information on their entrance fee , but their postcode is cb58sx ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'Camboats');(_:search,type,'Attraction'))",
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I can give Camboats a call . Do you have their phone number ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223902112');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , they can be reached at 01223902112 . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,food,'italian');(_:search,name,'camboats');(_:search,pricerange,'moderately');(_:search,type,'Attraction');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'm also looking for a moderately priced italian restaurant preferably in the same area as camboats"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'1');(_:result,name,'pizza hut fen ditton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is one option here . It is pizza hut fen ditton . Would you like a table reserved ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . There will be 6 of us dining ."
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day and time do you want me to book it for ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'14:15');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Monday , 14:15 . Please include the reference number ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'JLI059GG');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful , here is your reference number JLI059GG ."
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks , that 'll be it for me today . Bye !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for contacting us enjoy your stay with us !"
}
] |
PMUL4257.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"boat attraction"
],
[
"_:result",
"name",
"Camboats"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"boat"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"boat attraction"
],
[
"_:result",
"name",
"Camboats"
],
[
"_:result",
"entrance_fee",
"I do n't have any information"
],
[
"_:result",
"postcode",
"cb58sx"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"Camboats"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boat"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"boat attraction"
],
[
"_:result",
"name",
"Camboats"
],
[
"_:result",
"entrance_fee",
"I do n't have any information"
],
[
"_:result",
"postcode",
"cb58sx"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223902112"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"name",
"camboats"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boat"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"boat attraction"
],
[
"_:result",
"entrance_fee",
"I do n't have any information"
],
[
"_:result",
"postcode",
"cb58sx"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223902112"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"name",
"camboats"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boat"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"boat attraction"
],
[
"_:result",
"entrance_fee",
"I do n't have any information"
],
[
"_:result",
"postcode",
"cb58sx"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223902112"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"name",
"camboats"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boat"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"boat attraction"
],
[
"_:result",
"entrance_fee",
"I do n't have any information"
],
[
"_:result",
"postcode",
"cb58sx"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223902112"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"name",
"camboats"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"JLI059GG"
],
[
"_: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,arrive_by,'20:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to know the names of some good local restaurants . Could you tell me where to find a train ? The train should arrive by 20:15 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , what is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm going to Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,destination,'cambridge');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have several trains going to cambridge . Where are you departing from ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm actually departing from cambridge and going to london kings cross ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'19:51');(_:result,day,'Wednesday');(_:result,destination,'London Kings Cross');(_:result,id,'TR8676');(_:result,leave_at,'19 : 00');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "train ID TR8676 leaves for London Kings Cross on Wednesday 19 : 00 and arrives at 19:51 , will that be fine ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That sounds perfect , please book 1 ticket for me , and can I have the reference number ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'4CTSEFMG');(_:booking,ticket,'23.6 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 23.6 GBP payable at the station . \n Reference number is : 4CTSEFMG ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm also looking for a moderately priced restaurant ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "I see that there are several restaurants in the moderate price range , what type of food are you looking for ?"
}
] |
MUL1449.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:15"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:15"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"arrive_by",
"19:51"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"id",
"TR8676"
],
[
"_:result",
"leave_at",
"19 : 00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:15"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"arrive_by",
"19:51"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"id",
"TR8676"
],
[
"_:result",
"leave_at",
"19 : 00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"4CTSEFMG"
],
[
"_:booking",
"ticket",
"23.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi , I am planning a trip and could use some help finding a restaurant ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "To help narrow the search , can you tell me the price range you 're looking for and what kind of food you want ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'moroccan');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would really love to try some moroccan food . And something expensive , too ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "sorry we got no restaurant matching your request . can you make any changes ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'british');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay , how about an expensive British place instead ? Still would prefer to be in the city centre , though ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,count,'3');(_:result,food,'british');(_:result,name,'Fitzbillies');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have three expensive british places in centre . How about Fitzbillies ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , that sounds fine . Can you give the phone number and address for Fitzbillies ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'51 Trumpington Street City Centre');(_:result,phone,'01223352500');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address is 51 Trumpington Street City Centre and the phone number is 01223352500 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am also looking for something fun to do in the Centre but not sure what . Can you make a recommendation ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Scott Polar Museum');(_:result,type,'Attraction'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is Scott Polar Museum , would you be interested in that ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,category,?);(_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes that would be fine . I need the postcode , entrance fee and attraction type ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,category,'museum');(_:result,entrance_fee,'free entry');(_:result,name,'Scott Polar');(_:result,postcode,'cb21er');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Scott Polar is a museum in the cb21er post code . It has free entry ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,destination,'the museum');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thanks . I also need to book a taxi to get from the restaurant to the museum . Can you help ?"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Yes I can what time would you like to travel ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,leave_at,'19:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to leave the restaurant by 19:00 ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'black audi');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking completed ! \n Booked car type \t : \t black audi \n Contact number . Is there anything else I can help you with ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm sorry I did n't quite get the contact number ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,phone,'07979998676');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "The contact number is 07979998676 ,"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks . I have all I needed . Goodnight ."
},
{
"id": 19,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "Have a great evening , enjoy your stay in Cambridge ."
},
{
"id": 20,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you , good bye !"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Thank you for contacting Cambridge TownInfo centre with your queries . Goodbye ."
}
] |
PMUL2324.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"moroccan"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/5e4c46a1"
],
[
"_:search/5e4c46a1",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/5e4c46a1"
],
[
"_:search/5e4c46a1",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"Fitzbillies"
],
[
"_: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": [
[
"_:system",
"canthelp",
"_:search/5e4c46a1"
],
[
"_:search/5e4c46a1",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"Fitzbillies"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"51 Trumpington Street City Centre"
],
[
"_:result",
"phone",
"01223352500"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/5e4c46a1"
],
[
"_:search/5e4c46a1",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"51 Trumpington Street City Centre"
],
[
"_:result",
"phone",
"01223352500"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Scott Polar Museum"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/5e4c46a1"
],
[
"_:search/5e4c46a1",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"51 Trumpington Street City Centre"
],
[
"_:result",
"phone",
"01223352500"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free entry"
],
[
"_:result",
"name",
"Scott Polar"
],
[
"_:result",
"postcode",
"cb21er"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the museum"
],
[
"_: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": [
[
"_:system",
"canthelp",
"_:search/5e4c46a1"
],
[
"_:search/5e4c46a1",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"51 Trumpington Street City Centre"
],
[
"_:result",
"phone",
"01223352500"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free entry"
],
[
"_:result",
"name",
"Scott Polar"
],
[
"_:result",
"postcode",
"cb21er"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"the museum"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/5e4c46a1"
],
[
"_:search/5e4c46a1",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"51 Trumpington Street City Centre"
],
[
"_:result",
"phone",
"01223352500"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free entry"
],
[
"_:result",
"name",
"Scott Polar"
],
[
"_:result",
"postcode",
"cb21er"
],
[
"_:search",
"destination",
"the museum"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black audi"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"?"
]
],
"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/5e4c46a1"
],
[
"_:search/5e4c46a1",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"51 Trumpington Street City Centre"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free entry"
],
[
"_:result",
"name",
"Scott Polar"
],
[
"_:result",
"postcode",
"cb21er"
],
[
"_:search",
"destination",
"the museum"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black audi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"07979998676"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/5e4c46a1"
],
[
"_:search/5e4c46a1",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"51 Trumpington Street City Centre"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free entry"
],
[
"_:result",
"name",
"Scott Polar"
],
[
"_:result",
"postcode",
"cb21er"
],
[
"_:search",
"destination",
"the museum"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black audi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"07979998676"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for a restaurant suggestion in Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What type of food and price range would you be interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like some Chinese food , please !"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "I can definitely help you with that . What price range were you looking for ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want something expensive ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What area do you want the restaurant to be in ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "In the centre of town , if possible ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'17 Hills Road City Centre');(_:result,name,'sesame restaurant and bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sesame restaurant and bar is located in17 Hills Road City Centre . can i give you the phon number ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'birmingham new street');(_:search,destination,'cambridge');(_:search,leave_at,'13:15');(_:search,type,'Train'))",
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I would like the phone number . I also need a train on Monday to Cambridge from Birmingham New Street . I would like to leave after 13:15 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,phone,'01223358899');(_:result,type,'Restaurant'))",
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Here is the phone number 01223358899 . Is there any particular time you would like to arrive by ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,leave_at,'13:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Any time will do , as long as it leaves after 13:15 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'16:23');(_:result,day,'Monday');(_:result,departure,'Birmingham New Street');(_:result,destination,'Cambridge');(_:result,id,'TR1328');(_:result,leave_at,'13:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR1328 leaves Birmingham New Street on Monday at 13:40 and arrives in Cambridge at 16:23 . Will that work for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,leave_at,'13:40');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Is there any that leave earlier than 13:40 ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,amount,'earliest train after 13:15');(_:result,leave_at,'13:40');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The earliest train after 13:15 is the one leaving at 13:40 ."
},
{
"id": 14,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Ok great and what is the arrival time ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'16:23');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "the train will arrive at 16:23 . anything else i can help you with ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you , that is all the information I need right now ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Have a good evening . Bye ."
}
] |
PMUL0615.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"17 Hills Road City Centre"
],
[
"_:result",
"name",
"sesame restaurant and bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"17 Hills Road City Centre"
],
[
"_:result",
"name",
"sesame restaurant and bar"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"phone",
"01223358899"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"17 Hills Road City Centre"
],
[
"_:result",
"name",
"sesame restaurant and bar"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"phone",
"01223358899"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"arrive_by",
"16:23"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"departure",
"Birmingham New Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR1328"
],
[
"_:result",
"leave_at",
"13:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"13:40"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"17 Hills Road City Centre"
],
[
"_:result",
"name",
"sesame restaurant and bar"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"phone",
"01223358899"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"arrive_by",
"16:23"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"departure",
"Birmingham New Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR1328"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"13:40"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"amount",
"earliest train after 13:15"
],
[
"_:result",
"leave_at",
"13:40"
],
[
"_:result",
"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",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"17 Hills Road City Centre"
],
[
"_:result",
"name",
"sesame restaurant and bar"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"phone",
"01223358899"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"departure",
"Birmingham New Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR1328"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"13:40"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"amount",
"earliest train after 13:15"
],
[
"_:result",
"leave_at",
"13:40"
],
[
"_:result",
"arrive_by",
"16:23"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,stars,'1-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a moderately priced , 1-star place to stay ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have many options . Do you have a preference for the area you would like to stay in ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The area does n't matter . I would like free wifi though , if possible ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,area,'in Cambridge');(_:search,category,'hotels');(_:search,pricerange,'moderately priced');(_:search,stars,'1');(_:search,type,'Hotel'))",
"inform((_:result,area,'centre');(_:result,name,'Cityroomz');(_:result,stars,'0');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Unfortunately we do not have any moderately priced 1 star hotels in Cambridge . I 'm sorry ! Cityroomz has 0 stars in the centre , does that work ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Not really , how about 4 star ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,pricerange,'moderate');(_:result,stars,'4-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are several moderate 4-star places to stay throughout town , but they are all guesthouses . Would a guesthouse work for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_parking,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Do they also have free parking ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,has_parking,'none');(_:result,name,'acorn guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "acorn guest house does have free parking , would you like that one ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,pricerange,'same price range');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . I also need to find a place to dine that is in the center and the same price range as the hotel ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,name,'acorn guest house');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like me to reserve the acorn guest house for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , I do n't need a hotel booking at this time . I 'd like to find a place to dine on Sunday ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Dojo Noodle Bar is a nice cn I book you a table ?"
}
] |
PMUL0213.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"1-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"1-star"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"canthelp",
"_:search/d33e5cf3"
],
[
"_:search/d33e5cf3",
"area",
"in Cambridge"
],
[
"_:search/d33e5cf3",
"category",
"hotels"
],
[
"_:search/d33e5cf3",
"pricerange",
"moderately priced"
],
[
"_:search/d33e5cf3",
"stars",
"1"
],
[
"_:search/d33e5cf3",
"type",
"Hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"canthelp",
"_:search/d33e5cf3"
],
[
"_:search/d33e5cf3",
"area",
"in Cambridge"
],
[
"_:search/d33e5cf3",
"category",
"hotels"
],
[
"_:search/d33e5cf3",
"pricerange",
"moderately priced"
],
[
"_:search/d33e5cf3",
"stars",
"1"
],
[
"_:search/d33e5cf3",
"type",
"Hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"canthelp",
"_:search/d33e5cf3"
],
[
"_:search/d33e5cf3",
"area",
"in Cambridge"
],
[
"_:search/d33e5cf3",
"category",
"hotels"
],
[
"_:search/d33e5cf3",
"pricerange",
"moderately priced"
],
[
"_:search/d33e5cf3",
"stars",
"1"
],
[
"_:search/d33e5cf3",
"type",
"Hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"canthelp",
"_:search/d33e5cf3"
],
[
"_:search/d33e5cf3",
"area",
"in Cambridge"
],
[
"_:search/d33e5cf3",
"category",
"hotels"
],
[
"_:search/d33e5cf3",
"pricerange",
"moderately priced"
],
[
"_:search/d33e5cf3",
"stars",
"1"
],
[
"_:search/d33e5cf3",
"type",
"Hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:booking",
"name",
"acorn guest house"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a local restaurant , and also places to go while I am in Cambridge"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Sure , I can help with that . Do you have a particular area you would like to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'entertainment');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "East part and where there is entertainment , I also need address and phone number"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,address,'Cherry Hinton Road');(_:result,category,'entertainment');(_:result,name,'Cherry Hinton Hall and Grounds');(_:result,phone,'01223446104');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Do you have a specific food type or price for the restaurant ? How about Cherry Hinton Hall and Grounds at Cherry Hinton Road , phone number 01223446104 for entertainment ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'sitar tandoori');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Awesome . I 'm also looking for the sitar tandoori ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'Indian');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "This is an expensive Indian restaurant in the east ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That 's the one . Could you book a table for 3 on Sunday ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,day,'Sunday');(_:booking,people,'3');(_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'd be happy to reserve you a table for 3 on Sunday . What time would you like to dine ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,duration,'13:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "We 'd like the reservation made for 13:00 if possible ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'7ET7AGBG');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "No problem . I 've booked you that table and your reference number is 7ET7AGBG . Is there anything else I can help you with today ?"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , you have been great . Have a great day . Bye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting Cambridge TownInfo centre . Have a great time ! Goodbye !"
}
] |
MUL2318.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"address",
"Cherry Hinton Road"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"name",
"Cherry Hinton Hall and Grounds"
],
[
"_:result",
"phone",
"01223446104"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"sitar tandoori"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"address",
"Cherry Hinton Road"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"name",
"Cherry Hinton Hall and Grounds"
],
[
"_:result",
"phone",
"01223446104"
],
[
"_:search",
"name",
"sitar tandoori"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"address",
"Cherry Hinton Road"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"name",
"Cherry Hinton Hall and Grounds"
],
[
"_:result",
"phone",
"01223446104"
],
[
"_:search",
"name",
"sitar tandoori"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"address",
"Cherry Hinton Road"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"name",
"Cherry Hinton Hall and Grounds"
],
[
"_:result",
"phone",
"01223446104"
],
[
"_:search",
"name",
"sitar tandoori"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"7ET7AGBG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'mediterranean');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive mediterranean restaurant please"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'mediterranean');(_:result,name,'La mimosa');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "La mimosa is an expensive mediterranean restaurant in the centre part of town . Would you like their location ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the phone number and postcode ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'La Mimosa');(_:result,phone,'01223 362525');(_:result,postcode,'CB58AQ');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number for La Mimosa is 01223 362525 , and the postcode is CB58AQ ."
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you good bye ."
},
{
"id": 5,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "thank you for using our system . good bye"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system and have a great day !"
}
] |
WOZ20393.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"La mimosa"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"La Mimosa"
],
[
"_:result",
"phone",
"01223 362525"
],
[
"_:result",
"postcode",
"CB58AQ"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"La Mimosa"
],
[
"_:result",
"phone",
"01223 362525"
],
[
"_:result",
"postcode",
"CB58AQ"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a british restaurant in the east ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'east');(_:result,food,'British');(_:result,name,'Grafton Hotel Restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Grafton Hotel Restaurant is a British restaurant on the east side of town and it is in the expensive price range . Would you be interested in booking a reservation there ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,duration,'19:00');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please book a table for 2 at 19:00 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,name,'grafton hotel restaurant');(_:booking,people,'2');(_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok . What day and time would you like me to book a table for 2 at the grafton hotel restaurant ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'18:00');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That should have been for 7 people at 18:00 on Wednesday . Sorry bout that ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,day,'Wednesday');(_:booking,duration,'18:00');(_:booking,people,'7');(_:booking,type,'Booking');(_:result,name,'grafton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay . 7 people at 18:00 on Wednesday at the grafton hotel restaurant . I will book a table for you ."
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Please do that ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'X4Q5EFX1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful they will hold the table for 15 minutes . The reference number is X4Q5EFX1 . Do you need anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,leave_at,'13:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train to Cambridge . Leaving after 13:00 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Yes where will you be leaving from ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am actually leaving from Cambridge and going to Broxbourne ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,amount,'quite a few');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay there are quite a few . When would you like to arrive by ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'dontcare');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Anytime is fine , can I have a reference number ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,arrive_by,'15:01');(_:booking,category,'Train');(_:booking,id,'TR5094');(_:booking,leave_at,'14:01');(_:booking,ref,'VMDV3HHZ');(_:booking,ticket,'17.90 pounds');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked you for TR5094 , it leaves at 14:01 , arrives at 15:01 and the cost is 17.90 pounds , the reference number is VMDV3HHZ"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great ! I think that is all I need today . Thank you for all your help !"
},
{
"id": 15,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Thank you have a great day ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , you as well ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "It 's been a pleasure . Thanks for using our service . Goodbye ."
}
] |
MUL1523.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",
"area",
"east"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Grafton Hotel Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Grafton Hotel Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"grafton hotel restaurant"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:booking",
"name",
"grafton hotel restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"18:00"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"grafton"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:booking",
"name",
"grafton hotel restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"18:00"
],
[
"_:booking",
"people",
"7"
],
[
"_:result",
"name",
"grafton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"X4Q5EFX1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:booking",
"name",
"grafton hotel restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"18:00"
],
[
"_:booking",
"people",
"7"
],
[
"_:result",
"name",
"grafton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"X4Q5EFX1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:booking",
"name",
"grafton hotel restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"18:00"
],
[
"_:booking",
"people",
"7"
],
[
"_:result",
"name",
"grafton"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"X4Q5EFX1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_: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": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:booking",
"name",
"grafton hotel restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"18:00"
],
[
"_:booking",
"people",
"7"
],
[
"_:result",
"name",
"grafton"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"15:01"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR5094"
],
[
"_:booking",
"leave_at",
"14:01"
],
[
"_:booking",
"ref",
"VMDV3HHZ"
],
[
"_:booking",
"ticket",
"17.90 pounds"
],
[
"_: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",
"east"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:booking",
"name",
"grafton hotel restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"18:00"
],
[
"_:booking",
"people",
"7"
],
[
"_:result",
"name",
"grafton"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"15:01"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR5094"
],
[
"_:booking",
"leave_at",
"14:01"
],
[
"_:booking",
"ref",
"VMDV3HHZ"
],
[
"_:booking",
"ticket",
"17.90 pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need help finding a cheap restaurant"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What type of cuisine would you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm interested in European cuisine ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,name,'river bar steakhouse and grill');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have the river bar steakhouse and grill in the centre area , would you like more information ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'19:45');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you book me a table there for 7 on Friday at 19:45 ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'ODB8T8HO');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes . Your booking was successful . The table will be reserved for 15 minutes . Your reference number is ODB8T8HO . Is there anything else I can help with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes can you help me find a train as well ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Sure ! Where would you like to come from ? What day of the week and what time ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave in Saturday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,type,'Train'))",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "We have several options ! Where would you like to go ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to go to Ely please ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Do you have a time you need to leave or arrive by ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'13:00');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should arrive by 13:00 and should depart from cambridge ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'12:07');(_:result,day,'Saturdays');(_:result,departure,'Cambridge');(_:result,destination,'Ely');(_:result,id,'TR0721');(_:result,leave_at,'11:50');(_:result,leave_at,'every 2 hours');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Your best best is TR0721 , leaving Cambridge at 11:50 and arriving Ely at 12:07 . The trains only run every 2 hours on Saturdays ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Okay . Can you go ahead and book that train for 7 people please ? And give me the reference number ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'OKXUNQ4W');(_:booking,ticket,'24.64 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 24.64 GBP payable at the station .Reference number is : OKXUNQ4W"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for the help , goodbye !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome , enjoy your stay !"
}
] |
PMUL0979.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"european"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"river bar steakhouse and grill"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"river bar steakhouse and grill"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ODB8T8HO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"river bar steakhouse and grill"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ODB8T8HO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"river bar steakhouse and grill"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ODB8T8HO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"river bar steakhouse and grill"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ODB8T8HO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"river bar steakhouse and grill"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ODB8T8HO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"day",
"Saturdays"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"id",
"TR0721"
],
[
"_:result",
"leave_at",
"11:50"
],
[
"_:result",
"leave_at",
"every 2 hours"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"river bar steakhouse and grill"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"day",
"Saturdays"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"id",
"TR0721"
],
[
"_:result",
"leave_at",
"11:50"
],
[
"_:result",
"leave_at",
"every 2 hours"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"OKXUNQ4W"
],
[
"_:booking",
"ticket",
"24.64 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'clowns cafe');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking forward to try a local restaurant in Cambridge and I have clowns cafe particularly in my mind . Can you assist to book a table for me ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I would be happy to help you book a table . What day do you need your reservation ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like it for Sunday ."
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "I need some additional information before I can book the table . How many people will be dining and at what time ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'11:45');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Oh , I 'll need a table for 5 at 11:45 on Sunday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'RMG9GA7O');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : RMG9GA7O ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you , I also need to find a hotel with free wifi ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "I 'll be glad to help with that . Do you have a preference for the area or the price ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "some place in the north with a 2 star rating ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'Chesterton Road');(_:result,name,'Ashley Hotel');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The Ashley Hotel on Chesterton Road meets that criteria . How does that sound ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,people,'5');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great , can I get a room for 5 people for 3 nights on the same day ?"
},
{
"id": 11,
"rdf-acts": [
"thank()",
"reqmore()",
"inform((_:booking,ref,'IS1AYUCK');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Done ! Your reference number is IS1AYUCK . Can I help you with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,name,'Ashley Hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , are you familiar with any of the attractions around The Ashley Hotel ?"
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:search,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry , the computer system is currently down and I can not search attractions for you . Can I help with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks . I am all set . Goodbye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "good bye and have a good day"
}
] |
PMUL4377.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"clowns cafe"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"clowns cafe"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"clowns cafe"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"clowns cafe"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"ref",
"RMG9GA7O"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"clowns cafe"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"ref",
"RMG9GA7O"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"clowns cafe"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:booking",
"ref",
"RMG9GA7O"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"address",
"Chesterton Road"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"5"
],
[
"_: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": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"address",
"Chesterton Road"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"IS1AYUCK"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"Ashley Hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"address",
"Chesterton Road"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"IS1AYUCK"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"Ashley Hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/180d3919"
],
[
"_:search/180d3919",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_: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.