turns
listlengths 2
60
| dialogue_id
stringlengths 1
31
| states
listlengths 1
30
|
---|---|---|
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,\"christ 's college\");(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for an attraction called Christ 's college ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,\"Saint Andrew 's Street\");(_:result,area,'centre');(_:result,name,\"Christ 's College\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Christ 's College is located on Saint Andrew 's Street in the centre area of the city . Would you like the phone number ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,category,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the attraction type ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'college');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "It is a college attraction . Is there anything else you need to know ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'scandinavian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need a restaurant that serves scandinavian food please ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:search,area,'Cambridge');(_:search,food,'Scandinavian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , there are not Scandinavian places in Cambridge ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'turkish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about turkish food ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'3');(_:result,food,'turkish');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 3 turkish restaurants in the centre . Do you have a price range in mind ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like to impress my colleagues , so something expensive please ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'196 Mill Road City Center');(_:result,name,'Meze Bar Restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'd recommend Meze Bar Restaurant at 196 Mill Road City Center . Would you like a reservation ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'18:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please . For Sunday at 18:00 ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many will be in your group ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'five');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "There will be five people in my group , so I need to make sure I get a reference number for the reservation , please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,day,'Sunday');(_:booking,duration,'18:00');(_:booking,name,'Meze');(_:booking,people,'5');(_:booking,ref,'9BC3YJXN');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "A table for 5 has been booked for you at Meze for 18:00 on Sunday . Your Reference number is : 9BC3YJXN ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that is all I needed ."
},
{
"id": 15,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "You 're very welcome ! Have a great day !"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you you can disconnect now ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you goodbye ."
}
] |
PMUL2445.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"christ 's college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"christ 's college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Saint Andrew 's Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"category",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"christ 's college"
],
[
"_:result",
"address",
"Saint Andrew 's Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"scandinavian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"christ 's college"
],
[
"_:result",
"address",
"Saint Andrew 's Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/32431c34"
],
[
"_:search/32431c34",
"area",
"Cambridge"
],
[
"_:search/32431c34",
"food",
"Scandinavian"
],
[
"_:search/32431c34",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"christ 's college"
],
[
"_:result",
"address",
"Saint Andrew 's Street"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"category",
"college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/32431c34"
],
[
"_:search/32431c34",
"area",
"Cambridge"
],
[
"_:search/32431c34",
"food",
"Scandinavian"
],
[
"_:search/32431c34",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"christ 's college"
],
[
"_:result",
"category",
"college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/32431c34"
],
[
"_:search/32431c34",
"area",
"Cambridge"
],
[
"_:search/32431c34",
"food",
"Scandinavian"
],
[
"_:search/32431c34",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"196 Mill Road City Center"
],
[
"_:result",
"name",
"Meze Bar Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"christ 's college"
],
[
"_:result",
"category",
"college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/32431c34"
],
[
"_:search/32431c34",
"area",
"Cambridge"
],
[
"_:search/32431c34",
"food",
"Scandinavian"
],
[
"_:search/32431c34",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"196 Mill Road City Center"
],
[
"_:result",
"name",
"Meze Bar Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"five"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"christ 's college"
],
[
"_:result",
"category",
"college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/32431c34"
],
[
"_:search/32431c34",
"area",
"Cambridge"
],
[
"_:search/32431c34",
"food",
"Scandinavian"
],
[
"_:search/32431c34",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"196 Mill Road City Center"
],
[
"_:result",
"name",
"Meze Bar Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"five"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"18:00"
],
[
"_:booking",
"name",
"Meze"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"9BC3YJXN"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"christ 's college"
],
[
"_:result",
"category",
"college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/32431c34"
],
[
"_:search/32431c34",
"area",
"Cambridge"
],
[
"_:search/32431c34",
"food",
"Scandinavian"
],
[
"_:search/32431c34",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"196 Mill Road City Center"
],
[
"_:result",
"name",
"Meze Bar Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"five"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"18:00"
],
[
"_:booking",
"name",
"Meze"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"9BC3YJXN"
],
[
"_: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,departure,'peterborough');(_:search,leave_at,'10:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm are looking for a train . The train should depart from peterborough and should leave after 10:15"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day would you like to depart ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'peterborough');(_:search,destination,'cambridge');(_:search,type,'Train'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "It will be Sunday , from peterborough to cambridge , I will need the price of the ticket as well ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR8509');(_:result,leave_at,'10:19');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The closest match I have is the TR8509 . It leaves at 10:19 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "That sounds good . What is the train fare , please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,ticket,'13.20 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "It costs 13.20 pounds . Do you need any other information ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is all . Thanks for your help !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome ! Have a nice day ."
}
] |
SNG1303.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"10:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"10:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"id",
"TR8509"
],
[
"_:result",
"leave_at",
"10:19"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"10:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR8509"
],
[
"_:result",
"leave_at",
"10:19"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ticket",
"13.20 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train that leaves from cambridge ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,type,'Train'))",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are several , do you have a destination in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , kings lynn ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'133');(_:result,departure,'Cambridge');(_:result,destination,'Kings Lynn');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 133 trains that travel from Cambridge to Kings Lynn . Do you have a departure day or time in mind ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'17:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I would like to leave no later than 17:00 ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Is there a specific time you need to arrive by ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,leave_at,'18:45');(_:search,type,'Train'))",
"request((_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I want to leave on Monday after 18:45 instead and I will need the price and train ID ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Train I d is TR9226 and leaves at 11:00"
}
] |
PMUL0707.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"leave_at",
"17:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a place to dine in the moderate price range that serves indian food ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 4 places that meet that criteria . Do you have a preference in the area ."
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "I do n't really have a preference in the area ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'meghna');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I would suggest meghna then would you like the address ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'17:45');(_:search,people,'8');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,type,'Attraction');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No address but would like to make a booking for 8 people at 17:45 on wednesday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'LS1ZMCR8');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . The table will be reserved for 15 minutes . \n Your reference number is : LS1ZMCR8 . Is there anything I can do to help you today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I also would like to see entertainment in the center area ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "we do nt have any in that area ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "If there is no such attraction , how about one that is in the type of museum ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,count,'11');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have 11 . Would you like more info on one ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I 'd like the address , phone number and entrance fee for one of the museums , please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'University of Cambridge , Downing Strand');(_:result,entrance_fee,'free');(_:result,name,'Museum of Archaeology and Anthropology');(_:result,phone,'01223333516');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Museum of Archaeology and Anthropology is always a good choice . They are located at University of Cambridge , Downing Strand and admission is free . The phone number is 01223333516 ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thanks ! I also need a taxi to commute between the two places ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Alright , where would you like the taxi to pick you up at and your destination ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'the museum');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'd like to go from the museum to the restaurant , and make sure I get there for the reservation , please ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'blue toyota');(_:result,phone,'07424729044');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "i booked your taxi . it will be a blue toyota . their phone number is 07424729044 ."
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "that is all i need for now . have a great day"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great , Good - bye ."
}
] |
PMUL2246.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:booking",
"ref",
"LS1ZMCR8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:booking",
"ref",
"LS1ZMCR8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:system",
"canthelp",
"_:search/7843573d"
],
[
"_:search/7843573d",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"meghna"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"address",
"?"
],
[
"_:booking",
"ref",
"LS1ZMCR8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:system",
"canthelp",
"_:search/7843573d"
],
[
"_:search/7843573d",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"ref",
"LS1ZMCR8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:system",
"canthelp",
"_:search/7843573d"
],
[
"_:search/7843573d",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"address",
"University of Cambridge , Downing Strand"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Museum of Archaeology and Anthropology"
],
[
"_:result",
"phone",
"01223333516"
],
[
"_:result",
"type",
"Attraction"
],
[
"_: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"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"ref",
"LS1ZMCR8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:system",
"canthelp",
"_:search/7843573d"
],
[
"_:search/7843573d",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"address",
"University of Cambridge , Downing Strand"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Museum of Archaeology and Anthropology"
],
[
"_:result",
"phone",
"01223333516"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the museum"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"ref",
"LS1ZMCR8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:system",
"canthelp",
"_:search/7843573d"
],
[
"_:search/7843573d",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"address",
"University of Cambridge , Downing Strand"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Museum of Archaeology and Anthropology"
],
[
"_:search",
"departure",
"the museum"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue toyota"
],
[
"_:result",
"phone",
"07424729044"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,\"people 's portraits exhibition at girton college\");(_:search,type,'Attraction'))",
"hello()"
],
"speaker": "user",
"text": "Hello , I am looking for People 's Portraits Exhibition at Girton College , can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'the exhibition');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes . I see the exhibition . Would you like the address ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,area,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "yes , I would like the area and the postcode ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'west');(_:result,postcode,'cb3ojg');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is located in the west , at postcode cb3ojg . Anything else for you today ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I need for today . Thanks for your help !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day !"
}
] |
SNG1164.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"people 's portraits exhibition at girton college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:user",
"greeted",
"_:system"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"people 's portraits exhibition at girton college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"name",
"the exhibition"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"people 's portraits exhibition at girton college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"name",
"the exhibition"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"postcode",
"cb3ojg"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'stevenage');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to book a train to cambridge from a train leaving from stevenage ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Hello , there are many options available , do you know what day or time you would like to arrive ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'8:45');(_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to arrive at 8:45 on thursday"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'6:43');(_:result,count,'2');(_:result,departure,'Stevenage');(_:result,destination,'Cambridge');(_:result,leave_at,'5:54');(_:result,leave_at,'7:54');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are two trains that leave Stevenage and arrive in Cambrige at 6:43 , one leaves at 5:54 and the other 7:54 , would you like to book one of those ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you please book me for the train that arrives latest . I need 8 tickets ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,arrive_by,'8:43');(_:booking,category,'Train');(_:booking,leave_at,'7:54');(_:booking,people,'8');(_:booking,ref,'NFDWJXJO');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked 8 tickets for you on the train leaving at 7:54 and arriving at 8:43 . Your reference number is NFDWJXJO ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'north indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you , I 'm also looking for a north indian restaurant in the centre area ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'centre');(_:search,food,'North Indian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunately there are no North Indian restaurants in the centre of Cambridge . Is there a different area or type of cuisine that would suit you as well ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about asian oriental food ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,amount,'several');(_:result,area,'center');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are several options available in center Cambridge . I would be happy to assist with your reservation . What price range restaurant are you interested in ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't have a specific price range . Just something in the centre will be fine ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'4');(_:result,name,'dojo noodle bar');(_:result,name,'j restaurant');(_:result,name,'kymmoy');(_:result,name,'yippee noodle bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 4 options - dojo noodle bar , yippee noodle bar , j restaurant , and kymmoy . Would you like me to book a table at one of those ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,name,'dojo noodle bar');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "You do n't need to book me for any . Could I get the address for the Dojo Noodle Bar , however ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'40210 Millers Yard City Centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address is 40210 Millers Yard City Centre . Is there anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope that should be it thank you"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our service . Have a wonderful day ."
}
] |
MUL0311.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",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"8:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"8:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"arrive_by",
"6:43"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"5:54"
],
[
"_:result",
"leave_at",
"7:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"8:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"arrive_by",
"6:43"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"5:54"
],
[
"_:result",
"leave_at",
"7:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"arrive_by",
"8:43"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"7:54"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"NFDWJXJO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"north indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"8:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"arrive_by",
"6:43"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"5:54"
],
[
"_:result",
"leave_at",
"7:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"arrive_by",
"8:43"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"7:54"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"NFDWJXJO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/edd70a91"
],
[
"_:search/edd70a91",
"area",
"centre"
],
[
"_:search/edd70a91",
"food",
"North Indian"
],
[
"_:search/edd70a91",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"8:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"arrive_by",
"6:43"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"5:54"
],
[
"_:result",
"leave_at",
"7:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"arrive_by",
"8:43"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"7:54"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"NFDWJXJO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/edd70a91"
],
[
"_:search/edd70a91",
"area",
"centre"
],
[
"_:search/edd70a91",
"food",
"North Indian"
],
[
"_:search/edd70a91",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"8:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"arrive_by",
"6:43"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"5:54"
],
[
"_:result",
"leave_at",
"7:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"arrive_by",
"8:43"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"7:54"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"NFDWJXJO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/edd70a91"
],
[
"_:search/edd70a91",
"area",
"centre"
],
[
"_:search/edd70a91",
"food",
"North Indian"
],
[
"_:search/edd70a91",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"center"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"dojo noodle bar"
],
[
"_:result",
"name",
"j restaurant"
],
[
"_:result",
"name",
"kymmoy"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"dojo noodle bar"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"8:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"arrive_by",
"6:43"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"5:54"
],
[
"_:result",
"leave_at",
"7:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"arrive_by",
"8:43"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"7:54"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"NFDWJXJO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/edd70a91"
],
[
"_:search/edd70a91",
"area",
"centre"
],
[
"_:search/edd70a91",
"food",
"North Indian"
],
[
"_:search/edd70a91",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"center"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"dojo noodle bar"
],
[
"_:result",
"name",
"j restaurant"
],
[
"_:result",
"name",
"kymmoy"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:search",
"name",
"dojo noodle bar"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"40210 Millers Yard City Centre"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'swedish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want something in the north part of town with swedish food ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no restaurants matching your requests . Would you care for a different restaurant ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any italian restaurants in the north part of town ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'1');(_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "yes there is one , its name is da vinci pizzeria ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "great , can you please give me its address and phone number ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'20 Milton Road Chesterton');(_:result,name,'da vinci pizzeria');(_:result,phone,'01223 351707');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "da vinci pizzeria is located at 20 Milton Road Chesterton and their phone number is 01223 351707 . Can I help you with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you good bye ."
},
{
"id": 7,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Thank you , and enjoy your meal !"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Goodbye ."
}
] |
WOZ20296.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"swedish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/4b885290"
],
[
"_:search/4b885290",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/4b885290"
],
[
"_:search/4b885290",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/4b885290"
],
[
"_:search/4b885290",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"20 Milton Road Chesterton"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"phone",
"01223 351707"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/4b885290"
],
[
"_:search/4b885290",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"20 Milton Road Chesterton"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"phone",
"01223 351707"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'pizza express Fen Ditton');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What can you dig up about the pizza express Fen Ditton ?"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,food,'Italian');(_:result,name,'Pizza Express Fen Ditton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Pizza Express Fen Ditton is an Italian restaurant in the centre of town in the moderate price range . Would you like more information ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'15:15');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That 's good , thanks . Could you book me a table for 3 on Wednesday at 15:15 ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,ref,'XIPJJBZO');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : XIPJJBZO ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "is there anything else i can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,departure,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please . I 'm also looking for a train from london kings cross on that same day ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'5');(_:result,leave_at,'ending at 23:17');(_:result,leave_at,'every other hour beginning at 5:17');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are actually 5 trains available that day . They are every other hour beginning at 5:17 and ending at 23:17 . Would you like book one of these trips ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'10:15');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "book one that arrives by 10:15 and goes to cambridge"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,id,'TR3810');(_:result,type,'Train'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "TR3810 is your best bet . How many tickets will you be needing ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will need 3 tickets ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'I4WFZDED');(_:booking,ticket,'70.8 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 70.8 GBP payable at the station . \n Reference number is : I4WFZDED . What else can I help you with today ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Great , what is the departure time for this train ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,leave_at,'9:17');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The departure time is 9:17 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks - that 's all I needed today . Goodbye !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome . Have a great day ."
}
] |
PMUL3188.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza express Fen Ditton"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza express Fen Ditton"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Pizza Express Fen Ditton"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza express Fen Ditton"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Pizza Express Fen Ditton"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"XIPJJBZO"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza express Fen Ditton"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Pizza Express Fen Ditton"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"XIPJJBZO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza express Fen Ditton"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Pizza Express Fen Ditton"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"XIPJJBZO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"leave_at",
"ending at 23:17"
],
[
"_:result",
"leave_at",
"every other hour beginning at 5:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza express Fen Ditton"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Pizza Express Fen Ditton"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:booking",
"ref",
"XIPJJBZO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"leave_at",
"ending at 23:17"
],
[
"_:result",
"leave_at",
"every other hour beginning at 5:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR3810"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza express Fen Ditton"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Pizza Express Fen Ditton"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"leave_at",
"ending at 23:17"
],
[
"_:result",
"leave_at",
"every other hour beginning at 5:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR3810"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"I4WFZDED"
],
[
"_:booking",
"ticket",
"70.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza express Fen Ditton"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Pizza Express Fen Ditton"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"count",
"5"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR3810"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"I4WFZDED"
],
[
"_:booking",
"ticket",
"70.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"9:17"
],
[
"_: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,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello I am looking for an expensive restaurant on the east side of town . Any suggestions ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'Grafton Hotel');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes the Grafton Hotel has a very nice restaurant ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is the food there gastropub ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,food,'British');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They are British , would you like me to look up a gastropub ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'19:30');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , could you make a reservation for 6 on Tuesday at 19:30 ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,duration,'19:30');(_:booking,people,'6');(_:booking,ref,'YHCVV3FQ');(_:booking,type,'Booking');(_:result,area,'east');(_:result,food,'gastropub');(_:result,name,'Royal Standard');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Royal Standard is the only expensive gastropub in the east . I booked a party for 6 at 19:30 with reference YHCVV3FQ ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'allenbell');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for a Hotel by the name of Allenbell ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Of course , would you like me to book it ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'6');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes i need it for 4 nights starting Tuesday for 6 people ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'OMITG48O');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful , and your reference number is OMITG48O . Is there anything else I can assist you with tonight ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that is all . Thank you very much ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Have a good trip ! Good bye ."
}
] |
PMUL0304.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Grafton Hotel"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Grafton Hotel"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"duration",
"19:30"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"YHCVV3FQ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"Royal Standard"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:booking",
"duration",
"19:30"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"YHCVV3FQ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"Royal Standard"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:booking",
"duration",
"19:30"
],
[
"_:booking",
"people",
"6"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"Royal Standard"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"OMITG48O"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to a train heading to New Street station in Birmingham , do you have info for that ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where do you want to depart from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'12:45');(_:search,day,'monday');(_:search,departure,'cambridge');(_:search,destination,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like a train that can get me from Cambridge to Birmingham New Street on Monday by 12:45 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'11:44');(_:result,id,'TR1162');(_:result,leave_at,'9:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR1162 leaves at 9:01 and will arrive at 11:44 . Is that alright ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes that will fine . Can you tell me the travel time for that ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,duration,'163 minutes long');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "It will be 163 minutes long ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help . That will be all ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , thank you for using our service ."
}
] |
SNG0275.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"monday"
],
[
"_: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",
"12:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"11:44"
],
[
"_:result",
"id",
"TR1162"
],
[
"_:result",
"leave_at",
"9:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"11:44"
],
[
"_:result",
"id",
"TR1162"
],
[
"_:result",
"leave_at",
"9:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"163 minutes long"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'Cambridge Belfry');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a hotel called The Cambridge Belfry . Can you help me with this ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'back lane , cambourne');(_:result,name,'Cambridge Belfry');(_:result,phone,'01954714600');(_:result,postcode,'cb236bw');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Certainly . The Cambridge Belfry is located on the westside , address is back lane , cambourne , postcode cb236bw . The phone number is 01954714600 . do you need more information ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can I get the price range for the restaurant ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Cambridge Belfry');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Did you mean the hotel ? The price range for The Cambridge Belfry hotel is cheap ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'swimming pool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , thank you . I 'd also like to find a swimming pool in the town centre ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,category,'swimming pool');(_:result,name,'Parkside Pools');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have one swimming pool in the centre area of town . It is called Parkside Pools . Is there any additional information I can get you for them ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'parkside pools');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I need to know the fee for Parkside Pools please ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'not available');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I am sorry , but the info for the entrance fee in not available . Could I help you with something else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'03:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , can you please help me book a taxi to leave the hotel by 03:15 ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,car,'black honda');(_:result,departure,'hotel');(_:result,leave_at,'3:15');(_:result,phone,'07832092727');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Alright , a black honda will pick you up from the hotel at 3:15 . Your contact number is 07832092727 ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , that 's all I need today . Have a good day !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Enjoy your stay ."
}
] |
MUL1141.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Cambridge Belfry"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Cambridge Belfry"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"back lane , cambourne"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"phone",
"01954714600"
],
[
"_:result",
"postcode",
"cb236bw"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Cambridge Belfry"
],
[
"_:result",
"address",
"back lane , cambourne"
],
[
"_:result",
"phone",
"01954714600"
],
[
"_:result",
"postcode",
"cb236bw"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"back lane , cambourne"
],
[
"_:result",
"phone",
"01954714600"
],
[
"_:result",
"postcode",
"cb236bw"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"swimming pool"
],
[
"_:result",
"name",
"Parkside Pools"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"parkside pools"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"back lane , cambourne"
],
[
"_:result",
"phone",
"01954714600"
],
[
"_:result",
"postcode",
"cb236bw"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"swimming pool"
],
[
"_:result",
"name",
"Parkside Pools"
],
[
"_:search",
"name",
"parkside pools"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"not available"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"03:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"back lane , cambourne"
],
[
"_:result",
"postcode",
"cb236bw"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"swimming pool"
],
[
"_:result",
"name",
"Parkside Pools"
],
[
"_:search",
"name",
"parkside pools"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"not available"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"03:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black honda"
],
[
"_:result",
"departure",
"hotel"
],
[
"_:result",
"leave_at",
"3:15"
],
[
"_:result",
"phone",
"07832092727"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'french');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are you able to find me a french expensive restaurant ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,food,'French');(_:result,name,'Cote');(_:result,name,'Restaurant Two Two');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 2 expensive French restaurants . Restaurant Two Two , and Cote . Which would you like to book ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))",
"inform((_:search,name,'Restaurant Two Two');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I like the sound of Restaurant Two Two , could you give me their postcode , address and phone number ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'22 Chesterton Road');(_:result,name,'Restaurant Two Two');(_:result,phone,'01223351880');(_:result,postcode,'cb43ax');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Restaurant Two Two is located at 22 Chesterton Road , Chesterton . Their postcode is cb43ax . You can reach them at 01223351880 . Any other information I can provide ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's everything I needed today . Thank you ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're quite welcome ! Thanks for contacting the Cambridge TownInfo Centre and have a great day !"
}
] |
SNG0702.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"French"
],
[
"_:result",
"name",
"Cote"
],
[
"_:result",
"name",
"Restaurant Two Two"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"name",
"Restaurant Two Two"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"French"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"Restaurant Two Two"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"22 Chesterton Road"
],
[
"_:result",
"name",
"Restaurant Two Two"
],
[
"_:result",
"phone",
"01223351880"
],
[
"_:result",
"postcode",
"cb43ax"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'lebanese');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a Lebanese restaurant that is expensive in price ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'lebanese');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am very sorry there are no results for an expensive lebanese restaurant . Would you like to try for a different type of cuisine ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'lebanese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No I 'd really like lebanese , is there one in the centre area ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,name,'Ali Baba restaurant');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have the Ali Baba restaurant in the centre of town . They are moderately priced . Can I help you in reserving a table ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'Lebanese');(_:search,name,'ali baba');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Really ? The Ali Baba is Lebanese ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'lebanese');(_:result,name,'The ali baba');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes . The ali baba is lebanese . Would you like to book a table ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'16:45');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes I would like to book a table for 7 people at 16:45 on thursday ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was unsuccessful , would you like to try another time ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,duration,'15:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there an opening available at 15:45 ? I 'll also need the reservation number if it 's available ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,duration,'15:45');(_:booking,ref,'XH49SBME');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes I was able to make that reservation at 15:45 your reference number XH49SBME ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks , I also need a train from cambridge to peterborough afterwards"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,count,'16');(_:result,day,'Thursday');(_:result,leave_at,'18:06');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are 16 trains leaving on Thursday after your dinner . I would think 2 hours should be long enough ? So there is one at 18:06 I can recommend ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'16:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like my train to arrive by 16:45 , please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'16:24');(_:result,id,'TR4814');(_:result,leave_at,'15:34');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR4814 that will be departing at 15:34 and will get you there by 16:24 . Would that be something that interests you ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes , that sounds like it will work for me . Thank you for the information . That should be all I need today ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Thank you for contacting the Cambridge TownInfo centre . Good bye ."
}
] |
MUL1533.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/be6723aa"
],
[
"_:search/be6723aa",
"food",
"lebanese"
],
[
"_:search/be6723aa",
"pricerange",
"expensive"
],
[
"_:search/be6723aa",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/be6723aa"
],
[
"_:search/be6723aa",
"food",
"lebanese"
],
[
"_:search/be6723aa",
"pricerange",
"expensive"
],
[
"_:search/be6723aa",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Ali Baba restaurant"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Lebanese"
],
[
"_:search",
"name",
"ali baba"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/be6723aa"
],
[
"_:search/be6723aa",
"food",
"lebanese"
],
[
"_:search/be6723aa",
"pricerange",
"expensive"
],
[
"_:search/be6723aa",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"food",
"Lebanese"
],
[
"_:search",
"name",
"ali baba"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:result",
"name",
"The ali baba"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/be6723aa"
],
[
"_:search/be6723aa",
"food",
"lebanese"
],
[
"_:search/be6723aa",
"pricerange",
"expensive"
],
[
"_:search/be6723aa",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"food",
"Lebanese"
],
[
"_:search",
"name",
"ali baba"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:result",
"name",
"The ali baba"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/9938cb48"
],
[
"_:booking/9938cb48",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/be6723aa"
],
[
"_:search/be6723aa",
"food",
"lebanese"
],
[
"_:search/be6723aa",
"pricerange",
"expensive"
],
[
"_:search/be6723aa",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"food",
"Lebanese"
],
[
"_:search",
"name",
"ali baba"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:result",
"name",
"The ali baba"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/9938cb48"
],
[
"_:booking/9938cb48",
"type",
"Booking"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:booking",
"duration",
"15:45"
],
[
"_:booking",
"ref",
"XH49SBME"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/be6723aa"
],
[
"_:search/be6723aa",
"food",
"lebanese"
],
[
"_:search/be6723aa",
"pricerange",
"expensive"
],
[
"_:search/be6723aa",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"food",
"Lebanese"
],
[
"_:search",
"name",
"ali baba"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:result",
"name",
"The ali baba"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/9938cb48"
],
[
"_:booking/9938cb48",
"type",
"Booking"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:booking",
"duration",
"15:45"
],
[
"_:booking",
"ref",
"XH49SBME"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"count",
"16"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"leave_at",
"18:06"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/be6723aa"
],
[
"_:search/be6723aa",
"food",
"lebanese"
],
[
"_:search/be6723aa",
"pricerange",
"expensive"
],
[
"_:search/be6723aa",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"food",
"Lebanese"
],
[
"_:search",
"name",
"ali baba"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:result",
"name",
"The ali baba"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/9938cb48"
],
[
"_:booking/9938cb48",
"type",
"Booking"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:booking",
"duration",
"15:45"
],
[
"_:booking",
"ref",
"XH49SBME"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"count",
"16"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"16:24"
],
[
"_:result",
"id",
"TR4814"
],
[
"_:result",
"leave_at",
"15:34"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a place to stay on the east side that includes free parking ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I can help you with that ! First , let me get more information so that I can assist you better . Are you looking for a guesthouse or hotel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like a hotel with 3 stars and with free wifi please ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,area,'East');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "There are none in the East . Perhaps another criteria change ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about the north part of town ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Hamilton Lodge');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There 's the Hamilton Lodge . It 's a moderate price guesthouse that has both free parking and wifi . Would you like to make a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'one');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please book it for one person for 4 nights starting Friday ."
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people are in your party ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Just myself for 4 nights starting friday please ."
},
{
"id": 9,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "I made a reservation for 1 person at the hamilton lodge for 4 nights and for 1 person . Here 's their phone number 01223365664 . Have a nice stay !"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can I please get the reference number and I also need to book a train for Tuesday ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))",
"inform((_:booking,ref,'8PW074CW');(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Sure ! The reference number is 8PW074CW . As far as the train , where are you headed ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'broxbourne');(_:search,leave_at,'11:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking to leave Cambridge after 11:15 and travel to Broxbourne ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Which day do you want to travel ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))",
"inform((_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to leave on tuesday , and could you give me the travel time ?"
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"inform((_:result,day,'Tuesday');(_:result,departure,'Cambridge');(_:result,destination,'Broxbourne');(_:result,duration,'60 minutes');(_:result,id,'TR2368');(_:result,leave_at,'12:01');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Yes ! Trains from Cambridge to Broxbourne have a travel duration of 60 minutes . The most suitable for you appears to be TR2368 , leaving Cambridge on Tuesday at 12:01 . Would that work ?"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That will work for me . I do n't want to book just yet , though . Thanks for your help . Good bye ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Well if there is nothing else I can help you with , have a great day . Goodbye ."
}
] |
MUL2115.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"canthelp",
"_:search/6d7d92ce"
],
[
"_:search/6d7d92ce",
"area",
"East"
],
[
"_:search/6d7d92ce",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"canthelp",
"_:search/6d7d92ce"
],
[
"_:search/6d7d92ce",
"area",
"East"
],
[
"_:search/6d7d92ce",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"canthelp",
"_:search/6d7d92ce"
],
[
"_:search/6d7d92ce",
"area",
"East"
],
[
"_:search/6d7d92ce",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"canthelp",
"_:search/6d7d92ce"
],
[
"_:search/6d7d92ce",
"area",
"East"
],
[
"_:search/6d7d92ce",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"day",
"tuesday"
],
[
"_: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",
"has_parking",
"yes"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"canthelp",
"_:search/6d7d92ce"
],
[
"_:search/6d7d92ce",
"area",
"East"
],
[
"_:search/6d7d92ce",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"8PW074CW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"11: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",
"has_parking",
"yes"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"canthelp",
"_:search/6d7d92ce"
],
[
"_:search/6d7d92ce",
"area",
"East"
],
[
"_:search/6d7d92ce",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"8PW074CW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"canthelp",
"_:search/6d7d92ce"
],
[
"_:search/6d7d92ce",
"area",
"East"
],
[
"_:search/6d7d92ce",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"8PW074CW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:result",
"duration",
"60 minutes"
],
[
"_:result",
"id",
"TR2368"
],
[
"_:result",
"leave_at",
"12:01"
],
[
"_:result",
"type",
"Train"
],
[
"_: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,name,'royal spice');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , have you heard of the Royal Spice Restaurant by chance ?"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'north');(_:result,food,'indian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have ! It serves indian food in the north part of town . Would you like more information ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'13:15');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you book it for 4 people at 13:15 on wednesday ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,duration,'13:15');(_:booking,people,'4');(_:booking,ref,'PRXYMNLC');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have successfully booked you a table for 4 at 13:15 . The table will be reserved for 15 minutes . The reference number is PRXYMNLC ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks so much . Could you also help me find a train , for that same day ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure . There are many trains that day , do you have a specific destination and departure time in mind ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'09:30');(_:search,day,'same day');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The same day as the restaurant booking I am going to cambridge and need to arrive there by 09:30 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay , where would you like to leave from ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave from Stevenage"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'08:43');(_:result,departure,'Stevenage');(_:result,destination,'Cambridge');(_:result,id,'TR8723');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I 've got the TR8723 leaving Stevenage and arriving in Cambridge by 08:43 . Would that work ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "yes that sounds great . Can I get a reference number for that please"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many tickets would you like me to book ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'four');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like you to book me four tickets ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,people,'4');(_:booking,ref,'Y381CZMK');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book you 4 tickets on that train . Your reference number is Y381CZMK . Is there anything more I can help with ?"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "I think you took care of everything . Thanks . Take care now . Bye bye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're quite welcome , have a lovely trip !"
}
] |
MUL1696.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"royal spice"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"royal spice"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"royal spice"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"duration",
"13:15"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"PRXYMNLC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"royal spice"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"duration",
"13:15"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"PRXYMNLC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"arrive_by",
"09:30"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"royal spice"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"duration",
"13:15"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"PRXYMNLC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"09:30"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"royal spice"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"duration",
"13:15"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"PRXYMNLC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"09:30"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"08:43"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8723"
],
[
"_:result",
"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",
"royal spice"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:booking",
"duration",
"13:15"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"PRXYMNLC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"09:30"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"arrive_by",
"08:43"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8723"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"royal spice"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:booking",
"duration",
"13:15"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"09:30"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"arrive_by",
"08:43"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8723"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"Y381CZMK"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want a train from cambridge to bishops stortford ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,departure,'Cambridge');(_:result,destination,'Bishops Stortford');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I see several options for trains from Cambridge to Bishops Stortford . What day and time would you like to depart ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'13:30');(_:search,day,'wednesday');(_:search,destination,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Wednesday , with an arrival time by 13:30 in Bishops Stortford ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'12:07');(_:result,id,'TR8224');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The closest arrival time I can get for you is 12:07 on train TR8224 . Would you like to book some tickets ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , 7 tickets , please . And I 'll need the reference number ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'HE1L803E');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great , I 've book your tickets , your reference number is HE1L803E . Anything else I can do for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking to go to a college in the centre of town . Can you recommend something for me ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'centre');(_:result,category,'colleges');(_:result,count,'13');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 13 colleges in the centre . Is there something specific you 're looking for ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Nothing specific , just give me the first one that pops up . I 'll need the phone number , entrance fee and postcode please ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,\"Christ 's College\");(_:result,phone,'1223334900');(_:result,postcode,'cb23bu');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Christ 's College is located in the centre of town . Entrance is free , phone number is 1223334900 , and post code is cb23bu . Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank You . That 's it ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our service . Have a wonderful day ."
}
] |
MUL0436.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"id",
"TR8224"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"id",
"TR8224"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"HE1L803E"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"id",
"TR8224"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"HE1L803E"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"id",
"TR8224"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"HE1L803E"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"phone",
"1223334900"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'abbey pool and astroturf pitch');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "My brother told me about this attraction place called Abbey Pool and Astroturf Pitch . Would you be able to tell me where it is ?"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'east');(_:result,category,'swimming pool');(_:result,name,'abbey pool and astroturf pitch');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , abbey pool and astroturf pitch is a swimming pool on the east side of town . What other information would you like ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could you tell me the entrance fee for that ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223902088');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry , I do n't have that information . You could call them at 01223902088 and ask though . Can I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thanks . I think that will take care of it . Have a good night !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're quite welcome ! Thanks for contacting the Cambridge TownInfo Centre and have a great day !"
}
] |
SNG1149.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"abbey pool and astroturf pitch"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"abbey pool and astroturf pitch"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"swimming pool"
],
[
"_:result",
"name",
"abbey pool and astroturf pitch"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"abbey pool and astroturf pitch"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"swimming pool"
],
[
"_:result",
"name",
"abbey pool and astroturf pitch"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking on information regarding train tickets . Can you help ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Absolutely ! Where will the departure and destination points be ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be departing from Cambridge and my destination is the Stansted airport ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are many trains that fit your criteria . Could you please tell me what day and time you would like to depart ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'cambridge');(_:search,leave_at,'13:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave Cambridge on Monday after 13:15"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,departure,'Cambridge');(_:result,leave_at,'13:40');(_:result,leave_at,'23:40');(_:result,leave_at,'40 minutes after the hour');(_:result,leave_at,'every hour');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "These trains leave from Cambridge 40 minutes after the hour every hour , starting at 13:40 and running to 23:40 . Would you like me to book a ticket ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,leave_at,'13:15');(_:search,type,'Train'))",
"request((_:result,duration,?);(_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No thank you . I will just need the train ID and travel time of the first one leaving after 13:15 going to the airport ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,duration,'28 minutes');(_:result,id,'TR3769');(_:result,leave_at,'13:40');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "TR3769 departs at 13:40 with a total travel time of 28 minutes . Do you need further assistance with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need a place to stay in the expensive range that includes free parking , in the south with a star of 3 ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'south');(_:result,has_parking,'none');(_:result,name,'lensfield hotel');(_:result,pricerange,'expensive');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure , we have the lensfield hotel , it 's a 3 star expensive hotel in the south with free parking . Would you like to book it ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,category,?);(_:result,has_internet,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I do not need to book the hotel yet . Can you please give me the phone number and hotel type ? Also , do they have internet ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,category,'hotel');(_:result,has_internet,'none');(_:result,phone,'01223355017');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The phone number is 01223355017 . It is a hotel type , and yes there is free internet . Anything else ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "No , I seem to have all the information I need today ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Great . If you need tickets , do n't hesitate to contact me again . Have a great day . Good bye ."
}
] |
MUL0698.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"leave_at",
"13:40"
],
[
"_:result",
"leave_at",
"23:40"
],
[
"_:result",
"leave_at",
"40 minutes after the hour"
],
[
"_:result",
"leave_at",
"every hour"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"id",
"TR3769"
],
[
"_:result",
"leave_at",
"13:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"id",
"TR3769"
],
[
"_:result",
"leave_at",
"13:40"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"lensfield hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"id",
"TR3769"
],
[
"_:result",
"leave_at",
"13:40"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"lensfield hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"phone",
"01223355017"
],
[
"_: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,name,'warkworth house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for the Warkworth House hotel ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'eastside');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Warkworth House');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Warkworth House is a 4 star moderately priced guesthouse on the eastside . It offers free wifi and parking . Would you like the address or phone number ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , I think I would like to book it for myself for 5 nights ."
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Of course , what day would you like your reservation to begin ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "On Thursday please . Can I have the reference number once it 's booked ?"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,day,'Thursday');(_:booking,stay,'five');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm very sorry , but there are no rooms available for five days starting on Thursday . Should I try to find a different hotel ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'same price range');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Sure , as long as it is in the same price range . And can I get the reference number once you book it , please ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'carolina bed and breakfast');(_:booking,ref,'OZ7QG2OK');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alright . I was able to book you a room at the carolina bed and breakfast . Your reference number is OZ7QG2OK . Is there anything else you need ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is all I needed . Thank you ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , good day . Let us know if you need any thing else ."
}
] |
SSNG0350.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"warkworth house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"area",
"eastside"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Warkworth House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"area",
"eastside"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Warkworth House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"area",
"eastside"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Warkworth House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/ba0fcf15"
],
[
"_:booking/ba0fcf15",
"day",
"Thursday"
],
[
"_:booking/ba0fcf15",
"stay",
"five"
],
[
"_:booking/ba0fcf15",
"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",
"name",
"warkworth house"
],
[
"_:result",
"area",
"eastside"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Warkworth House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/ba0fcf15"
],
[
"_:booking/ba0fcf15",
"day",
"Thursday"
],
[
"_:booking/ba0fcf15",
"stay",
"five"
],
[
"_:booking/ba0fcf15",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"carolina bed and breakfast"
],
[
"_:booking",
"ref",
"OZ7QG2OK"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "I am looking for a police station in Parkside"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,phone,'01223358966');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "There is a police station in Parkside . The postal code is CB11JG and the phone number is 01223358966 . Is there anything else I can help you with ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No . That 's all I wanted to know . Thanks ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Best wishes to you . Have a good day ."
}
] |
SNG02081.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for a place to go to in the centre that has entertainment . Can you help ?"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "There is no entertainment in the centre , did you have something else in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "How about architecture ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'Centre');(_:result,category,'architecture');(_:result,count,'5');(_:result,type,'Attraction'))",
"request((_:search,entrance_fee,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "There are five architecture attraction in the Centre . Do you care about the entry fee ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I do n't . Could you recommend one , and give me the phone number and address ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Trinity Lane');(_:result,name,'Old Schools');(_:result,phone,'01223332320');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I recommend Old Schools . Their address is Trinity Lane , and their phone number is 01223332320 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train to Peterborough on Tuesday"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "I have many trains going to peterborough on tuesday . Where are you departing from and what time would you like to arrive ?"
}
] |
PMUL1228.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/13c3e76d"
],
[
"_:search/13c3e76d",
"area",
"centre"
],
[
"_:search/13c3e76d",
"category",
"entertainment"
],
[
"_:search/13c3e76d",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/13c3e76d"
],
[
"_:search/13c3e76d",
"area",
"centre"
],
[
"_:search/13c3e76d",
"category",
"entertainment"
],
[
"_:search/13c3e76d",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/13c3e76d"
],
[
"_:search/13c3e76d",
"area",
"centre"
],
[
"_:search/13c3e76d",
"category",
"entertainment"
],
[
"_:search/13c3e76d",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Find a moderately priced place for me please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What type of food do you want ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't care ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "which area would you like ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "On the east side of town , please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'rajmahal');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "rajmahal is a moderately priced restaurant in the east part of town ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great ! what is the phone number ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223 244955');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the phone number is 01223 244955 , Is there anything I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge Restaurant Phone System . Enjoy your meal !"
}
] |
WOZ20050.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223 244955"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'ruskin gallery');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hello ! Can you please give me information about Ruskin Gallery ?"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'anglia ruskin university , east road');(_:result,area,'centre');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,name,'ruskin gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "ruskin gallery is a museum in the centre . The entrance is free and they are located at anglia ruskin university , east road . Can I help with anything else ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could you provide me with the phone number ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01245493131');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , their phone number is 01245493131 . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'lebanese');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Also looking for a restaurant that serves Lebanese food in the moderate price range ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'lebanese');(_:result,name,'Ali baba');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ali baba is a lebanese restaurant with a moderate price range . Do you want to book it ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is it located in the centre ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , it is . Would you like me to book it ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'16:00');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes for 5 people at 16:00 on friday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'E089XI1O');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful and the reference number is : E089XI1O ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great . Thank you so much for booking that ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "What else may I help you with ?"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That is all I need . Thank you for your help . Good bye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day . Goodbye ."
}
] |
PMUL3889.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ruskin gallery"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ruskin gallery"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"anglia ruskin university , east road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"ruskin gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ruskin gallery"
],
[
"_:result",
"address",
"anglia ruskin university , east road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"ruskin gallery"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01245493131"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ruskin gallery"
],
[
"_:result",
"address",
"anglia ruskin university , east road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01245493131"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:result",
"name",
"Ali baba"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ruskin gallery"
],
[
"_:result",
"address",
"anglia ruskin university , east road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01245493131"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:result",
"name",
"Ali baba"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ruskin gallery"
],
[
"_:result",
"address",
"anglia ruskin university , east road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01245493131"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:result",
"name",
"Ali baba"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"E089XI1O"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ruskin gallery"
],
[
"_:result",
"address",
"anglia ruskin university , east road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01245493131"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:result",
"name",
"Ali baba"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"E089XI1O"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I will be visiting Cambridge and I need a list of the main attractions in the south ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'south');(_:result,category,'entertainment');(_:result,count,'8');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have 8 entries for entertainment in the south . Do you have a particular type that you are looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'dontcare');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I do n't have a particular type . What would you recommend ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,category,'theatre');(_:result,name,'Junction');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "In my opinion , out of the options I think the theatre we have in the south would be my choice . It 's called the Junction . Would you like more info ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is their address ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Clifton Way');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "They are located on Clifton Way . Is there anything I may help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_internet,'none');(_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I am also looking for a 2 star guesthouse to stay at ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'the ashley hotel');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay , how about the ashley hotel that is in the moderate price range ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is it a 2 star or better ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'hotel');(_:result,name,'Ashley hotel');(_:result,stars,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Ashley hotel is a 2 star hotel . Would you like to me to book it for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No thank you . I just need the post code ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,postcode,'cb41er');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The post code is cb41er ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,departure,'the attraction');(_:search,destination,'ashley hotel');(_:search,leave_at,'21:15');(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thanks . I will also need a taxi to take me from the Junction to the Ashley Hotel . I would like to leave the attraction by 21:15 ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'black Honda');(_:result,phone,'07690147877');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I booked the taxi for you . It 's a black Honda and the contact number is 07690147877 . Will that be all ? \n ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes . Thank you ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using are services and have a great day ."
}
] |
MUL2521.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"count",
"8"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"name",
"Junction"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"name",
"Junction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Clifton Way"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"none"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"theatre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Clifton Way"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"none"
],
[
"_:result",
"name",
"the ashley hotel"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"area",
"south"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Clifton Way"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"area",
"south"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Clifton Way"
],
[
"_:search",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"destination",
"ashley hotel"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"address",
"Clifton Way"
],
[
"_:search",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"destination",
"ashley hotel"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black Honda"
],
[
"_:result",
"phone",
"07690147877"
],
[
"_: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,'west');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "In the west part of town , are there any upscale pricey restaurants ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'9');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , there are 9 . What cuisine would you like ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm not picky ; do you have a favorite ? I 'd appreciate it if you would choose one for me and give me the address . Thanks !"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'british');(_:result,name,'Graffiti');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I would suggest Graffiti , it is british food . Would you like me to book a table for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , I just need the address ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Hotel Felix Whitehouse Lane Huntingdon Road');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Here is the address you are looking for , Hotel Felix Whitehouse Lane Huntingdon Road ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , I think that 's everything I need . Thank you for helping me ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "You 're very welcome , I hope you have a great dinner . Is there anything else at all that I can assist you with ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Nope , as I said , that 's all I need ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our services ."
}
] |
SNG02150.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"address",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"9"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"address",
"Hotel Felix Whitehouse Lane Huntingdon Road"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"9"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"address",
"Hotel Felix Whitehouse Lane Huntingdon Road"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'worth house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you help me find the hotel Worth House ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'152 Chesterton Road');(_:result,area,'northern');(_:result,name,'Worth House');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Worth House is located in the northern part of town at 152 Chesterton Road , would you like the phone number ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I would like the number and I also need to know what star rating the hotel has ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'hotel');(_:result,phone,'01223316074');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "That hotel has a 4 star rating and the number is 01223316074 . Would you like to book that now ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I also am looking for an expensive restaurant in the area of south , thank you"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'5');(_:result,food,'chinese');(_:result,food,'indian');(_:result,food,'italian');(_:result,food,'mexican');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 5 restaurants that fit your request . Are you interested in a specific type of food ? There are 2 chinese , one indian , one italian , and one mexican ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,duration,'11:15');(_:search,food,'indian');(_:search,people,'1');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you book me a table for 1 at the Indian restaurant for 11:15 ? I would also like the reference number . Thank you !"
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "On what day will you be dining there ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please make a reservation for tuesday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'XJVS7TQN');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great your reference number is XJVS7TQN"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , that 's everything I need . Have a nice day !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "To you as well ! Goodbye ."
}
] |
MUL0098.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"worth house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"worth house"
],
[
"_:result",
"address",
"152 Chesterton Road"
],
[
"_:result",
"area",
"northern"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"worth house"
],
[
"_:result",
"address",
"152 Chesterton Road"
],
[
"_:result",
"area",
"northern"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"phone",
"01223316074"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"worth house"
],
[
"_:result",
"address",
"152 Chesterton Road"
],
[
"_:result",
"area",
"northern"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"phone",
"01223316074"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"worth house"
],
[
"_:result",
"address",
"152 Chesterton Road"
],
[
"_:result",
"area",
"northern"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"phone",
"01223316074"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"worth house"
],
[
"_:result",
"address",
"152 Chesterton Road"
],
[
"_:result",
"area",
"northern"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"phone",
"01223316074"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"XJVS7TQN"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do you think you might be able to recommend a nice guesthouse ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "I sure can ! First of all , is there a price range you would like to stay within ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Something cheap , but 4 star quality ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'517a coldham lane');(_:result,name,'the allenbell');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about the allenbell located at 517a coldham lane that is the cheap price range ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does it include free wifi ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes it does . Would you like to make a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,area,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No , not right now . Could you tell me what area that 's in , and the postcode and phone number ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,phone,'01223210353');(_:result,postcode,'cb13js');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It 's on the east side of town . The postcode is cb13js , and the phone number is 01223210353 ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help ! That 's all I will need for today ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting the help desk , have a great day ."
}
] |
SNG0894.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"name",
"the allenbell"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"name",
"the allenbell"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"name",
"the allenbell"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"phone",
"01223210353"
],
[
"_:result",
"postcode",
"cb13js"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'thanh binh');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi from thanh binh ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Great . I can help with that . What will your destination be ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'prezzo');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Prezzo is my destination"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'grey honda');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Your booking is complete , a grey honda will pick you up ."
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "That s perfect that you for your help"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day ."
}
] |
SNG02000.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"thanh binh"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"thanh binh"
],
[
"_:search",
"destination",
"prezzo"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"thanh binh"
],
[
"_:search",
"destination",
"prezzo"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey honda"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'Ian hong house');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to taxi from Ian hong house ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Sure , where would you like to go ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'saint johns chop house');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'd like to go to saint johns chop house ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Alright . Now , can you just tell me either when you 'd like to leave after or the time you 'd like to arrive by ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'9:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'd like to arrive by 9:00 please ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Booking completed ! \n Booked car type \t : \t yellow volvo \n Contact number \t : \t 07956401800"
}
] |
SNG01531.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"Ian hong house"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"Ian hong house"
],
[
"_:search",
"destination",
"saint johns chop house"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"Ian hong house"
],
[
"_:search",
"destination",
"saint johns chop house"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"9:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train that leaves from Cambridge on Tuesday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be travelling to ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'21:15');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be traveling to Leicester and would like to arrive before 21:15 ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "When could you like to arrive by ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'21:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to arrive by 21:15 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'21:06');(_:result,id,'TR8207');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have the TR8207 that will arrive by 21:06 . Would you like me to book that for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes but I need that to be booked for 3 people . I would like the reference number please . I also need a place to stay as well ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Hotel'))",
"inform((_:booking,category,'Train');(_:booking,ref,'ABKFF3SH');(_:booking,ticket,'113.4 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 113.4 GBP payable at the station . Your reference number is ABKFF3SH . What type of place are you looking for ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'guesthouse');(_:search,pricerange,'moderate');(_:search,stars,'4-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like a 4-star guesthouse in the north in a moderate price range ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'acorn guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure thing , I would suggest this one acorn guest house ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'4');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great can you book that for me from Sunday for 2 nights for 4 people ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Your booking was successful . Your reference number is 7ZJ4CTTG . Will that be all for today ?"
}
] |
PMUL4706.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"21:15"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"arrive_by",
"21:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"arrive_by",
"21:15"
],
[
"_:result",
"arrive_by",
"21:06"
],
[
"_:result",
"id",
"TR8207"
],
[
"_: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
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"arrive_by",
"21:15"
],
[
"_:result",
"arrive_by",
"21:06"
],
[
"_:result",
"id",
"TR8207"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"ABKFF3SH"
],
[
"_:booking",
"ticket",
"113.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"arrive_by",
"21:15"
],
[
"_:result",
"arrive_by",
"21:06"
],
[
"_:result",
"id",
"TR8207"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"ABKFF3SH"
],
[
"_:booking",
"ticket",
"113.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for cheap eats in the centre ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,food,'Asian');(_:result,food,'Chinese');(_:result,food,'Indian');(_:result,food,'Portuguese');(_:result,food,'Spanish');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes I have many Chinese and Asian restaurants as well as Spanish , Portuguese and Indian cuisines matching your price requirements . Any preference ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am interested in Chinese food ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,count,'3');(_:result,food,'Chinese');(_:result,name,'Charlie Chan');(_:result,name,'Rice House and Golden House');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I found three Chinese restaurants in the centre : Charlie Chan , Rice House and Golden House . Would you like me to book you a table ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'14:15');(_:search,name,'Charlie Chan');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please ! Can I have a table for 1 at Charlie Chan on Sunday at 14:15 ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'D3A1XJL7');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure thing your reference number is D3A1XJL7 . Is there anything else I can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , you 've been very helpful . Have a good day ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for contacting the Cambridge TownInfo Centre and have a great day !"
}
] |
SNG0631.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"Asian"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"food",
"Spanish"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"name",
"Rice House and Golden House"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:search",
"name",
"Charlie Chan"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"name",
"Rice House and Golden House"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:search",
"name",
"Charlie Chan"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"D3A1XJL7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you help me find a train please ?"
},
{
"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 am headed to Cambridge this week ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you leaving from , please ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will leave from Leicester ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day would you like to leave ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Friday is preferable ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,day,'Friday');(_:result,departure,'Leicester');(_:result,destination,'Cambridge');(_:result,leave_at,'every hour from 5:09 to 23:09');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are trains running from Leicester to Cambridge every hour from 5:09 to 23:09 on Friday . Did you have a particular time in mind ? Would you like to book tickets ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "I 'd like whichever arrives by 16:15 please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'15:54');(_:result,day,'Friday');(_:result,departure,'Leicester');(_:result,destination,'Cambridge');(_:result,id,'TR6247');(_:result,leave_at,'14:09');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR6247 leaves Leicester at 14:09 Friday and arrives in Cambridge at 15:54 . Will that work for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That will be fine . book for 3 people"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'87MI5OVY');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alright . Booking was successful . Your reference number is 87MI5OVY ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for your help . That 's all I need ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day ."
}
] |
SNG01512.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"every hour from 5:09 to 23:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"day",
"friday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"arrive_by",
"15:54"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR6247"
],
[
"_:result",
"leave_at",
"14:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"day",
"friday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"arrive_by",
"15:54"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR6247"
],
[
"_:result",
"leave_at",
"14:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"87MI5OVY"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi ! I 'm looking to visit a museum . Are there any in the west part of town ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,name,'cambridge and county folk museum');(_:result,name,'museum of classical archaeology');(_:result,type,'Attraction'))",
"inform((_:result,category,'museum');(_:result,count,'2');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are two different museum which are cambridge and county folk museum and museum of classical archaeology . Which one would you like information for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'county folk museum');(_:search,type,'Attraction'))",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I get information on the County Folk Museum ? Specifically the phone number and postcode ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223355159');(_:result,postcode,'cb30aq');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Phone number is 01223355159 and postcode is cb30aq ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you ! Can you also find me a train going to Cambridge ?"
},
{
"id": 5,
"rdf-acts": [
"thank()",
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can definitely help you with that ! Can you tell me where you will be departing from ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'kings lynn');(_:search,leave_at,'19:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm departing from Kings Lynn sometime after 19:30 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'28');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , there are 28 trains available , do you have a specific day in mind to leave ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes . I 'd like to travel on Friday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,amount,'The first');(_:result,day,'Friday');(_:result,departure,'Kings Lynn');(_:result,destination,'Cambridge');(_:result,leave_at,'19:30');(_:result,leave_at,'20:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The first train from Kings Lynn to Cambridge on Friday after 19:30 is the TR1082 . It leaves Kings Lynn at 20:11 . Would you like to book a ticket ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))",
"request((_:result,arrive_by,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , what time does it arrive in Cambridge ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'20:58');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "It will arrive at 20:58"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "awesome ! thank you so much !"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like me to book you a ticket on that train ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "Nah that wo n't be necessary ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Great , is there anything else I can help you with ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I needed today . Thank you so much ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a lovely day !"
}
] |
MUL1954.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"name",
"cambridge and county folk museum"
],
[
"_:result",
"name",
"museum of classical archaeology"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"county folk museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"name",
"cambridge and county folk museum"
],
[
"_:result",
"name",
"museum of classical archaeology"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"county folk museum"
],
[
"_:result",
"phone",
"01223355159"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"name",
"cambridge and county folk museum"
],
[
"_:result",
"name",
"museum of classical archaeology"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"county folk museum"
],
[
"_:result",
"phone",
"01223355159"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"name",
"cambridge and county folk museum"
],
[
"_:result",
"name",
"museum of classical archaeology"
],
[
"_:result",
"category",
"museum"
],
[
"_:search",
"name",
"county folk museum"
],
[
"_:result",
"phone",
"01223355159"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:result",
"count",
"28"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"name",
"cambridge and county folk museum"
],
[
"_:result",
"name",
"museum of classical archaeology"
],
[
"_:result",
"category",
"museum"
],
[
"_:search",
"name",
"county folk museum"
],
[
"_:result",
"phone",
"01223355159"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:result",
"count",
"28"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"amount",
"The first"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"19:30"
],
[
"_:result",
"leave_at",
"20:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"name",
"cambridge and county folk museum"
],
[
"_:result",
"name",
"museum of classical archaeology"
],
[
"_:result",
"category",
"museum"
],
[
"_:search",
"name",
"county folk museum"
],
[
"_:result",
"phone",
"01223355159"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:result",
"count",
"28"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"amount",
"The first"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"19:30"
],
[
"_:result",
"leave_at",
"20:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"20:58"
],
[
"_: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",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"name",
"cambridge and county folk museum"
],
[
"_:result",
"name",
"museum of classical archaeology"
],
[
"_:result",
"category",
"museum"
],
[
"_:search",
"name",
"county folk museum"
],
[
"_:result",
"phone",
"01223355159"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:result",
"count",
"28"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"amount",
"The first"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"19:30"
],
[
"_:result",
"leave_at",
"20:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"20:58"
],
[
"_: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",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"name",
"cambridge and county folk museum"
],
[
"_:result",
"name",
"museum of classical archaeology"
],
[
"_:result",
"category",
"museum"
],
[
"_:search",
"name",
"county folk museum"
],
[
"_:result",
"phone",
"01223355159"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:result",
"count",
"28"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"amount",
"The first"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"19:30"
],
[
"_:result",
"leave_at",
"20:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"20:58"
],
[
"_: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,destination,'london liverpool street');(_:search,leave_at,'17:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train that goes to london liverpool street and leaves after 17:15 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can certainly help you with that . Which day did you have in mind to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to leave on Friday ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,arrive_by,'01:27');(_:booking,category,'Train');(_:booking,leave_at,'23:59');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Unfortunately , the only train I have matching your criteria is one leaving 23:59 and arriving at 01:27 in the morning . Did you want to book that ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes that 's fine . I 'll take 8 tickets for that train please ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR3138');(_:booking,ref,'NFA1DPXI');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alright , your train tickets have been booked and the reference number is NFA1DPXI . The train ID is TR3138 . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , that is everything . Thank you so much !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day !"
}
] |
SNG0450.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"01:27"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"23:59"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"01:27"
],
[
"_:booking",
"leave_at",
"23:59"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR3138"
],
[
"_:booking",
"ref",
"NFA1DPXI"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'university arms hotel');(_:search,people,'five');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you check the availability at the University Arms Hotel for five people ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day would you like to book ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thursday please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,stay,'just one');(_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "For just one day ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Actually for 5 nights and there will be 5 of us staying"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'LW8PBD97');(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Sure thing ! Your reference number is LW8PBD97 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much , that is all that I need for now . Have a wonderful day ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome ."
}
] |
SNG1340.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"university arms hotel"
],
[
"_:search",
"people",
"five"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"university arms hotel"
],
[
"_:search",
"people",
"five"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"university arms hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:booking",
"stay",
"just one"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"university arms hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:booking",
"stay",
"just one"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"LW8PBD97"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,leave_at,'16:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train leaving after 16:30 leaving on monday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What are your departure and arrival stations ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to go birmingham new street from cambridge ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR7728');(_:result,leave_at,'17:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have the TR7728 that leaves at 17:01 . Would you like me to book that for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please . I need a booking for 4 people and I want the reference number . Thanks for being so helpful !"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR7728');(_:booking,people,'4');(_:booking,ref,'3USY2KMX');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked you 4 tickets on TR7728 . Your reference number is 3USY2KMX . I hope you have a great trip and can I assist you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'Lensfield Hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I 'm also looking for information on the Lensfield Hotel ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Lensfield');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes what would you like to know ? The Lensfield is an expensive hotel with free wifi and parking on the city 's south side ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'4');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay , thanks ! Can you please book it for the same group of 4 people for 2 nights , starting Saturday ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'A4XTCDP7');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , your reference number is : A4XTCDP7 . Can I help with anything else today ?"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , that 's all . good bye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Are you sure you do n't need a taxi or a restaurant recommendation ?"
}
] |
PMUL3815.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"16:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"16:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"16:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"id",
"TR7728"
],
[
"_:result",
"leave_at",
"17:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"16:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"id",
"TR7728"
],
[
"_:result",
"leave_at",
"17:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR7728"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"3USY2KMX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"Lensfield Hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"16:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"id",
"TR7728"
],
[
"_:result",
"leave_at",
"17:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR7728"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"3USY2KMX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"Lensfield Hotel"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Lensfield"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"16:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"id",
"TR7728"
],
[
"_:result",
"leave_at",
"17:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR7728"
],
[
"_:booking",
"people",
"4"
],
[
"_:search",
"name",
"Lensfield Hotel"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Lensfield"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"A4XTCDP7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need to find an expensive restaurant in Cambridge located somewhere in the north ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,food,'asian oriental');(_:result,food,'chinese');(_:result,food,'european');(_:result,food,'french');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "What type of food would you like ? There are asian oriental , chinese , european and french restaurants available ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'19:30');(_:search,food,'not particular');(_:search,people,'1');(_:search,type,'Restaurant'))",
"request((_:result,category,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm not particular on the type of food . Could you recommend something and book a table for 1 person at 19:30 on tuesday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,day,'Tuesday');(_:booking,type,'Booking');(_:result,area,'north');(_:result,food,'Chinese');(_:result,name,'Hot Spot');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I can book you a table for Tuesday at a Chinese restaurant in the north named the Hot Spot . Shall I do that ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,duration,'19:30');(_:search,people,'one');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please , book me a table for one at 19:30"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'8JGOXQPX');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservation has been made . The table will be reserved for 15 minutes . Your reference number is 8JGOXQPX . Is there anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to find a place to visit in the same area as the restaurant ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,type,'Attraction'))",
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "There are many attractions to choose from , what did you have in mmind ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "I do n't really care , do you have any recommendations ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'north');(_:result,category,'A boat');(_:result,category,'a park');(_:result,category,'swimming pools');(_:result,count,'4');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are four attractions in the north . A boat , a park , and two swimming pools . Which would you like ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'swimming pool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'd love to go swimming ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'swimmingpool');(_:result,count,'2');(_:result,name,'jesus green outdoor pool');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are two swimmingpool options in the north . I recommend jesus green outdoor pool ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Alright , please give me the entrance fee and postcode for jesus green pool"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'I do not have the entrance fee');(_:result,name,'jesus green outdoor pool');(_:result,postcode,'cb43px');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode for jesus green outdoor pool is cb43px . I 'm sorry I do not have the entrance fee . Is there anything else i can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Does the other swimming pool say what the entrance fee is ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,entrance_fee,\"I do n't have that information\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I do n't have that information I am sorry ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,category,'boat');(_:search,type,'Attraction'))",
"request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I am also interested in the boat attraction . What is the entrance fee and postcode for that attraction ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,entrance_fee,'no information');(_:result,name,'the riverboat Georgina');(_:result,postcode,'cb43ax');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Okay I have the riverboat Georgina . The post code is cb43ax and I have no information on the entrance fee ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for your help . That 's all I need today ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Okay . I 'm glad I could help . Have a great trip . Goodbye ."
}
] |
PMUL2061.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",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"food",
"not particular"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"food",
"not particular"
],
[
"_:result",
"category",
"?"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Hot Spot"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"food",
"not particular"
],
[
"_:result",
"category",
"?"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Hot Spot"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"8JGOXQPX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"food",
"not particular"
],
[
"_:result",
"category",
"?"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Hot Spot"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"8JGOXQPX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"food",
"not particular"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Hot Spot"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"8JGOXQPX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"A boat"
],
[
"_:result",
"category",
"a park"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"food",
"not particular"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"8JGOXQPX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"swimmingpool"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"jesus green outdoor pool"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"food",
"not particular"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"ref",
"8JGOXQPX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"swimmingpool"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"I do not have the entrance fee"
],
[
"_:result",
"name",
"jesus green outdoor pool"
],
[
"_:result",
"postcode",
"cb43px"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"food",
"not particular"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"ref",
"8JGOXQPX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"swimmingpool"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"jesus green outdoor pool"
],
[
"_:result",
"postcode",
"cb43px"
],
[
"_:result",
"entrance_fee",
"I do n't have that information"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_: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",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"food",
"not particular"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"ref",
"8JGOXQPX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"swimmingpool"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"no information"
],
[
"_:result",
"name",
"the riverboat Georgina"
],
[
"_:result",
"postcode",
"cb43ax"
],
[
"_: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,name,'holy trinity church');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Do you know where I can find the Holy Trinity Church ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Market Street');(_:result,area,'centre');(_:result,entrance_fee,'free to enter');(_:result,name,'Holy Trinity Church');(_:result,postcode,'cb23nz');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Absolutely . Holy Trinity Church is on Market Street in the centre of town . Their postcode is cb23nz and is free to enter . Would you need their phone number ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,category,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Great what type of attraction are they ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'architecture');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is an architecture attraction ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all the information I need . Thanks for your help !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . Goodbye ."
}
] |
SNG1078.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"holy trinity church"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"holy trinity church"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Market Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free to enter"
],
[
"_:result",
"name",
"Holy Trinity Church"
],
[
"_:result",
"postcode",
"cb23nz"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"category",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"holy trinity church"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Market Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free to enter"
],
[
"_:result",
"name",
"Holy Trinity Church"
],
[
"_:result",
"postcode",
"cb23nz"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there any chinese food around me right now ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'17');(_:result,food,'Chinese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes . there 's a total of 17 Chinese restaurants in town . Are you looking for a particular price range or specific part of town ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like something in the centre of town for a moderate price ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,name,'jinling noodle bar');(_:result,name,'lan long house');(_:result,name,'shanghai family restaurant');(_:result,type,'Restaurant'))",
"inform((_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have jinling noodle bar , lan long house and shanghai family restaurant , any preferences ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))",
"inform((_:search,name,'Shanghai Family');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Let 's go with Shanghai Family . What is the address , phone number and postcode ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'39 Burleigh Street City Centre');(_:result,phone,'01223301761');(_:result,postcode,'cb11dg');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address and postcode are 39 Burleigh Street City Centre , cb11dg . The phone number is 01223301761 . Do you need anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,destination,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I 'm also looking for a train to London Kings Cross on Thursday ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "OKay , what time are you going to depart ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'08:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I can depart anytime , but need to arrive by 08:15 please"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like me to book that for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'08:15');(_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,destination,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "What is the arrival time and the train i d for a train arriving closest to 08:15 in london kings cross from cambridge on thursday ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'7:51.will');(_:result,id,'TR8335');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR8335 arrives at 7:51.Will this one work for you ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "yes , that will work . that s all the information i need . thanks . goodbye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us and have a nice day ."
}
] |
PMUL0892.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",
"count",
"17"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"17"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"jinling noodle bar"
],
[
"_:result",
"name",
"lan long house"
],
[
"_:result",
"name",
"shanghai family restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"name",
"Shanghai Family"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"17"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"jinling noodle bar"
],
[
"_:result",
"name",
"lan long house"
],
[
"_:result",
"name",
"shanghai family restaurant"
],
[
"_:search",
"name",
"Shanghai Family"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"39 Burleigh Street City Centre"
],
[
"_:result",
"phone",
"01223301761"
],
[
"_:result",
"postcode",
"cb11dg"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"17"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"jinling noodle bar"
],
[
"_:result",
"name",
"lan long house"
],
[
"_:result",
"name",
"shanghai family restaurant"
],
[
"_:search",
"name",
"Shanghai Family"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"39 Burleigh Street City Centre"
],
[
"_:result",
"phone",
"01223301761"
],
[
"_:result",
"postcode",
"cb11dg"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"17"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"jinling noodle bar"
],
[
"_:result",
"name",
"lan long house"
],
[
"_:result",
"name",
"shanghai family restaurant"
],
[
"_:search",
"name",
"Shanghai Family"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"39 Burleigh Street City Centre"
],
[
"_:result",
"phone",
"01223301761"
],
[
"_:result",
"postcode",
"cb11dg"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"08:15"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"17"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"jinling noodle bar"
],
[
"_:result",
"name",
"lan long house"
],
[
"_:result",
"name",
"shanghai family restaurant"
],
[
"_:search",
"name",
"Shanghai Family"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"39 Burleigh Street City Centre"
],
[
"_:result",
"phone",
"01223301761"
],
[
"_:result",
"postcode",
"cb11dg"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"08:15"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"7:51.will"
],
[
"_:result",
"id",
"TR8335"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train out of cambridge on Sunday , please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,leave_at,'every hour starting at 05:00');(_:result,type,'Train'))",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "We have trains leaving every hour starting at 05:00 that day . What is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'ely');(_:search,leave_at,'19:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should go to ely and should leave after 19:15 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'20:07');(_:result,id,'TR3544');(_:result,leave_at,'19:50');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR3544 departing at 19:50 and arriving by 20:07 . Would that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , what is the price of that train ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,ticket,'3.52 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The price is 3.52 pounds , would you like me to book a ticket for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'boating');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'd also like to see some things in town , in particular any sort of boating . Is there anything like that ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,count,'4');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes there are 4 options to choose from , do you have a specific part of town you 'd prefer ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'none');(_:search,type,'Attraction'))",
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I need to go to ely , near a place that has a boat . What is the entrabnce fee ?"
},
{
"id": 9,
"rdf-acts": [
"select((_:result,area,'different area');(_:result,category,'boats');(_:result,type,'Attraction'))",
"canthelp((_:search,area,'near Ely');(_:search,category,'boats');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I found no records of an attraction involving boats near Ely . Would you like me to search for something else , or for boats in a different area ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'boat');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Actually , the part of town does n't matter . I 'd just like to take a boat ride or look at some boats , please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'boat attraction');(_:result,name,'Riverboat Georgina');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Riverboat Georgina is an excellent boat attraction in the north . Would you like the postcode and phone number ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , please . Also , what is the entrance fee ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'251a Chesterton Road');(_:result,entrance_fee,\"does n't seem to have an entrance fee\");(_:result,name,'Riverboat Georgina');(_:result,phone,'07807718591');(_:result,postcode,'cb41as');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Riverboat Georgina does n't seem to have an entrance fee . Their postcode is cb41as , phone number 07807718591 , and address 251a Chesterton Road . Do you need help with anything else ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "No that will be all ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "ok , perfect , have a great day"
}
] |
MUL1890.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"leave_at",
"every hour starting at 05:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"19:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"19:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"20:07"
],
[
"_:result",
"id",
"TR3544"
],
[
"_:result",
"leave_at",
"19:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"19:15"
],
[
"_:result",
"arrive_by",
"20:07"
],
[
"_:result",
"id",
"TR3544"
],
[
"_:result",
"leave_at",
"19:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"3.52 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"category",
"boating"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"19:15"
],
[
"_:result",
"arrive_by",
"20:07"
],
[
"_:result",
"id",
"TR3544"
],
[
"_:result",
"leave_at",
"19:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"3.52 pounds"
],
[
"_:search",
"category",
"boating"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"none"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"19:15"
],
[
"_:result",
"arrive_by",
"20:07"
],
[
"_:result",
"id",
"TR3544"
],
[
"_:result",
"leave_at",
"19:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"3.52 pounds"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"none"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"area",
"different area"
],
[
"_:result",
"category",
"boats"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/b53b4110"
],
[
"_:search/b53b4110",
"area",
"near Ely"
],
[
"_:search/b53b4110",
"category",
"boats"
],
[
"_:search/b53b4110",
"type",
"Attraction"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"19:15"
],
[
"_:result",
"arrive_by",
"20:07"
],
[
"_:result",
"id",
"TR3544"
],
[
"_:result",
"leave_at",
"19:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"3.52 pounds"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"none"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:system",
"canthelp",
"_:search/b53b4110"
],
[
"_:search/b53b4110",
"area",
"near Ely"
],
[
"_:search/b53b4110",
"category",
"boats"
],
[
"_:search/b53b4110",
"type",
"Attraction"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"boat attraction"
],
[
"_:result",
"name",
"Riverboat Georgina"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"19:15"
],
[
"_:result",
"arrive_by",
"20:07"
],
[
"_:result",
"id",
"TR3544"
],
[
"_:result",
"leave_at",
"19:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"3.52 pounds"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"none"
],
[
"_:system",
"canthelp",
"_:search/b53b4110"
],
[
"_:search/b53b4110",
"area",
"near Ely"
],
[
"_:search/b53b4110",
"category",
"boats"
],
[
"_:search/b53b4110",
"type",
"Attraction"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"boat attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"251a Chesterton Road"
],
[
"_:result",
"entrance_fee",
"does n't seem to have an entrance fee"
],
[
"_:result",
"name",
"Riverboat Georgina"
],
[
"_:result",
"phone",
"07807718591"
],
[
"_:result",
"postcode",
"cb41as"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi , I 'd like to find a cheap italian restaurant , please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'5');(_:result,food,'italian');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are five cheap italian restaurants in town . Is there a particular area you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I prefer the north area of town ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,food,'Italian');(_:result,name,'Da Vinci Pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Great , there is a cheap Italian place in the north part of town called Da Vinci Pizzeria . Would you like a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'17:45');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please make one for 7 people at 17:45 on Thursday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'UB24W3TP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have your table reserved at the requested day and time . It will be held 15 minutes for you . The reference number is : UB24W3TP ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'cinema');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Sounds good . Could you also help me find a cinema in the same area ?"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,category,'cinemas');(_:search,type,'Attraction'))",
"thank()",
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry . There are no cinemas in that part of town . Would you like to try a different type of attraction ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'park');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Darn ! I really wanted to go to the cinema . Is there a park located in that area ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,entrance_fee,'free');(_:result,name,'Milton Country Park');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , there is Milton Country Park in the north . It is free to enter ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I get their address please ?"
},
{
"id": 11,
"rdf-acts": [
"thank()",
"reqmore()",
"inform((_:result,address,'Milton Country Park');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Absolutely . Their address is Milton Country Park , Milton . Is there anything more I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "what is the entrance fee ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their fee is free . Is there anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'the booked time');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'd also like a taxi . I 'd like to arrive to the restaurant by the booked time , please ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'yellow tesla');(_:result,phone,'07623087287');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I have booked your ride , it 's a yellow tesla and the contact number is 07623087287 ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , you 've been very helpful ! That 's all I 'll need today !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting Cambridge TownInfo centre . Goodbye !"
}
] |
MUL2500.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",
"count",
"5"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Da Vinci Pizzeria"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"5"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Da Vinci Pizzeria"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"ref",
"UB24W3TP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"cinema"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"5"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Da Vinci Pizzeria"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"ref",
"UB24W3TP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:system",
"canthelp",
"_:search/413a4126"
],
[
"_:search/413a4126",
"category",
"cinemas"
],
[
"_:search/413a4126",
"type",
"Attraction"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"5"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"ref",
"UB24W3TP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:system",
"canthelp",
"_:search/413a4126"
],
[
"_:search/413a4126",
"category",
"cinemas"
],
[
"_:search/413a4126",
"type",
"Attraction"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Milton Country Park"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"5"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"ref",
"UB24W3TP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:system",
"canthelp",
"_:search/413a4126"
],
[
"_:search/413a4126",
"category",
"cinemas"
],
[
"_:search/413a4126",
"type",
"Attraction"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Milton Country Park"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Milton Country Park"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"5"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"ref",
"UB24W3TP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:system",
"canthelp",
"_:search/413a4126"
],
[
"_:search/413a4126",
"category",
"cinemas"
],
[
"_:search/413a4126",
"type",
"Attraction"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Milton Country Park"
],
[
"_:result",
"address",
"Milton Country Park"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_: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,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"5"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"ref",
"UB24W3TP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:system",
"canthelp",
"_:search/413a4126"
],
[
"_:search/413a4126",
"category",
"cinemas"
],
[
"_:search/413a4126",
"type",
"Attraction"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Milton Country Park"
],
[
"_:result",
"address",
"Milton Country Park"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"arrive_by",
"the booked time"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow tesla"
],
[
"_:result",
"phone",
"07623087287"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi . Could you help me with finding a hotel ?"
},
{
"id": 1,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Absolutely , do you have any other requirements ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "A 3 star hotel on the east side would be preferable ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I do n't have anything matching your request , would you like to change your hotel location or star rating ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about a 4 star hotel with free parking ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm still not finding anything . Would you like a different area ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'4');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a hotel for 4 people and 4 nights starting from thursday"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry there are no matches ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Oh wow . I really need to find something . Would you mind looking again ? 4 Star rated in the east with free parking . I would really appreciate it ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Sorry . There are no matches . Is there anything else I can do for you today ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,stars,'4');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm sorry but I have a hard time believing there is no place to stay in the east with either a 3 or 4 star rating ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,type,'Hotel'))",
"request((_:search,area,?);(_:search,type,'Hotel'))",
"canthelp((_:search,area,'east');(_:search,category,'any kind');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "There are actually no lodgings of any kind in the east part of town listed . Would you like to try another area . The centre is very popular ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Since you say there are no 3 or 4 star hotels in the east , I will settle for the centre of town ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'lots');(_:result,category,'hotels');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "That was a mistake . There are lots of 4 star hotels here . What is your price range ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'4');(_:search,pricerange,'expensive');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Let 's go expensive . I need to book it for 4 people for 4 nights on Thursday ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"canthelp((_:search,area,'east');(_:search,category,'hotels');(_:search,pricerange,'expensive');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I am sorry but there are no 4 star hotels in the east in the expensive range . Would you like to try another price range , area , or star rating ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "This is really frustrating . Can you find me any 3 or 4 star hotels anywhere ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'hotel');(_:result,name,'Gonville Hotel');(_:result,pricerange,'expensive');(_:result,stars,'3');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Gonville Hotel is a great hotel located in the centre . It 's 3 stars and is in the expensive price range . Would you like me to book you a room ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'4');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "book for 4 people 4 nights from thursday"
},
{
"id": 19,
"rdf-acts": [
"inform((_:booking,ref,'E5BQH7U1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay that was comleted successfully and your reference number is E5BQH7U1 ."
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,name,'cherry hinton hall and grounds');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you please provide me with information on the attraction cherry hinton hall and grounds ?"
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,address,'cherry hinton road');(_:result,area,'east');(_:result,category,'entertainment');(_:result,entrance_fee,'no entrance fee information listed');(_:result,phone,'01223446104');(_:result,postcode,'cb18dw');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Absolutely ! It is an entertainment attraction in the east . Phone is 01223446104 . Postcode is cb18dw . And address is cherry hinton road . There is no entrance fee information listed ."
},
{
"id": 22,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you double check for a 3 or 4 star hotel on the east side with free parking ?"
},
{
"id": 23,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Leverton House');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Leverton House is a 4 star guesthouse in the east part of town in the cheap price range with both internet and parking included . Is there anything else today ?"
},
{
"id": 24,
"rdf-acts": [
"inform((_:search,departure,'gonville hotell');(_:search,destination,'cherry hinton hall and grounds');(_:search,leave_at,'13:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Great thanks . I need a taxi from Gonville Hotell to Cherry Hinton Hall and Grounds at 13:15 ."
},
{
"id": 25,
"rdf-acts": [
"inform((_:result,car,'black Tesla');(_:result,departure,'Gonville Hotel');(_:result,destination,'Cherry Hinton Hall and Grounds');(_:result,leave_at,'13:15');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Your taxi was booked successfully . You will be picked up in a black Tesla by 13:15 at the Gonville Hotel and dropped off at Cherry Hinton Hall and Grounds ."
},
{
"id": 26,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Great . Do you have a contact number ?"
},
{
"id": 27,
"rdf-acts": [
"inform((_:result,phone,'07167487501');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Their contact number is 07167487501 . Is there anything else I can assist you with today ?"
},
{
"id": 28,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thanks . That 's all . Have a blessed day . Goodbye ."
},
{
"id": 29,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge TownInfo centre . Goodbye ."
}
] |
PMUL2590.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/1e68d38a"
],
[
"_:search/1e68d38a",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/1e68d38a"
],
[
"_:search/1e68d38a",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/30a99700"
],
[
"_:search/30a99700",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/1e68d38a"
],
[
"_:search/1e68d38a",
"type",
"Hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/30a99700"
],
[
"_:search/30a99700",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"canthelp",
"_:search/8cb65a42"
],
[
"_:search/8cb65a42",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/1e68d38a"
],
[
"_:search/1e68d38a",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/30a99700"
],
[
"_:search/30a99700",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:search/8cb65a42"
],
[
"_:search/8cb65a42",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/731e5770"
],
[
"_:search/731e5770",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/1e68d38a"
],
[
"_:search/1e68d38a",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/30a99700"
],
[
"_:search/30a99700",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:search/8cb65a42"
],
[
"_:search/8cb65a42",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/731e5770"
],
[
"_:search/731e5770",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/4d7b4308"
],
[
"_:search/4d7b4308",
"area",
"east"
],
[
"_:search/4d7b4308",
"category",
"any kind"
],
[
"_:search/4d7b4308",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/1e68d38a"
],
[
"_:search/1e68d38a",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/30a99700"
],
[
"_:search/30a99700",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/8cb65a42"
],
[
"_:search/8cb65a42",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/731e5770"
],
[
"_:search/731e5770",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/4d7b4308"
],
[
"_:search/4d7b4308",
"area",
"east"
],
[
"_:search/4d7b4308",
"category",
"any kind"
],
[
"_:search/4d7b4308",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_: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",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/1e68d38a"
],
[
"_:search/1e68d38a",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/30a99700"
],
[
"_:search/30a99700",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/8cb65a42"
],
[
"_:search/8cb65a42",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/731e5770"
],
[
"_:search/731e5770",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/4d7b4308"
],
[
"_:search/4d7b4308",
"area",
"east"
],
[
"_:search/4d7b4308",
"category",
"any kind"
],
[
"_:search/4d7b4308",
"type",
"Hotel"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/9df6ff0a"
],
[
"_:search/9df6ff0a",
"area",
"east"
],
[
"_:search/9df6ff0a",
"category",
"hotels"
],
[
"_:search/9df6ff0a",
"pricerange",
"expensive"
],
[
"_:search/9df6ff0a",
"stars",
"4"
],
[
"_:search/9df6ff0a",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/1e68d38a"
],
[
"_:search/1e68d38a",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/30a99700"
],
[
"_:search/30a99700",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/8cb65a42"
],
[
"_:search/8cb65a42",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/731e5770"
],
[
"_:search/731e5770",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/4d7b4308"
],
[
"_:search/4d7b4308",
"area",
"east"
],
[
"_:search/4d7b4308",
"category",
"any kind"
],
[
"_:search/4d7b4308",
"type",
"Hotel"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/9df6ff0a"
],
[
"_:search/9df6ff0a",
"area",
"east"
],
[
"_:search/9df6ff0a",
"category",
"hotels"
],
[
"_:search/9df6ff0a",
"pricerange",
"expensive"
],
[
"_:search/9df6ff0a",
"stars",
"4"
],
[
"_:search/9df6ff0a",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"4"
],
[
"_: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
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/1e68d38a"
],
[
"_:search/1e68d38a",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/30a99700"
],
[
"_:search/30a99700",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/8cb65a42"
],
[
"_:search/8cb65a42",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/731e5770"
],
[
"_:search/731e5770",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/4d7b4308"
],
[
"_:search/4d7b4308",
"area",
"east"
],
[
"_:search/4d7b4308",
"category",
"any kind"
],
[
"_:search/4d7b4308",
"type",
"Hotel"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/9df6ff0a"
],
[
"_:search/9df6ff0a",
"area",
"east"
],
[
"_:search/9df6ff0a",
"category",
"hotels"
],
[
"_:search/9df6ff0a",
"pricerange",
"expensive"
],
[
"_:search/9df6ff0a",
"stars",
"4"
],
[
"_:search/9df6ff0a",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"E5BQH7U1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"cherry hinton hall and grounds"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/1e68d38a"
],
[
"_:search/1e68d38a",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/30a99700"
],
[
"_:search/30a99700",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/8cb65a42"
],
[
"_:search/8cb65a42",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/731e5770"
],
[
"_:search/731e5770",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/4d7b4308"
],
[
"_:search/4d7b4308",
"area",
"east"
],
[
"_:search/4d7b4308",
"category",
"any kind"
],
[
"_:search/4d7b4308",
"type",
"Hotel"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/9df6ff0a"
],
[
"_:search/9df6ff0a",
"area",
"east"
],
[
"_:search/9df6ff0a",
"category",
"hotels"
],
[
"_:search/9df6ff0a",
"pricerange",
"expensive"
],
[
"_:search/9df6ff0a",
"stars",
"4"
],
[
"_:search/9df6ff0a",
"type",
"Hotel"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"E5BQH7U1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"cherry hinton hall and grounds"
],
[
"_:result",
"address",
"cherry hinton road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"entrance_fee",
"no entrance fee information listed"
],
[
"_:result",
"phone",
"01223446104"
],
[
"_:result",
"postcode",
"cb18dw"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"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,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/1e68d38a"
],
[
"_:search/1e68d38a",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/30a99700"
],
[
"_:search/30a99700",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/8cb65a42"
],
[
"_:search/8cb65a42",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/731e5770"
],
[
"_:search/731e5770",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/4d7b4308"
],
[
"_:search/4d7b4308",
"area",
"east"
],
[
"_:search/4d7b4308",
"category",
"any kind"
],
[
"_:search/4d7b4308",
"type",
"Hotel"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/9df6ff0a"
],
[
"_:search/9df6ff0a",
"area",
"east"
],
[
"_:search/9df6ff0a",
"category",
"hotels"
],
[
"_:search/9df6ff0a",
"pricerange",
"expensive"
],
[
"_:search/9df6ff0a",
"stars",
"4"
],
[
"_:search/9df6ff0a",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"E5BQH7U1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"cherry hinton hall and grounds"
],
[
"_:result",
"address",
"cherry hinton road"
],
[
"_:result",
"entrance_fee",
"no entrance fee information listed"
],
[
"_:result",
"phone",
"01223446104"
],
[
"_:result",
"postcode",
"cb18dw"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Leverton House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"gonville hotell"
],
[
"_:search",
"destination",
"cherry hinton hall and grounds"
],
[
"_:search",
"leave_at",
"13: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,
21,
22,
23,
24
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/1e68d38a"
],
[
"_:search/1e68d38a",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/30a99700"
],
[
"_:search/30a99700",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/8cb65a42"
],
[
"_:search/8cb65a42",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/731e5770"
],
[
"_:search/731e5770",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/4d7b4308"
],
[
"_:search/4d7b4308",
"area",
"east"
],
[
"_:search/4d7b4308",
"category",
"any kind"
],
[
"_:search/4d7b4308",
"type",
"Hotel"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/9df6ff0a"
],
[
"_:search/9df6ff0a",
"area",
"east"
],
[
"_:search/9df6ff0a",
"category",
"hotels"
],
[
"_:search/9df6ff0a",
"pricerange",
"expensive"
],
[
"_:search/9df6ff0a",
"stars",
"4"
],
[
"_:search/9df6ff0a",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"E5BQH7U1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"cherry hinton hall and grounds"
],
[
"_:result",
"address",
"cherry hinton road"
],
[
"_:result",
"entrance_fee",
"no entrance fee information listed"
],
[
"_:result",
"phone",
"01223446104"
],
[
"_:result",
"postcode",
"cb18dw"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Leverton House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"gonville hotell"
],
[
"_:search",
"destination",
"cherry hinton hall and grounds"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black Tesla"
],
[
"_:result",
"departure",
"Gonville Hotel"
],
[
"_:result",
"destination",
"Cherry Hinton Hall and Grounds"
],
[
"_:result",
"leave_at",
"13:15"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26
]
},
{
"id": 14,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/1e68d38a"
],
[
"_:search/1e68d38a",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/30a99700"
],
[
"_:search/30a99700",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/8cb65a42"
],
[
"_:search/8cb65a42",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/731e5770"
],
[
"_:search/731e5770",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/4d7b4308"
],
[
"_:search/4d7b4308",
"area",
"east"
],
[
"_:search/4d7b4308",
"category",
"any kind"
],
[
"_:search/4d7b4308",
"type",
"Hotel"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/9df6ff0a"
],
[
"_:search/9df6ff0a",
"area",
"east"
],
[
"_:search/9df6ff0a",
"category",
"hotels"
],
[
"_:search/9df6ff0a",
"pricerange",
"expensive"
],
[
"_:search/9df6ff0a",
"stars",
"4"
],
[
"_:search/9df6ff0a",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"E5BQH7U1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"cherry hinton hall and grounds"
],
[
"_:result",
"address",
"cherry hinton road"
],
[
"_:result",
"entrance_fee",
"no entrance fee information listed"
],
[
"_:result",
"postcode",
"cb18dw"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Leverton House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"departure",
"gonville hotell"
],
[
"_:search",
"destination",
"cherry hinton hall and grounds"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black Tesla"
],
[
"_:result",
"departure",
"Gonville Hotel"
],
[
"_:result",
"destination",
"Cherry Hinton Hall and Grounds"
],
[
"_:result",
"leave_at",
"13:15"
],
[
"_:result",
"phone",
"07167487501"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'stevenage');(_:search,leave_at,'15:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Is there any train to stevenage that leaves after 15:45 ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day would you like the train for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be travelling from Cambridge on Saturday ,"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR4216');(_:result,leave_at,'17:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR4216 leaves at 17:21 . Does that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What time will it arrive ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'18:10');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The train will arrive by 18:10"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanks ! I 'm also looking for a place to eat in the centre if you do n't mind ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'lots');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are lots to choose from . First , may I ask if you have a certain type of cuisine you are looking for ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like a modern european restaurant ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'modern european');(_:result,name,'riverside brasserie');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "riverside brasserie serves modern european food . Would you like me to book seats ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'12:00');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "yes , please . 8 people at 12:00 on saturday ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'2Q3DVUFC');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : 2Q3DVUFC . Anything else I can do for you ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that 's all for today , thank you ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling . If you need additional assistance , please feel free to call again . Have a great time in Cambridge ! Goodbye ."
}
] |
PMUL3033.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR4216"
],
[
"_:result",
"leave_at",
"17:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR4216"
],
[
"_:result",
"leave_at",
"17:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"18:10"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR4216"
],
[
"_:result",
"leave_at",
"17:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"18:10"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR4216"
],
[
"_:result",
"leave_at",
"17:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"18:10"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"riverside brasserie"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR4216"
],
[
"_:result",
"leave_at",
"17:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"arrive_by",
"18:10"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"riverside brasserie"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"2Q3DVUFC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you find me an italian restaurant that is in the centre ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'Ask');(_:result,name,'Pizza Express');(_:result,name,'Pizza Hut City Centre');(_:result,name,'Stazione Restaurant and coffee bar');(_:result,name,'Zizzi Cambridge');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "You have your choice of Pizza Hut City Centre , Stazione Restaurant and coffee bar , Pizza Express , Ask , or Zizzi Cambridge ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are any of them in the cheap price range ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Pizza hut');(_:result,name,'Zizzi');(_:result,name,'ask');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Pizza hut , ask and Zizzi all appear to be in the cheap price range , Would you like me to book one ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Which one would you recommend ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Ask');(_:result,type,'Restaurant'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I recommend Ask . Do you want me to book it for you ? What day and time do you want to eat ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,day,'wednesday');(_:search,duration,'17:15');(_:search,people,'6');(_:search,pricerange,'same area and price range');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "As long as it 's in the same area and price range , I guess I can try it . Please book it for 6 people at 17:15 on wednesday ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry , a table was not available . Would you like to try another restaurant ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,pricerange,'same area and price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Another , same area and price range please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,day,'Wednesday');(_:booking,duration,'17:15');(_:booking,name,'zizi cambridge');(_:booking,people,'6');(_:booking,ref,'CRW6R09Z');(_:booking,type,'Booking');(_:result,area,'centre');(_:result,food,'Italian');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "zizi cambridge is available . It is also a cheap Italian restaurant in the centre . Your reservation is for Wednesday at 17:15 for 6 people . Your reference number is CRW6R09Z ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great thank you for your help that 's all I needed today ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day !"
}
] |
SSNG0059.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"name",
"Ask"
],
[
"_:result",
"name",
"Pizza Express"
],
[
"_:result",
"name",
"Pizza Hut City Centre"
],
[
"_:result",
"name",
"Stazione Restaurant and coffee bar"
],
[
"_:result",
"name",
"Zizzi Cambridge"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Pizza hut"
],
[
"_:result",
"name",
"Zizzi"
],
[
"_:result",
"name",
"ask"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Ask"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"pricerange",
"same area and price range"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Ask"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/a8f743a6"
],
[
"_:booking/a8f743a6",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same area and price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Ask"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/a8f743a6"
],
[
"_:booking/a8f743a6",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same area and price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"17:15"
],
[
"_:booking",
"name",
"zizi cambridge"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"CRW6R09Z"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you find me a train on thursday ? I am leaving from cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Of course . Where are you headed ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm going to Liverpool Street in London ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'10');(_:result,day,'Thursday');(_:result,departure,'Cambridge');(_:result,destination,'Liverpool Street');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have 10 trains going to Liverpool Street from Cambridge on Thursday . What time do you need to arrive ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'15:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to arrive by 15:00 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'13:27');(_:result,id,'TR5504');(_:result,leave_at,'11:59');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR5504 that leaves at 11:59 and arrives by 13:27 . Would this fit your schedule ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,leave_at,'08:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No , find me one that leaves after 08:00 please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'11:27');(_:result,id,'TR2715');(_:result,leave_at,'09:59');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR2715 leaves at 09:59 and arrives by 11:27 , does this suit your needs better ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you book for 8 people ? Please include the reference number ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'8P0JZI40');(_:booking,ticket,'132.8 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reference number is 8P0JZI40 and you 'll owe 132.8 GBP . Anything else I can do ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I also need to find a place to visit in the west part of town ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,category,?);(_:search,name,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'west');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Is there anything in particular you 'd like to see in the west part of town ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "There 's nothing in particular . Could you recommend something fun to do ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,name,'magdalene college');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The magdalene college sounds like a blast and its also free ."
},
{
"id": 14,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you give me the phone number , please ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,phone,'01223332138');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number is 01223332138 ."
},
{
"id": 16,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Great ! What is their postcode please ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,postcode,'cb30ag');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their postcode is cb30ag"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that will do it for me today ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your time at the college !"
}
] |
PMUL1045.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"liverpool street"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Liverpool Street"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"15:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"liverpool street"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Liverpool Street"
],
[
"_:search",
"arrive_by",
"15:00"
],
[
"_:result",
"arrive_by",
"13:27"
],
[
"_:result",
"id",
"TR5504"
],
[
"_:result",
"leave_at",
"11:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"liverpool street"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Liverpool Street"
],
[
"_:search",
"arrive_by",
"15:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:result",
"arrive_by",
"11:27"
],
[
"_:result",
"id",
"TR2715"
],
[
"_:result",
"leave_at",
"09:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"liverpool street"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Liverpool Street"
],
[
"_:search",
"arrive_by",
"15:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:result",
"arrive_by",
"11:27"
],
[
"_:result",
"id",
"TR2715"
],
[
"_:result",
"leave_at",
"09:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"8P0JZI40"
],
[
"_:booking",
"ticket",
"132.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"liverpool street"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Liverpool Street"
],
[
"_:search",
"arrive_by",
"15:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:result",
"arrive_by",
"11:27"
],
[
"_:result",
"id",
"TR2715"
],
[
"_:result",
"leave_at",
"09:59"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"8P0JZI40"
],
[
"_:booking",
"ticket",
"132.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"liverpool street"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Liverpool Street"
],
[
"_:search",
"arrive_by",
"15:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:result",
"arrive_by",
"11:27"
],
[
"_:result",
"id",
"TR2715"
],
[
"_:result",
"leave_at",
"09:59"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"8P0JZI40"
],
[
"_:booking",
"ticket",
"132.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"magdalene college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"liverpool street"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Liverpool Street"
],
[
"_:search",
"arrive_by",
"15:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:result",
"arrive_by",
"11:27"
],
[
"_:result",
"id",
"TR2715"
],
[
"_:result",
"leave_at",
"09:59"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"8P0JZI40"
],
[
"_:booking",
"ticket",
"132.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"magdalene college"
],
[
"_:result",
"phone",
"01223332138"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"liverpool street"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Liverpool Street"
],
[
"_:search",
"arrive_by",
"15:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:result",
"arrive_by",
"11:27"
],
[
"_:result",
"id",
"TR2715"
],
[
"_:result",
"leave_at",
"09:59"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"8P0JZI40"
],
[
"_:booking",
"ticket",
"132.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"magdalene college"
],
[
"_:result",
"phone",
"01223332138"
],
[
"_:result",
"postcode",
"cb30ag"
],
[
"_: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,departure,'cambridge');(_:search,leave_at,'19:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to take a train out of cambridge after 19:00 please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,id,'TR1006');(_:result,leave_at,'19:00');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "how about the TR1006 , it leaves at 19:00 ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,destination,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to travel on tuesday to london kings cross ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,day,'tuesday');(_:result,departure,'cambridge');(_:result,destination,'london kings cross');(_:result,id,'TR4125');(_:result,leave_at,'19:00');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR4125 leaves cambridge for london kings cross on tuesday at 19:00 . Would you like me to book it for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please for 6 people ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'EZNVJAPG');(_:booking,ticket,'141.6 pounds');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful . Your reference number is EZNVJAPG . The cost is 141.6 pounds . Do you need anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'curry prince');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'm looking for a restaurant . I believe it 's called Curry Prince ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have found the restaurant ; would you like for me to book a table for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'14:00');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant');(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I would like it the same day at 14:00 . I would also like the reference number from the train and restaurant please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,ref,'EZNVJAPG');(_:result,type,'Train'))",
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "confirm # for the train is EZNVJAPG . How many for the reservation please ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'six');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "The restaurant is for six as well ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,day,'tuesday');(_:booking,duration,'14:00');(_:booking,name,'the curry prince');(_:booking,people,'6');(_:booking,ref,'ZDGUJIVY');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservation for 6 people at the curry prince for tuesday at 14:00 was successful . The table will be reserved for 15 minutes . \n Reference number is : ZDGUJIVY ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Ok thank you ! That is all I need ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else that you would like ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all . Thank you"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our services . Have a wonderful day !"
}
] |
PMUL4626.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:result",
"id",
"TR1006"
],
[
"_:result",
"leave_at",
"19:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"day",
"tuesday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"id",
"TR4125"
],
[
"_:result",
"leave_at",
"19:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"day",
"tuesday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"id",
"TR4125"
],
[
"_:result",
"leave_at",
"19:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"EZNVJAPG"
],
[
"_:booking",
"ticket",
"141.6 pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"day",
"tuesday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"id",
"TR4125"
],
[
"_:result",
"leave_at",
"19:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"EZNVJAPG"
],
[
"_:booking",
"ticket",
"141.6 pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"day",
"tuesday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"id",
"TR4125"
],
[
"_:result",
"leave_at",
"19:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"EZNVJAPG"
],
[
"_:booking",
"ticket",
"141.6 pounds"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:result",
"ref",
"EZNVJAPG"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"six"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"day",
"tuesday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"id",
"TR4125"
],
[
"_:result",
"leave_at",
"19:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"141.6 pounds"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:result",
"ref",
"EZNVJAPG"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"six"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"tuesday"
],
[
"_:booking",
"duration",
"14:00"
],
[
"_:booking",
"name",
"the curry prince"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"ZDGUJIVY"
],
[
"_: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",
"cambridge"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"day",
"tuesday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"id",
"TR4125"
],
[
"_:result",
"leave_at",
"19:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"141.6 pounds"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:result",
"ref",
"EZNVJAPG"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"six"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"tuesday"
],
[
"_:booking",
"duration",
"14:00"
],
[
"_:booking",
"name",
"the curry prince"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"ZDGUJIVY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'the varsity restaurant');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for some information on a restaurant called the varsity restaurant ."
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'Centre');(_:result,name,'Varsity Restaurant');(_:result,pricerange,'moderate priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I can look that up for you ! The Varsity Restaurant is located in Centre and is a moderate priced place . Do you need more information ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Nope , that is all the information I needed !"
},
{
"id": 3,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Please do n't hesitate to let us know if we can be of any other assistance ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I need a place to stay that includes free parking and is located on the east side of town ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'6');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 6 that meet your requests , do you have a price range ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,stars,'4-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , are there any 4-star places that are cheap ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'Autumn house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about the Autumn house ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great , can you book it for just me for 3 nights ? I 'll need it from Thursday ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Yes I will book it for you"
}
] |
PMUL0114.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the varsity restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the varsity restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"name",
"Varsity Restaurant"
],
[
"_:result",
"pricerange",
"moderate priced"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the varsity restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"name",
"Varsity Restaurant"
],
[
"_:result",
"pricerange",
"moderate priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the varsity restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"name",
"Varsity Restaurant"
],
[
"_:result",
"pricerange",
"moderate priced"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the varsity restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"pricerange",
"moderate priced"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"name",
"Autumn house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want a train that is going to cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What is your departure site and preferred day and time of departure ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on saturday from stevenage ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'10');(_:result,day,'Saturday');(_:result,departure,'Stevenage');(_:result,destination,'Cambridge');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have 10 trains on Saturday going to Cambridge from Stevenage . What time would you like to depart or arrive ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'11:30');(_:search,departure,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to depart from Stevenage and arrive by 11:30 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'10:43');(_:result,departure,'Stevenage');(_:result,destination,'Cambridge');(_:result,id,'TR9024');(_:result,leave_at,'09:54');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have TR9024 that leaves Stevenage at 09:54 and will arrive in Cambridge by 10:43 . Would that work for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "yes , thank you . I am also looking for some places to visit in the centre of town . Any recommendations ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'colleges');(_:result,category,'museums');(_:result,category,'others');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Do you have a specific type of attraction ? There are museums , colleges , and others ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'dontcare');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Not really , I 'm down for anything , what would you recommend ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'nightclubs');(_:result,count,'1');(_:result,entrance_fee,'5 pounds');(_:result,name,'club salsa');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "if you like nightclubs , there is a great one called club salsa in the centre . their entrance fee is 5 pounds ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the address and phone number please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'1 Station Road');(_:result,name,'Club Salsa');(_:result,phone,'07782218745');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Club Salsa is located at 1 Station Road . You can reach them at 07782218745 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , that was all I needed to know . Goodbye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Goodbye , have a great day ."
}
] |
PMUL1152.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",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"arrive_by",
"10:43"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9024"
],
[
"_:result",
"leave_at",
"09:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"arrive_by",
"10:43"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9024"
],
[
"_:result",
"leave_at",
"09:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"others"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"arrive_by",
"10:43"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9024"
],
[
"_:result",
"leave_at",
"09:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"club salsa"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"arrive_by",
"10:43"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9024"
],
[
"_:result",
"leave_at",
"09:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"address",
"1 Station Road"
],
[
"_:result",
"name",
"Club Salsa"
],
[
"_:result",
"phone",
"07782218745"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train out of cambridge on Saturday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "No problem ! Where do you plan to go on Saturday ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to go to Kings Lynn ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Alright , when do you want to leave and arrive ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'14:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Arrival time is not important , but the train should leave after 14:30 ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'QA65LM7A');(_:booking,ticket,'7.84 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 7.84 GBP payable at the station . Reference number is : QA65LM7A . Is there anything else I can help with ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . Sounds good"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Have a wonderful day ."
}
] |
SNG0419.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"QA65LM7A"
],
[
"_:booking",
"ticket",
"7.84 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi . I 'm looking for a train . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What is your departure site ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving from bishops stortford ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'every couple of hours');(_:result,departure,'Bishops Stortford');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are trains from Bishops Stortford every couple of hours . What day will you be traveling , and I 'm assuming you 're heading to Cambridge ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'15:45');(_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,destination,'bishops');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Sorry , I am coming from Cambridge and going to Bishops . On Tuesday , and I want to get there by 15:45"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'5');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 5 trains that I can book for you . Do you have a preferred departure time ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'15:45');(_:search,leave_at,'dontcare');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No I do not . I just need to arrive at 15:45 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'14:07');(_:result,departure,'cambridge');(_:result,id,'TR2771');(_:result,leave_at,'13:29');(_:result,ticket,'10.10 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've found TR2771 leaving cambridge at 13:29 and arriving at 14:07 . The price is 10.10 pounds . Can I book this train for you ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the total travel time for the train ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,duration,'38 minutes');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It 's 38 minutes . Would you like to book it ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes can you please and send me the reference ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many tickets will you be needing ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i will only be needing one ticket ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'CHXFL1AJ');(_:booking,ticket,'10.1 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 10.1 GBP payable at the station . \n Reference number is : CHXFL1AJ ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would also like a hotel in the area ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Which area could you like the hotel to be located at ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would prefer it in the centre and to be 0 stars ."
},
{
"id": 17,
"rdf-acts": [
"select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,name,'El shaddai');(_:result,name,'cityroomz');(_:result,pricerange,'cheap');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))",
"inform((_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "El shaddai is a guesthouse in the cheap range ; cityroomz is a hotel in the moderate price range . Which one do you prefer ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_internet,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I would prefer one that has free parking and internet ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,name,'el shaddai');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I would recommend the el shaddai ."
},
{
"id": 20,
"rdf-acts": [
"request((_:result,has_internet,?);(_:result,postcode,?);(_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Do they have internet , and can you provide the postcode & price range ?"
},
{
"id": 21,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'El Shaddai');(_:result,postcode,'cb11eg');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "El Shaddai has both internet and parking . They are in the cheap pricerange . The postcode is cb11eg . Would you like me to book a room for you ?"
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Not at this time , thank you ."
},
{
"id": 23,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with today ?"
},
{
"id": 24,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all , thank you !"
},
{
"id": 25,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day ."
}
] |
PMUL1564.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"every couple of hours"
],
[
"_:result",
"departure",
"Bishops Stortford"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"every couple of hours"
],
[
"_:result",
"departure",
"Bishops Stortford"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"every couple of hours"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR2771"
],
[
"_:result",
"leave_at",
"13:29"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"every couple of hours"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR2771"
],
[
"_:result",
"leave_at",
"13:29"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"every couple of hours"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR2771"
],
[
"_:result",
"leave_at",
"13:29"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"every couple of hours"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR2771"
],
[
"_:result",
"leave_at",
"13:29"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"CHXFL1AJ"
],
[
"_:booking",
"ticket",
"10.1 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"every couple of hours"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR2771"
],
[
"_:result",
"leave_at",
"13:29"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"CHXFL1AJ"
],
[
"_:booking",
"ticket",
"10.1 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"stars",
"0"
],
[
"_: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",
"amount",
"every couple of hours"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR2771"
],
[
"_:result",
"leave_at",
"13:29"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"CHXFL1AJ"
],
[
"_:booking",
"ticket",
"10.1 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"El shaddai"
],
[
"_:result",
"name",
"cityroomz"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"every couple of hours"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR2771"
],
[
"_:result",
"leave_at",
"13:29"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"CHXFL1AJ"
],
[
"_:booking",
"ticket",
"10.1 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"every couple of hours"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR2771"
],
[
"_:result",
"leave_at",
"13:29"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"CHXFL1AJ"
],
[
"_:booking",
"ticket",
"10.1 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"postcode",
"cb11eg"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"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,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"every couple of hours"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR2771"
],
[
"_:result",
"leave_at",
"13:29"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"CHXFL1AJ"
],
[
"_:booking",
"ticket",
"10.1 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"postcode",
"cb11eg"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'belgian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant in the expensive price range that serves Belgian food ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have nothing available meeting your request , would you like to try a different price range or another type of cuisine ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , is there any expensive European eateries ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'4');(_:result,food,'european');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , there are 4 expensive restaurants serving european food . Which area would you like ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the address of the restaurant ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,\"St. Michael 's Church Trinity Street City Centre\");(_:result,name,'Michaelhouse Cafe');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Michaelhouse Cafe is at St. Michael 's Church Trinity Street City Centre . How does that sound ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is its phone number ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,phone,'01223 309147');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number is 01223 309147 ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay , thanks . And what area is it in please ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It is in the centre part of town ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's good , thanks ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Would you like anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all . Thank you , goodbye !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "your welcome . thanks for calling"
}
] |
WOZ20121.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"belgian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8a2e1308"
],
[
"_:search/8a2e1308",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8a2e1308"
],
[
"_:search/8a2e1308",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8a2e1308"
],
[
"_:search/8a2e1308",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"St. Michael 's Church Trinity Street City Centre"
],
[
"_:result",
"name",
"Michaelhouse Cafe"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8a2e1308"
],
[
"_:search/8a2e1308",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"St. Michael 's Church Trinity Street City Centre"
],
[
"_:result",
"name",
"Michaelhouse Cafe"
],
[
"_:result",
"phone",
"01223 309147"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8a2e1308"
],
[
"_:search/8a2e1308",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"St. Michael 's Church Trinity Street City Centre"
],
[
"_:result",
"name",
"Michaelhouse Cafe"
],
[
"_:result",
"phone",
"01223 309147"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8a2e1308"
],
[
"_:search/8a2e1308",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"St. Michael 's Church Trinity Street City Centre"
],
[
"_:result",
"name",
"Michaelhouse Cafe"
],
[
"_:result",
"phone",
"01223 309147"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "user",
"text": "Hi , I 'm looking for a place to stay in Cambridge . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Yes , of course . What area will you be staying in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'southend');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I will be staying on the southend ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,count,'4');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "There are 4 places to stay in the south . Do you have any other specifications ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want it to be expensive and include free parking ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Lensfield');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Lensfield fits all these criteria , would you like me to book it ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I actually want to stay in the East , with free parking ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,category,'hotel');(_:result,has_parking,'none');(_:result,name,'Express by Holiday Inn Cambridge');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure , Express by Holiday Inn Cambridge is an expensive hotel in the east with free parking . Would you like more information ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'6');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you go ahead and book me a room for 4 nights starting Friday ? There will be a total of 6 people ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'FK4WK9O1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I managed to book your reservation successfully , Reference number is : FK4WK9O1 . Thank you ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for somewhere to go in the east part of town . Can you help me ?"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "system",
"text": "No problem . Do you have any preference ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't really have any preferences other than I want it to be in the same area as the hotel ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,category,'museum');(_:result,name,'Cambridge Artworks');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Okay , well I recommend Cambridge Artworks . It 's a lovely museum ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,name,'cambridge artworks');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you give me the address and postcode for Cambridge Artworks ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,address,'5 greens road');(_:result,postcode,'cb13ef');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode is cb13ef and the address is 5 greens road ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for all your help . Goodbye ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Great , have a good one !"
}
] |
MUL1023.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"southend"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"southend"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Lensfield"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Express by Holiday Inn Cambridge"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Express by Holiday Inn Cambridge"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"FK4WK9O1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Express by Holiday Inn Cambridge"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"FK4WK9O1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_: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": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"FK4WK9O1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_: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": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"FK4WK9O1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'holy trinity church');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to get a taxi out of holy trinity church ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'saint johns chop house');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm going to saint johns chop house ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I can help you with that . When do you need to leave ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'22:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to arrive at the chop house by 22:30 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,car,'yellow Volkswagen');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Your taxi is booked . Look for a yellow Volkswagen ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I need the contact number please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,phone,'07727071722');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "The contact number is 07727071722 . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is all Thank you goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Please call us anytime . Good Bye ."
}
] |
SNG02348.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"holy trinity church"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"holy trinity church"
],
[
"_:search",
"destination",
"saint johns chop house"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"holy trinity church"
],
[
"_:search",
"destination",
"saint johns chop house"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"22:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"holy trinity church"
],
[
"_:search",
"destination",
"saint johns chop house"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"22:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow Volkswagen"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"holy trinity church"
],
[
"_:search",
"destination",
"saint johns chop house"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"22:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow Volkswagen"
],
[
"_:result",
"phone",
"07727071722"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,leave_at,'10:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train that leaves after 10:00 on Wednesday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "I can assist you with that . Can you tell me where you will be departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to depart from Cambridge , going to london kings cross ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'11:51');(_:result,day,'Wednesday');(_:result,departure,'cambridge');(_:result,destination,'London Kings Cross');(_:result,id,'TR9781');(_:result,leave_at,'11:00');(_:result,ticket,'23.60');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How about TR9781 leaving Cambridge to London Kings Cross on Wednesday ? It leaves at 11:00 and gets in at 11:51 . It costs 23.60 . Can I book this ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No , I do n't need a booking at the moment . What 's the travel time ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,duration,'51 minutes');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The travel time is 51 minutes . Will that be all for today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Not quite yet . I 'm also looking for a moderately priced hotel ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What area would you like to stay in ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "In the north . I really prefer 4 star hotels ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,amount,'The best');(_:result,pricerange,'moderate');(_:result,stars,'2');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The best that we have in the moderate price range is 2 stars . Could I help you find something else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about a guesthouse ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'a number');(_:result,area,'north');(_:result,category,'guesthouses');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It looks like there are a number of guesthouses in the north , would you like to look for a certain price range ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "The hotel should be in the moderate price range"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'7');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i have 7 moderately priced hotels . do you need free parking and internet ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,has_internet,'dontcare');(_:search,has_parking,'dontcare');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would also want something 4 star rated . I do n't need the free parking or wifi but if it comes with it that s fine ."
},
{
"id": 15,
"rdf-acts": [
"select((_:result,name,'the acorn guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about the acorn guest house ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'4');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sounds good . Can you book it for 5 nights starting Friday ? There are 4 of us ."
},
{
"id": 17,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I will check their availability ."
},
{
"id": 18,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay , thank you . I 'll need the reference number for the booking ."
},
{
"id": 19,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'FTI92D9B');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , I have it booked for you . Your reference number is FTI92D9B . Anything else I can help you with ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I needed . Thank you !"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a great day !"
}
] |
PMUL4728.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"10:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"10:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"10:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"id",
"TR9781"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:result",
"ticket",
"23.60"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"10:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"id",
"TR9781"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:result",
"ticket",
"23.60"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"10:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"id",
"TR9781"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:result",
"ticket",
"23.60"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"10:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"id",
"TR9781"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:result",
"ticket",
"23.60"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"The best"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"10:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"id",
"TR9781"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:result",
"ticket",
"23.60"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_: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",
"wednesday"
],
[
"_:search",
"leave_at",
"10:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"id",
"TR9781"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:result",
"ticket",
"23.60"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"stars",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"10:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"id",
"TR9781"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:result",
"ticket",
"23.60"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"stars",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"the acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"10:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"id",
"TR9781"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:result",
"ticket",
"23.60"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"stars",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"the acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"10:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"id",
"TR9781"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:result",
"ticket",
"23.60"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"the acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"FTI92D9B"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello ! Can you give me some info on a restaurant please ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Would love to ! What kind of food do you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'15:00');(_:search,name,'cocum');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Actually I am specifically looking for the Cocum restaurant , I would like to book for 7 people at 15:00 on monday if possible ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,day,'Monday');(_:booking,duration,'15:00');(_:booking,name,'Cocum restaurant');(_:booking,people,'you and 6 other guests');(_:booking,ref,'BPE8LVHA');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a table reserved for you and 6 other guests at the Cocum restaurant on Monday at 15:00 . The reference number is BPE8LVHA ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'cheaper');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you . I 'd also like a guesthouse in the cheaper price range . Can you help me with that ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,amount,'several');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "there are several in the area of the restaurant . would you like to book the closest one ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "As long as it has free wifi"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'finches Bed and Breakfast');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The finches Bed and Breakfast fits your needs . When would you like to stay ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes that 's find are the in the moderate price range ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "no it is cheap . will that do for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you book it for me and get a reference number ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , I just need to know what day you 're arriving , how many nights you 're staying , and the number of people in your party ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,people,'same group of people');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The same group of people and same day for 3 nights ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'CUL9VZ04');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I booked your restaurant table , and the reference number is CUL9VZ04 . Is there anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I am looking to book a guesthouse in the cheap price range that includes free wifi ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Monday');(_:booking,name,'Finches Bed and Breakfast');(_:booking,people,'seven');(_:booking,ref,'CUL9VZ04');(_:booking,stay,'three');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book you a room for seven people for three nights , starting Monday , at Finches Bed and Breakfast . Reference number is CUL9VZ04 . Is there anything else ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you please confirm that the hotel you 've booked for us offers free wi - fi ? I need to be able to work while I 'm there ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes it has free wifi . Is there anything else I can help you with ?"
},
{
"id": 18,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That will be all for today . You were a great help . Goodbye"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you very much ."
}
] |
PMUL0468.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"name",
"cocum"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"name",
"cocum"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"15:00"
],
[
"_:booking",
"name",
"Cocum restaurant"
],
[
"_:booking",
"people",
"you and 6 other guests"
],
[
"_:booking",
"ref",
"BPE8LVHA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"name",
"cocum"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"15:00"
],
[
"_:booking",
"name",
"Cocum restaurant"
],
[
"_:booking",
"people",
"you and 6 other guests"
],
[
"_:booking",
"ref",
"BPE8LVHA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"name",
"cocum"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"duration",
"15:00"
],
[
"_:booking",
"name",
"Cocum restaurant"
],
[
"_:booking",
"people",
"you and 6 other guests"
],
[
"_:booking",
"ref",
"BPE8LVHA"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"finches Bed and Breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"name",
"cocum"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"duration",
"15:00"
],
[
"_:booking",
"name",
"Cocum restaurant"
],
[
"_:booking",
"people",
"you and 6 other guests"
],
[
"_:booking",
"ref",
"BPE8LVHA"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"finches Bed and Breakfast"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"name",
"cocum"
],
[
"_:booking",
"duration",
"15:00"
],
[
"_:booking",
"name",
"Cocum restaurant"
],
[
"_:booking",
"ref",
"BPE8LVHA"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"finches Bed and Breakfast"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"name",
"cocum"
],
[
"_:booking",
"duration",
"15:00"
],
[
"_:booking",
"name",
"Cocum restaurant"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"name",
"finches Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"CUL9VZ04"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"name",
"cocum"
],
[
"_:booking",
"duration",
"15:00"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"name",
"finches Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"name",
"Finches Bed and Breakfast"
],
[
"_:booking",
"people",
"seven"
],
[
"_:booking",
"ref",
"CUL9VZ04"
],
[
"_:booking",
"stay",
"three"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"name",
"cocum"
],
[
"_:booking",
"duration",
"15:00"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"name",
"finches Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"name",
"Finches Bed and Breakfast"
],
[
"_:booking",
"people",
"seven"
],
[
"_:booking",
"ref",
"CUL9VZ04"
],
[
"_:booking",
"stay",
"three"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'russian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi there , please find me a restaurant on the East side that serves russian food"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , I ca n't find anything like that ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about indian food ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'Curry prince');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Curry prince is in the east part of town in the moderate price range would you like to try that ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'curry prince');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , can you help me book a table for one at Curry Prince ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , what day and time ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'12:30');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "On Thursday at 12:30 for 1 person ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'Y6L0VIWC');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are all set , the reference number is Y6L0VIWC , can I help with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , thank you . I also need a train to Stansted ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,amount,'a lot of');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay , great . We have a lot of results . Would you like to narrow it down by departure location , day , departure time or arrival time ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'9:00');(_:search,day,'friday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd be leaving from cambridge , and would like to arrive by 9:00 on friday ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'08:08');(_:result,destination,'the airport');(_:result,id,'TR0916');(_:result,leave_at,'07:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR0916 that will leave at 07:40 and will arrive at the airport at 08:08 . Will that work for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Excellent can I get 1 ticket for that ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'74NEPLUK');(_:booking,ticket,'10.1 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 10.1 GBP payable at the station . \n Reference number is : 74NEPLUK . Can I hlep you with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is it . Thank you !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Ok . Thank you . Goodbye"
}
] |
PMUL3835.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"russian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/2ec19c84"
],
[
"_:search/2ec19c84",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/2ec19c84"
],
[
"_:search/2ec19c84",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Curry prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/2ec19c84"
],
[
"_:search/2ec19c84",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Curry prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/2ec19c84"
],
[
"_:search/2ec19c84",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Curry prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"Y6L0VIWC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/2ec19c84"
],
[
"_:search/2ec19c84",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Curry prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"Y6L0VIWC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"a lot of"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"9:00"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/2ec19c84"
],
[
"_:search/2ec19c84",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Curry prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"Y6L0VIWC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"a lot of"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"9:00"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"08:08"
],
[
"_:result",
"destination",
"the airport"
],
[
"_:result",
"id",
"TR0916"
],
[
"_:result",
"leave_at",
"07:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"1"
],
[
"_: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",
"east"
],
[
"_:system",
"canthelp",
"_:search/2ec19c84"
],
[
"_:search/2ec19c84",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Curry prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:result",
"amount",
"a lot of"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"9:00"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"08:08"
],
[
"_:result",
"destination",
"the airport"
],
[
"_:result",
"id",
"TR0916"
],
[
"_:result",
"leave_at",
"07:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"74NEPLUK"
],
[
"_:booking",
"ticket",
"10.1 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'world');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a restaurant that serves world food"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"reqmore()",
"inform((_:result,food,'world');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I m sorry , there are no restaurants that serve world food . Can I help you with something else ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about portuguese food ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'Portuguese');(_:result,name,'Nandos');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Nandos serves Portuguese and is located in the south part of town and is in the cheap price range ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the phone number and address ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Cambridge Leisure Park Clifton Way');(_:result,phone,'01223 327908');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number is 01223 327908 , and the address is Cambridge Leisure Park Clifton Way . May I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Goodbye ."
}
] |
WOZ20364.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"world"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ba852d6f"
],
[
"_:search/ba852d6f",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"world"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ba852d6f"
],
[
"_:search/ba852d6f",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ba852d6f"
],
[
"_:search/ba852d6f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way"
],
[
"_:result",
"phone",
"01223 327908"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'eritrean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any eritrean restaurants in town ?"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "No , there are no eritrean restaurants in town . Would you like a different restaurant ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about Chinese food ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'a wide variety');(_:result,food,'Chinese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is a wide variety of Chinese restaurants , do you have an area preference or a price preference to narrow it down ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like the East part of town ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'chinese');(_:result,name,'Yu Garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yu Garden is a chinese restaurant in the east area ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'yu garden');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could I get the address , phone number , and postcode of Yu Garden ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'529 Newmarket Road Fen Ditton');(_:result,phone,'01223 248882');(_:result,postcode,'8 P.A');(_:result,postcode,'C.B 5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Phone is 01223 248882 , address and postcode are 529 Newmarket Road Fen Ditton C.B 5 , 8 P.A"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you . That is all the information I needed . Bye bye !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Bye !"
}
] |
WOZ20439.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"eritrean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/3d1d2bc9"
],
[
"_:search/3d1d2bc9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/3d1d2bc9"
],
[
"_:search/3d1d2bc9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"a wide variety"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/3d1d2bc9"
],
[
"_:search/3d1d2bc9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"a wide variety"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"Yu Garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"yu garden"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/3d1d2bc9"
],
[
"_:search/3d1d2bc9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"a wide variety"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"Yu Garden"
],
[
"_:search",
"name",
"yu garden"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"529 Newmarket Road Fen Ditton"
],
[
"_:result",
"phone",
"01223 248882"
],
[
"_:result",
"postcode",
"8 P.A"
],
[
"_:result",
"postcode",
"C.B 5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi I am looking for a place to stay in the expensive price range ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'5');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 5 options for you . In what area would you like to stay ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,has_parking,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am not particular about the area . It is all right if the hotel does n't have free parking ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'University Arms Hotel');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about the University Arms Hotel ? It is a 4 star hotel in the centre of town with free wifi and free parking ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I actually do n't want free parking . Is there a hotel that does n't have free parking ?"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "express by holiday inn cambridge is a nice place and will suit your needs . Do you want me to book it for you ?"
}
] |
SSNG0351.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "Can you help me find a hospital nearby ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The nearest hospital to you is at Hills Rd , Cambridge . would you like their phone number ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "I would like the address and phone number please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,phone,'01223245151');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Sure , the phone number is 01223245151 and the address is Hills Rd , Cambridge ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,department,'transplant high dependency unit');(_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "Can you verify that the hospital has a transplant high dependency unit ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'01223216811');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Yes , it does . Here is the unit 's phone number : 01223216811 . Do you need any other information ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is everything . Thank You"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Alright sounds good . I hope everything is okay ."
}
] |
SNG01259.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",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:search",
"department",
"transplant high dependency unit"
],
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:search",
"department",
"transplant high dependency unit"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"01223216811"
],
[
"_:result",
"type",
"Hospital"
]
],
"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 am looking for a restaurant that serves British food and in the east part of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'british');(_:result,name,'grafton hotel restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "grafton hotel restaurant serves british food in the east area ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'grafton hotel restaurant');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the address , phone number , and price range of the grafton hotel restaurant ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'619 Newmarket Road Fen Ditton');(_:result,name,\"grafton hotel restaurant 's\");(_:result,phone,'01223 241387');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "grafton hotel restaurant 's address is 619 Newmarket Road Fen Ditton their phone number is 01223 241387 and it is listed in the expensive price range"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system ! Have a great day !"
}
] |
WOZ20111.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"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"grafton hotel restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"british"
],
[
"_:search",
"name",
"grafton hotel restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"619 Newmarket Road Fen Ditton"
],
[
"_:result",
"name",
"grafton hotel restaurant 's"
],
[
"_:result",
"phone",
"01223 241387"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a place to stay , can you book that ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,name,'Allenball');(_:result,pricerange,'great');(_:result,stars,'4');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Can you tell me more details ? Allenball is a 4 star guesthouse for a great price ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'guesthouse');(_:search,pricerange,'moderately');(_:search,stars,'4-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is that on the west side of town ? I like the 4-star guesthouse idea , but I need it to be moderately - priced and on the west side ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"canthelp((_:search,area,'west');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I have nothing on the west side can I check another area ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hmm . I think I should stay on the west , is there maybe a cheap option available instead ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'finches bed and breakfast');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The finches bed and breakfast is a cheap option in this area ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'2');(_:search,stay,'5');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "okay sold ! book it for 5 nights for 2 on tuesday , and I need the ref # too please"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'OAOWJ7FF');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay . Your booking was successful . The reference number is OAOWJ7FF . Can I help you with anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would also like to find a great place to visit that is located near the hotel . Do you have any recommendations ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,area,'west');(_:result,category,'colleges and museums');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are many colleges and museums in the west part of the city , what type of attraction are you interested in ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'dontcare');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Does n't matter . As long as I receive the address and post code as well ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'Magdalene Street');(_:result,name,'Magdalene College');(_:result,postcode,'cb30ag');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I would suggest Magdalene College . It is located on Magdalene Street and the post code is cb30ag ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'magdalene college');(_:search,destination,'the hotel');(_:search,leave_at,'03:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Awesome . Now please book me a taxi to go from Magdalene college to the hotel . I want to leave the college by 03:45"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'grey skoda');(_:result,departure,'Magdalene College');(_:result,destination,'Finches Bed and Breakfast');(_:result,leave_at,'03:45');(_:result,phone,'07909322670');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "A grey skoda will pick you up at Magdalene College at 03:45 to take you to Finches Bed and Breakfast . The driver 's contact number is 07909322670 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay , thank you . That 's all I need ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Enjoy your time in cambridge !"
}
] |
PMUL2741.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Allenball"
],
[
"_:result",
"pricerange",
"great"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Allenball"
],
[
"_:result",
"pricerange",
"great"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:system",
"canthelp",
"_:search/efa0fda2"
],
[
"_:search/efa0fda2",
"area",
"west"
],
[
"_:search/efa0fda2",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:system",
"canthelp",
"_:search/efa0fda2"
],
[
"_:search/efa0fda2",
"area",
"west"
],
[
"_:search/efa0fda2",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"finches bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:system",
"canthelp",
"_:search/efa0fda2"
],
[
"_:search/efa0fda2",
"area",
"west"
],
[
"_:search/efa0fda2",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"finches bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"OAOWJ7FF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"stars",
"4"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:system",
"canthelp",
"_:search/efa0fda2"
],
[
"_:search/efa0fda2",
"area",
"west"
],
[
"_:search/efa0fda2",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"finches bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"OAOWJ7FF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"colleges and museums"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"stars",
"4"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:system",
"canthelp",
"_:search/efa0fda2"
],
[
"_:search/efa0fda2",
"area",
"west"
],
[
"_:search/efa0fda2",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"OAOWJ7FF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"colleges and museums"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"address",
"Magdalene Street"
],
[
"_:result",
"name",
"Magdalene College"
],
[
"_:result",
"postcode",
"cb30ag"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"magdalene college"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"03:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"stars",
"4"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:system",
"canthelp",
"_:search/efa0fda2"
],
[
"_:search/efa0fda2",
"area",
"west"
],
[
"_:search/efa0fda2",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"OAOWJ7FF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"colleges and museums"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"address",
"Magdalene Street"
],
[
"_:result",
"name",
"Magdalene College"
],
[
"_:result",
"postcode",
"cb30ag"
],
[
"_:search",
"departure",
"magdalene college"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"03:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey skoda"
],
[
"_:result",
"departure",
"Magdalene College"
],
[
"_:result",
"destination",
"Finches Bed and Breakfast"
],
[
"_:result",
"leave_at",
"03:45"
],
[
"_:result",
"phone",
"07909322670"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'12:30');(_:search,day,'tuesday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Wow , I ca nt believe that I got a person this quickly . I need a train to cambridge . I want to get there buy tuesday at 12:30 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I 'm happy to help . Where will you be departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be leaving from london kings cross ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'12:08');(_:result,id,'TR7850');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Train TR7850 arrives at 12:08 , but that there are trains arriving earlier . Which one could you rather take ?"
},
{
"id": 4,
"rdf-acts": [
"thank()",
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to take this train . Thank you ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'UKTVT9CY');(_:booking,type,'Booking');(_:result,ticket,'23.6 GBP');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Reference number is : UKTVT9CY . the total fee is 23.6 GBP payable at the station ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Awesome . Could you also help me find a restaurant in the centre ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'69');(_:result,type,'Restaurant'))",
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 69 choices to select from . Can you narrow it down to the type of food and price range ? I can then search again for you"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "it should be in the moderate price range ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What type of food do you like ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'American');(_:search,people,'same group');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "American food and I need a booking for same group"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,amount,'only one');(_:result,food,'American');(_:result,name,'gourmet burger kitchen');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The only one I find with American food is in the expensive range , it 's the gourmet burger kitchen . Is this something you would be interested or would you prefer something else ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'Centre');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for something in the moderate price range in the Centre . Is there anything that meets that criteria ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,food,'british');(_:result,name,'oak bistro');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I can recommend the oak bistro in the centre of town , they have british food , and are in the moderate price range . Would you like to make a reservation ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'20:30');(_:search,people,'one');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please ! I 'd like a table for one person at 20:30 on tuesday"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am sorry , I am unable to book that right now . Is there anything else I can help you with ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,duration,'19:30');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about a table at 19:30 ? Can you reserve that please ?"
},
{
"id": 17,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I apologize but that does n't seem to be available either . Would you like me to try a different restaurant ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes if there are any more options , why do n't you try and suggest on for me , which ones do you like ?"
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'oak bistro');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We do have openings at the oak bistro if you are interested . It is located in centre with moderate price range ."
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,duration,'19:30');(_:search,people,'one');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes I would like a reservation for one at 19:30"
},
{
"id": 21,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'4ZAIQ7NX');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . The table will be reserved for 15 minutes . Reference number is : 4ZAIQ7NX . Is there anything else I can help you with ?"
},
{
"id": 22,
"rdf-acts": [
"thank()",
"bye()",
"thank()"
],
"speaker": "user",
"text": "No , you 've been a great help today . Thank you . Goodbye ."
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , I am glad to have assisted you . Goodbye ."
}
] |
PMUL4859.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"arrive_by",
"12:08"
],
[
"_:result",
"id",
"TR7850"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"arrive_by",
"12:08"
],
[
"_:result",
"id",
"TR7850"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:booking",
"ref",
"UKTVT9CY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"23.6 GBP"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"arrive_by",
"12:08"
],
[
"_:result",
"id",
"TR7850"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:booking",
"ref",
"UKTVT9CY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"23.6 GBP"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"69"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"arrive_by",
"12:08"
],
[
"_:result",
"id",
"TR7850"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:booking",
"ref",
"UKTVT9CY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"23.6 GBP"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"69"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"American"
],
[
"_:search",
"people",
"same group"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"arrive_by",
"12:08"
],
[
"_:result",
"id",
"TR7850"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:booking",
"ref",
"UKTVT9CY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"23.6 GBP"
],
[
"_:result",
"count",
"69"
],
[
"_:search",
"food",
"American"
],
[
"_:search",
"people",
"same group"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"only one"
],
[
"_:result",
"food",
"American"
],
[
"_:result",
"name",
"gourmet burger kitchen"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"Centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"arrive_by",
"12:08"
],
[
"_:result",
"id",
"TR7850"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:booking",
"ref",
"UKTVT9CY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"23.6 GBP"
],
[
"_:result",
"count",
"69"
],
[
"_:search",
"food",
"American"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"only one"
],
[
"_:search",
"area",
"Centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"oak bistro"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"20:30"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"arrive_by",
"12:08"
],
[
"_:result",
"id",
"TR7850"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:booking",
"ref",
"UKTVT9CY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"23.6 GBP"
],
[
"_:result",
"count",
"69"
],
[
"_:search",
"food",
"American"
],
[
"_:result",
"amount",
"only one"
],
[
"_:search",
"area",
"Centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"oak bistro"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:booking/c00ebd74"
],
[
"_:booking/c00ebd74",
"type",
"Booking"
],
[
"_:search",
"duration",
"19:30"
],
[
"_: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",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"arrive_by",
"12:08"
],
[
"_:result",
"id",
"TR7850"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:booking",
"ref",
"UKTVT9CY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"23.6 GBP"
],
[
"_:result",
"count",
"69"
],
[
"_:search",
"food",
"American"
],
[
"_:result",
"amount",
"only one"
],
[
"_:search",
"area",
"Centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"oak bistro"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:booking/c00ebd74"
],
[
"_:booking/c00ebd74",
"type",
"Booking"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:system",
"canthelp",
"_:booking/5baae539"
],
[
"_:booking/5baae539",
"type",
"Booking"
],
[
"_: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",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"arrive_by",
"12:08"
],
[
"_:result",
"id",
"TR7850"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:booking",
"ref",
"UKTVT9CY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"23.6 GBP"
],
[
"_:result",
"count",
"69"
],
[
"_:search",
"food",
"American"
],
[
"_:result",
"amount",
"only one"
],
[
"_:search",
"area",
"Centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"british"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:booking/c00ebd74"
],
[
"_:booking/c00ebd74",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/5baae539"
],
[
"_:booking/5baae539",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"oak bistro"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"19:30"
],
[
"_: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",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"arrive_by",
"12:08"
],
[
"_:result",
"id",
"TR7850"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"ticket",
"23.6 GBP"
],
[
"_:result",
"count",
"69"
],
[
"_:search",
"food",
"American"
],
[
"_:result",
"amount",
"only one"
],
[
"_:search",
"area",
"Centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"british"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:system",
"canthelp",
"_:booking/c00ebd74"
],
[
"_:booking/c00ebd74",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/5baae539"
],
[
"_:booking/5baae539",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"oak bistro"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"4ZAIQ7NX"
],
[
"_: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,area,'north');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a moderately priced restaurant in the north part of town"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'191 Histon Road Chesterton');(_:result,area,'north');(_:result,name,'Golden Wok');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Golden Wok is located in the north part of town and is the moderate price range . Their address is 191 Histon Road Chesterton ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there anything else in the moderate price range on the north part of town ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'7 milton road chesterton');(_:result,area,'north');(_:result,food,'indian');(_:result,name,'the nirala');(_:result,phone,'01223 360966');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "yes , the nirala is indian restaurant in the moderate price range and in the north . It is located at 7 milton road chesterton and its phone number is 01223 360966 . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . That 's all I need ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Have a good day !"
}
] |
WOZ20481.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"191 Histon Road Chesterton"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"7 milton road chesterton"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"the nirala"
],
[
"_:result",
"phone",
"01223 360966"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need to find an expensive restauant that 's in the south section of the city ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,area,'south');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are several restaurants in the south part of town that serve expensive food . Do you have a cuisine preference ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No I do n't care about the type of cuisine ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'Mexican');(_:result,name,'Chiquito Restaurant Bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Chiquito Restaurant Bar is a Mexican restaurant located in the south part of town ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is their address ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'2 G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There address is 2 G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton , it there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the food type they serve ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'Mexican');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They serve Mexican food ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , that 's what I was looking for . Thanks a lot !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you very much for using the Cambridge Restaurant System ."
}
] |
WOZ20000.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",
"amount",
"several"
],
[
"_:result",
"area",
"south"
],
[
"_: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",
"amount",
"several"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"name",
"Chiquito Restaurant Bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"name",
"Chiquito Restaurant Bar"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"2 G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton"
],
[
"_: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",
"expensive"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"name",
"Chiquito Restaurant Bar"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"2 G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"area",
"Mexican"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hello , I am looking for a place to stay that includes free wifi . I would also prefer it to be in a guesthouse"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'a number of');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are a number of options in Cambridge . What area would you prefer to stay in ? Price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The area is n't too important . But I would like something expensive ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunately I ca n't find any that are expensive . Let 's try a different price range ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "moderately priced would be fine ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Archway House');(_:result,pricerange,'moderately priced');(_:result,stars,'4-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about the Archway House ? It 's a 4-star moderately priced guesthouse with both free wifi and parking . Would you like to book a room ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,has_parking,'yes');(_:search,people,'7');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , can you book that for 7 people on Saturday ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many nights ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "We 'd like to stay for 2 nights , please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking was successful ! Can I get anything else for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Is there a reference number with that ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'O6F5S5XY');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , that 'll be O6F5S5XY ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks . That 's all I needed today ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Enjoy your day ."
}
] |
SNG0883.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",
"has_internet",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/abdb9850"
],
[
"_:search/abdb9850",
"pricerange",
"expensive"
],
[
"_:search/abdb9850",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:system",
"canthelp",
"_:search/abdb9850"
],
[
"_:search/abdb9850",
"pricerange",
"expensive"
],
[
"_:search/abdb9850",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:system",
"canthelp",
"_:search/abdb9850"
],
[
"_:search/abdb9850",
"pricerange",
"expensive"
],
[
"_:search/abdb9850",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:system",
"canthelp",
"_:search/abdb9850"
],
[
"_:search/abdb9850",
"pricerange",
"expensive"
],
[
"_:search/abdb9850",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:system",
"canthelp",
"_:search/abdb9850"
],
[
"_:search/abdb9850",
"pricerange",
"expensive"
],
[
"_:search/abdb9850",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"O6F5S5XY"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm hoping to find a cheap restaurant in the centre ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "No problem ! What type of food were you interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would love to have some Indian food please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,name,'Gandhi');(_:result,name,'Kohinoor');(_:result,name,'Mahal of Cambridge');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 've found 3 restaurants in that area : Kohinoor , The Gandhi , and Mahal of Cambridge ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'14:45');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Would you see if any of those are available on Wednesday at 14:45 for 5 people ? Thanks ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Gandhi');(_:booking,ref,'MYUME8FR');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to get you a table at The Gandhi . Your reference number is MYUME8FR and they 'll hold the table for 15 minutes . Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you ! There will be nothing else , goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Have a good day !"
}
] |
SSNG0188.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Gandhi"
],
[
"_:result",
"name",
"Kohinoor"
],
[
"_:result",
"name",
"Mahal of Cambridge"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Gandhi"
],
[
"_:result",
"name",
"Kohinoor"
],
[
"_:result",
"name",
"Mahal of Cambridge"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Gandhi"
],
[
"_:booking",
"ref",
"MYUME8FR"
],
[
"_: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": "i want you to recommend a place to go in the centre that is type of entertainment"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"canthelp((_:search,type,'Attraction'))",
"inform((_:result,area,'centre');(_:result,category,'entertainment');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry there are no entertainment attractions in the centre . Is there another area or attraction type you would be interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'nightclub');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Okay , how about a nightclub ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "there is none in that area . do you mind changing the area ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "I was really hoping to find one in that area ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'nightclubs');(_:result,count,'5');(_:result,name,'club salsa');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "I 'm sorry , I was mistaken . I have 5 options for nightclubs in the centre . I like club salsa , personally ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'club salsa');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could you please give me Club Salsa 's address and postcode ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'1 Station Road');(_:result,name,'Club Salsa');(_:result,postcode,'cb12jb');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , Club Salsa is located at 1 Station Road , cb12jb . Would you like any additional information ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for someplace in the moderate price range , a room with free wifi ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have many options . Would you like to narrow it down by area or stars ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like it to be 2 stars , and a hotel ."
},
{
"id": 11,
"rdf-acts": [
"select((_:result,name,'the ashley hotel');(_:result,name,'the lovell lodge');(_:result,type,'Hotel'))",
"inform((_:result,area,'north');(_:result,category,'hotels');(_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are two hotels in the north that fit your needs : the ashley hotel and the lovell lodge . Do you have a preference ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,name,'lovell lodge');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Let 's try the Lovell Lodge ."
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay ! Would you like for me to book you a room ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'5');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please . I 'll need it for 3 nights starting Sunday for 5 people ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,day,'Sunday');(_:booking,people,'5');(_:booking,ref,'DUYCGOB2');(_:booking,stay,'3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "OK , 3 nights starting Sunday for 5 guests . Your Reference number is : DUYCGOB2 ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,departure,'club salsa');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thanks I also need a taxi to leave Club Salsa ."
},
{
"id": 17,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Sure , will you be going back to Lovell Lodge , and at what time ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,arrive_by,'2:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would want to return by 2:45 ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,car,'white volkswagen');(_:result,phone,'07255014387');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking completed ! \n Booked car type \t : \t white volkswagen \n Contact number \t : \t 07255014387 \n Can i help you with anything else today ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "no thanks , that is okey for today"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , well if you need anything else you know where to find me ! Have a good one ! Bye !"
}
] |
PMUL4866.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/46e2bb4a"
],
[
"_:search/46e2bb4a",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/46e2bb4a"
],
[
"_:search/46e2bb4a",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/98a562a2"
],
[
"_:search/98a562a2",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/46e2bb4a"
],
[
"_:search/46e2bb4a",
"type",
"Attraction"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/98a562a2"
],
[
"_:search/98a562a2",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"club salsa"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"club salsa"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/46e2bb4a"
],
[
"_:search/46e2bb4a",
"type",
"Attraction"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/98a562a2"
],
[
"_:search/98a562a2",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"name",
"club salsa"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"1 Station Road"
],
[
"_:result",
"name",
"Club Salsa"
],
[
"_:result",
"postcode",
"cb12jb"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/46e2bb4a"
],
[
"_:search/46e2bb4a",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/98a562a2"
],
[
"_:search/98a562a2",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"name",
"club salsa"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"1 Station Road"
],
[
"_:result",
"name",
"Club Salsa"
],
[
"_:result",
"postcode",
"cb12jb"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_: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/46e2bb4a"
],
[
"_:search/46e2bb4a",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/98a562a2"
],
[
"_:search/98a562a2",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"1 Station Road"
],
[
"_:result",
"postcode",
"cb12jb"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"name",
"the ashley hotel"
],
[
"_:result",
"name",
"the lovell lodge"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_: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
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/46e2bb4a"
],
[
"_:search/46e2bb4a",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/98a562a2"
],
[
"_:search/98a562a2",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"1 Station Road"
],
[
"_:result",
"postcode",
"cb12jb"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"name",
"the ashley hotel"
],
[
"_:result",
"name",
"the lovell lodge"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/46e2bb4a"
],
[
"_:search/46e2bb4a",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/98a562a2"
],
[
"_:search/98a562a2",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"1 Station Road"
],
[
"_:result",
"postcode",
"cb12jb"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"name",
"the ashley hotel"
],
[
"_:result",
"name",
"the lovell lodge"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"DUYCGOB2"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"club salsa"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/46e2bb4a"
],
[
"_:search/46e2bb4a",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/98a562a2"
],
[
"_:search/98a562a2",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"1 Station Road"
],
[
"_:result",
"postcode",
"cb12jb"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"name",
"the ashley hotel"
],
[
"_:result",
"name",
"the lovell lodge"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"DUYCGOB2"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"2:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/46e2bb4a"
],
[
"_:search/46e2bb4a",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/98a562a2"
],
[
"_:search/98a562a2",
"type",
"Attraction"
],
[
"_:result",
"address",
"1 Station Road"
],
[
"_:result",
"postcode",
"cb12jb"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"name",
"the ashley hotel"
],
[
"_:result",
"name",
"the lovell lodge"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"DUYCGOB2"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"2:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white volkswagen"
],
[
"_:result",
"phone",
"07255014387"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'north american');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to find an expensive restaurant that has North American food ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Regent Street City Centre');(_:result,name,'Gourmet Burger Kitchen');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the Gourmet Burger Kitchen has exactly what you are looking for . It is located at Regent Street City Centre ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great ! Can you tell me the area of town that 's located in , and give me their phone number , please ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,phone,'01223312598');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It is in the center of town . Phone number is 01223312598 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'kings lynn');(_:search,leave_at,'18:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Excellent . I also need a train booking . It should leave after 18:45 and depart from kings lynn ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day would you like to make this travel ? Also is there a specific time you wish to arrive ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I do n't have a specific time I need to arrive , but I do need to leave on Sunday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,day,'Sunday');(_:result,leave_at,'19:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How about Sunday at 19:11 . Can I book that for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That would be great , can you book that for 1 person please and provide a reference number . Thanks ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'V15XAOVW');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've booked that for you . The reference number is V15XAOVW . Is there anything else I can assist you with today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "You have been very helpful . Thank you , that is all I needed for today ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Glad I could be of service . Have a wonderful day !"
}
] |
MUL0209.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"north american"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"north american"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"name",
"Gourmet Burger Kitchen"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"north american"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"name",
"Gourmet Burger Kitchen"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"phone",
"01223312598"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"north american"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"name",
"Gourmet Burger Kitchen"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"phone",
"01223312598"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"north american"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"name",
"Gourmet Burger Kitchen"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"phone",
"01223312598"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"leave_at",
"19:11"
],
[
"_: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,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"north american"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"name",
"Gourmet Burger Kitchen"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"phone",
"01223312598"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"leave_at",
"19:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"V15XAOVW"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'mahal of cambridge');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you get me information on a restaurant called mahal of cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'Indian');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Sure it is a cheap Indian restaurant in the town centre . I hear it has great food ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Do you think they would be able to make reservations for a party of 7 ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "I can help you with that . When would you like to make the reservation for ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,duration,'17:45');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "17:45 for a table of 7 for the restaurant stated above . Thank you !"
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day would you like that reservation for ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Oh , Tuesday please . And if you could give me a reference number , that 'd be great ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'WOQ10J3G');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have successfully booked your table ! Your reference number is WOQ10J3G . Anything else I can help you with today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'museum');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I would also like the address of a museum in the centre of town"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'10 king s parade');(_:result,area,'center');(_:result,category,'museum');(_:result,name,'Primavera');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Primavera is a museum in the center of town . Their address is 10 king s parade . What else can I help with ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,duration,'16:15');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Oh , I made a mistake . I really need that table for 16:15 , not 17:45 . Can you change it , do you thing ?"
},
{
"id": 11,
"rdf-acts": [
"thank()",
"inform((_:booking,ref,'BTMSNGCD');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , I already changed it for you . Your new reference number is BTMSNGCD ."
},
{
"id": 12,
"rdf-acts": [
"thank()",
"inform((_:search,area,'centre');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you for making that change . Can you recommend a museum in the centre ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'Unit su43 , Grande arcade , Saint Andrews street');(_:result,area,'Centre');(_:result,category,'museums');(_:result,count,'11');(_:result,entrance_fee,'no entrance fee');(_:result,name,'Castle Galleries');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have 11 museums in the Centre , my personal favorite is the Castle Galleries at Unit su43 , Grande arcade , Saint Andrews street . There is no entrance fee there ."
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "That sounds great . I will plan to stop at that museum ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"thank()"
],
"speaker": "system",
"text": "Great ! Have a great time . Is there anything else you need ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is it . Thank you ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Enjoy your time in Cambridge . Goodbye ."
}
] |
PMUL4343.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"mahal of cambridge"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"mahal of cambridge"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"mahal of cambridge"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"mahal of cambridge"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"mahal of cambridge"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"WOQ10J3G"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"mahal of cambridge"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"WOQ10J3G"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"Primavera"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"mahal of cambridge"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"Primavera"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:booking",
"ref",
"BTMSNGCD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_: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",
"name",
"mahal of cambridge"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:booking",
"ref",
"BTMSNGCD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Unit su43 , Grande arcade , Saint Andrews street"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"mahal of cambridge"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:booking",
"ref",
"BTMSNGCD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Unit su43 , Grande arcade , Saint Andrews street"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I 'm seeking a cheap restaurant ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Okay , I can help you with that . Are you interested in a particular type of food ? Or perhaps a certain part of town ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like mediterranean food ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'mediterranean');(_:result,name,'The gardenia');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The gardenia serves mediterranean and is in the cheap price range . Would you like to book a table ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great can I get the postcode and address ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'2 Rose Crescent City Centre');(_:result,postcode,'cb23ll');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their postcode is cb23ll , and they are located at 2 Rose Crescent City Centre"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that 's all I need today ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , goodbye ."
}
] |
SNG0584.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"The gardenia"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"The gardenia"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"2 Rose Crescent City Centre"
],
[
"_:result",
"postcode",
"cb23ll"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'moderate');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a 4 star hotel with a moderate price ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I apologize , I do n't have a hotel listing . We could try a guest house or a more expensive hotel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about a guesthouse in the moderate price range then ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'a few');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure , there a few of those . What area would you like to stay in ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Actually , I do n't have a preference on area . Can you suggest a place ? I need to book a room for Saturday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'the acorn guest house');(_:result,type,'Hotel'))",
"request((_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , the acorn guest house is a nice place and it includes both free internet and parking . How many nights would you need ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "3 nights starting from saturday ."
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay and how many people will there be ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "There is going to be 7 of us"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'PXPA2RWI');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking is complete . Your confirmation number is PXPA2RWI . Can I help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'saigon city');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'm looking for a restaurant named saigon city ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'saigon city');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , what information would you like about saigon city ? It 's located in the north ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'17:15');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need a table on Saturday for 7 at 17:15 there ."
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I could not book that for you . Would you like to try another time ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,duration,'16:15');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about 16:15 ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'1AMB3XQD');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Certainly . You 're booked with reference number 1AMB3XQD . May I help with anything else ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,arrive_by,'16:15');(_:search,departure,'acorn guest house');(_:search,destination,'saigon city');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you help me book a taxi from Acorn Guest House to Saigon City ? I need to get there by my reservation time at 16:15 ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'black volvo');(_:result,phone,'07551977875');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I booked a black volvo , Contact number \t : 07551977875 . Is there anything else I can help you with ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's everything I needed . Thank you ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Enjoy your stay !"
}
] |
MUL1227.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/8e2102ec"
],
[
"_:search/8e2102ec",
"category",
"hotel"
],
[
"_:search/8e2102ec",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/8e2102ec"
],
[
"_:search/8e2102ec",
"category",
"hotel"
],
[
"_:search/8e2102ec",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/8e2102ec"
],
[
"_:search/8e2102ec",
"category",
"hotel"
],
[
"_:search/8e2102ec",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"the acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/8e2102ec"
],
[
"_:search/8e2102ec",
"category",
"hotel"
],
[
"_:search/8e2102ec",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"the acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/8e2102ec"
],
[
"_:search/8e2102ec",
"category",
"hotel"
],
[
"_:search/8e2102ec",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"the acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"PXPA2RWI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"saigon city"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/8e2102ec"
],
[
"_:search/8e2102ec",
"category",
"hotel"
],
[
"_:search/8e2102ec",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"people",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"PXPA2RWI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"saigon city"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"saigon city"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"7"
],
[
"_: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",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/8e2102ec"
],
[
"_:search/8e2102ec",
"category",
"hotel"
],
[
"_:search/8e2102ec",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"people",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"PXPA2RWI"
],
[
"_:search",
"name",
"saigon city"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"saigon city"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/f8f4addb"
],
[
"_:booking/f8f4addb",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/8e2102ec"
],
[
"_:search/8e2102ec",
"category",
"hotel"
],
[
"_:search/8e2102ec",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"name",
"saigon city"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"saigon city"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/f8f4addb"
],
[
"_:booking/f8f4addb",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"1AMB3XQD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"departure",
"acorn guest house"
],
[
"_:search",
"destination",
"saigon city"
],
[
"_: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",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/8e2102ec"
],
[
"_:search/8e2102ec",
"category",
"hotel"
],
[
"_:search/8e2102ec",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"name",
"saigon city"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"saigon city"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/f8f4addb"
],
[
"_:booking/f8f4addb",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:booking",
"ref",
"1AMB3XQD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"departure",
"acorn guest house"
],
[
"_:search",
"destination",
"saigon city"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black volvo"
],
[
"_:result",
"phone",
"07551977875"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for information on places to go in Cambridge . Can you help with that ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "I can help with that . Is there a particular area you 're interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'swimmingpool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What I 'd really like is to find a swimmingpool ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'swimming pools');(_:result,count,'4');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , there are 4 swimming pools that match those requirements . Is there a particular area you would like to go to ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,category,'swimming pools');(_:search,type,'Attraction'))",
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Any area is fine . Which of the 4 swimming pools do you suggest ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Gonville Place');(_:result,area,'center');(_:result,name,'Parkside Pools');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I personally like Parkside Pools . It 's in the center of town , on Gonville Place ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I get the postcode as well ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb11ly');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is cb11ly . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,leave_at,'11:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train leaving after 11:00 on friday"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'278');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 278 trains that meet that criteria . Would you like to narrow down your options by departure site , destination , or arrival time ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,destination,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "My destination is london kings cross"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be departing from ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am departing from Cambridge ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'11:51');(_:result,day,'friday');(_:result,destination,'london kings cross');(_:result,id,'TR1502');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR1502 arrives in london kings cross friday at 11:51 . Would you like me to book you any seats ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes book for 8 people and I need a reference number"
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'1702SDBO');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have made that reservation and your reference number is 1702SDBO ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks . That was all I needed . Goodbye ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , glad I could help ."
}
] |
PMUL1130.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"swimmingpool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"swimming pools"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"swimming pools"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"swimming pools"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"swimming pools"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Gonville Place"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Parkside Pools"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"swimming pools"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"swimming pools"
],
[
"_:result",
"address",
"Gonville Place"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Parkside Pools"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"swimming pools"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"swimming pools"
],
[
"_:result",
"address",
"Gonville Place"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Parkside Pools"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:result",
"count",
"278"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"swimming pools"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"swimming pools"
],
[
"_:result",
"address",
"Gonville Place"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Parkside Pools"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:result",
"count",
"278"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_: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": [
[
"_:result",
"category",
"swimming pools"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"swimming pools"
],
[
"_:result",
"address",
"Gonville Place"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Parkside Pools"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:result",
"count",
"278"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:result",
"day",
"friday"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"id",
"TR1502"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"swimming pools"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"swimming pools"
],
[
"_:result",
"address",
"Gonville Place"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Parkside Pools"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:result",
"count",
"278"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:result",
"day",
"friday"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"id",
"TR1502"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"1702SDBO"
],
[
"_: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,'chinese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for some cheap Chinese food . Got any restaurants that fit the bill ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'south');(_:result,type,'Restaurant'))",
"inform((_:result,count,'4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes there are four . What area would you like to dine in , the centre or south ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like the centre ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,count,'3');(_:result,food,'chinese');(_:result,name,'charlie chan');(_:result,name,'golden house');(_:result,name,'rice house');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 3 cheap chinese restaurants in the centre . charlie chan , rice house , and golden house . Would you like to make a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'11:00');(_:search,name,'rice house');(_:search,people,'one');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'd like to make a reservation at the Rice House for one person at 11:00 on Sunday please ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'that');(_:booking,ref,'O2T3BYQU');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I made a booking for you on that day . Your reference number is O2T3BYQU . What else can I do for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'near the restaurant');(_:search,category,'multiple sport');(_:search,type,'Attraction');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for any multiple sport attractions near the restaurant to visit ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "We do n't have any sports attractions in the centre ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Are there any museums in that area ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,amount,'quite a few');(_:result,name,'Museum of Archaeology and Anthropology');(_:result,name,'Whipple Museum of the History of Science');(_:result,name,'more');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , quite a few ! There 's the Museum of Archaeology and Anthropology , the Whipple Museum of the History of Science , and more . Would you like to hear about some of the others ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Please provide the entrance fees ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,entrance_fee,'vary');(_:result,type,'Attraction'))",
"request((_:search,entrance_fee,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "The entrance fees vary . I can show you something with no entrance fee if you 'd like ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "I would like you to pick a nice on and give me more info on it please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'unit su43 , grande arcade , saint andrews street');(_:result,entrance_fee,'free');(_:result,name,'castle galleries');(_:result,phone,'01223307402');(_:result,postcode,'cb23bj');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "castle galleries has free entry . Their phone number is 01223307402 , postcode cb23bj , and address unit su43 , grande arcade , saint andrews street"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "Yes that one sounds nice . Can you tell me when they open and close also ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223307402');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry their hours are n't listed , you can call them at 01223307402 for that information . Is there anything else you need help with today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that 's everything for me today ! Thank you !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for choosing Cambridge TownInfo centre . Have a nice day !"
}
] |
PMUL2294.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"charlie chan"
],
[
"_:result",
"name",
"golden house"
],
[
"_:result",
"name",
"rice house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"name",
"rice house"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"charlie chan"
],
[
"_:result",
"name",
"golden house"
],
[
"_:result",
"name",
"rice house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"name",
"rice house"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"that"
],
[
"_:booking",
"ref",
"O2T3BYQU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"near the restaurant"
],
[
"_:search",
"category",
"multiple sport"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"charlie chan"
],
[
"_:result",
"name",
"golden house"
],
[
"_:result",
"name",
"rice house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"name",
"rice house"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"that"
],
[
"_:booking",
"ref",
"O2T3BYQU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"near the restaurant"
],
[
"_:system",
"canthelp",
"_:search/952c1437"
],
[
"_:search/952c1437",
"type",
"Attraction"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"name",
"rice house"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"day",
"that"
],
[
"_:booking",
"ref",
"O2T3BYQU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"near the restaurant"
],
[
"_:system",
"canthelp",
"_:search/952c1437"
],
[
"_:search/952c1437",
"type",
"Attraction"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"name",
"Museum of Archaeology and Anthropology"
],
[
"_:result",
"name",
"Whipple Museum of the History of Science"
],
[
"_:result",
"name",
"more"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"name",
"rice house"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"day",
"that"
],
[
"_:booking",
"ref",
"O2T3BYQU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"near the restaurant"
],
[
"_:system",
"canthelp",
"_:search/952c1437"
],
[
"_:search/952c1437",
"type",
"Attraction"
],
[
"_:search",
"category",
"museums"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"name",
"Museum of Archaeology and Anthropology"
],
[
"_:result",
"name",
"Whipple Museum of the History of Science"
],
[
"_:result",
"name",
"more"
],
[
"_:result",
"entrance_fee",
"vary"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_: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",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"name",
"rice house"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"day",
"that"
],
[
"_:booking",
"ref",
"O2T3BYQU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"near the restaurant"
],
[
"_:system",
"canthelp",
"_:search/952c1437"
],
[
"_:search/952c1437",
"type",
"Attraction"
],
[
"_:search",
"category",
"museums"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"unit su43 , grande arcade , saint andrews street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"castle galleries"
],
[
"_:result",
"phone",
"01223307402"
],
[
"_:result",
"postcode",
"cb23bj"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"name",
"rice house"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"day",
"that"
],
[
"_:booking",
"ref",
"O2T3BYQU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"near the restaurant"
],
[
"_:system",
"canthelp",
"_:search/952c1437"
],
[
"_:search/952c1437",
"type",
"Attraction"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"unit su43 , grande arcade , saint andrews street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"castle galleries"
],
[
"_:result",
"postcode",
"cb23bj"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223307402"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,food,'creative');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need to place to eat , say , in the center of the town with some creative food ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'creative');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I do n't have any creative restaurants in that area . maybe another cuisine ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What about Italian food ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,food,'Italian');(_:result,name,'Caffe Uno');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have many Italian restaurants ! If price is no issue , I recommend Caffe Uno ."
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "That is great . I need to make a booking for one ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I can do that . What day and time would you like the booking ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'11:15');(_:search,people,'1');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "book a table for 1 people at 11:15 on tuesday with reference number please and thank you"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'4UROSY5A');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservation is booked . Your reference number is 4UROSY5A ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'near the restaurant');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks for handling the restaurant booking . I also need a cheap place to stay near the restaurant ."
},
{
"id": 9,
"rdf-acts": [
"select((_:result,area,'center');(_:result,category,'hotel');(_:result,name,'Alexander Bed and Breakfast');(_:result,pricerange,'cheap');(_:result,stars,'4-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "If a guesthouse is okay , Alexander Bed and Breakfast is a 4-star cheap hotel in the center part of town near the restaurant . Will that work ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds great ! Can I get the phone number and postcode too ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,phone,'01223525725');(_:result,postcode,'cb12de');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The phone number is 01223525725 and the postcode is cb12de"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , Thank you so much for all your help ."
},
{
"id": 13,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You are most welcome . Is there anything else I can assist you with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's everything I needed . Thanks again ! Goodbye !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Have a wonderful trip ."
}
] |
PMUL4158.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"creative"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:system",
"canthelp",
"_:search/92761315"
],
[
"_:search/92761315",
"food",
"creative"
],
[
"_:search/92761315",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:system",
"canthelp",
"_:search/92761315"
],
[
"_:search/92761315",
"food",
"creative"
],
[
"_:search/92761315",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Caffe Uno"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:system",
"canthelp",
"_:search/92761315"
],
[
"_:search/92761315",
"food",
"creative"
],
[
"_:search/92761315",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Caffe Uno"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/92761315"
],
[
"_:search/92761315",
"food",
"creative"
],
[
"_:search/92761315",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Caffe Uno"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"4UROSY5A"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"near the restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/92761315"
],
[
"_:search/92761315",
"food",
"creative"
],
[
"_:search/92761315",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"Italian"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"4UROSY5A"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"near the restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/92761315"
],
[
"_:search/92761315",
"food",
"creative"
],
[
"_:search/92761315",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"Italian"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"4UROSY5A"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"near the restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"phone",
"01223525725"
],
[
"_:result",
"postcode",
"cb12de"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/92761315"
],
[
"_:search/92761315",
"food",
"creative"
],
[
"_:search/92761315",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"Italian"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"4UROSY5A"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"near the restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"phone",
"01223525725"
],
[
"_:result",
"postcode",
"cb12de"
],
[
"_: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,arrive_by,'17:15');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hello , I am looking for a train to cambridge that arrives by 17:15 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "We 'll find you something . Where are you departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am departing from London Kings Cross on Monday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'16:08');(_:result,destination,'Cambridge');(_:result,id,'TR9114');(_:result,leave_at,'15:17');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have train TR9114 that leaves at 15:17 and will get you into Cambridge by 16:08 . Would that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "that is fine . get me the travel time"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,duration,'51 minutes');(_:result,id,'TR9114');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The travel time for the TR9114 is 51 minutes . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'm also looking for an expensive restaurant in the center of town ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'33');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i have 33 expensive restaurants in the centre of town . what type of food would you like ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,duration,'21:00');(_:search,food,'dontcare');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "The type of food is not important , but I need one that can seat 8 people at 21:00 . Can you make a suggestion ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'British');(_:result,name,'Cambridge chop house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I would recommend the Cambridge chop house . It serves British food . Would you like me to try to make a reservation ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'21:00');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please . I need it to be for 8 people at 21:00 on Monday ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'4DH6BKJO');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Your reference number is : 4DH6BKJO . Can I help you with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thank you so much for all of your help you have been great !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "My pleasure ! Enjoy your trip ."
}
] |
PMUL3425.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9114"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"id",
"TR9114"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"id",
"TR9114"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"21:00"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"id",
"TR9114"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Cambridge chop house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"21:00"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"id",
"TR9114"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Cambridge chop house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"21:00"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"4DH6BKJO"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking to visit a museum in Cambridge . Can you tell me a little about what you have ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'museums');(_:result,count,'23');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 23 museums that match that criteria . What area should the museum be in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I do n't have a preference . Can you recommend one ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'5 Greens Road');(_:result,entrance_fee,'free entry');(_:result,name,'Cambridge Artworks');(_:result,phone,'01223902168');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Cambridge Artworks is a great place and has free entry . Their address and phone number is 5 Greens Road 01223902168 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds great , thanks . I am also looking for a restaurant in the Centre that serves gastropub food ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'3');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay , there are 3 different restaurants . What is your price range ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,day,'thursday');(_:search,duration,'14:45');(_:search,food,'gastropub');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "It really does n't matter money is no object . I need a table for 8 on thursday at 14:45 . As long as its a gastropub in the centre of town"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,name,'backstreet bistro');(_:booking,ref,'T9TB8FBO');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I will make a booking for backstreet bistro , Booking complete here is your reference number T9TB8FBO ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "awesome ! thanks for all the info"
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Sure . Is there anything else I can assist you with today ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would also like to book a taxi to get between the museum and the restaurant ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I can work on booking this for you ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'14:45');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to arrive at the restaurant by 14:45 . I 'll need the contact number and car type as well please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'blue tesla');(_:result,phone,'07498867892');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay I have booked your taxi . The contact number is 07498867892 and the car is a blue tesla ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that 's all the help I need . Goodbye"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for using our service today !"
}
] |
PMUL2214.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"address",
"5 Greens Road"
],
[
"_:result",
"entrance_fee",
"free entry"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"address",
"5 Greens Road"
],
[
"_:result",
"entrance_fee",
"free entry"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"address",
"5 Greens Road"
],
[
"_:result",
"entrance_fee",
"free entry"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"backstreet bistro"
],
[
"_:booking",
"ref",
"T9TB8FBO"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"address",
"5 Greens Road"
],
[
"_:result",
"entrance_fee",
"free entry"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"name",
"backstreet bistro"
],
[
"_:booking",
"ref",
"T9TB8FBO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"address",
"5 Greens Road"
],
[
"_:result",
"entrance_fee",
"free entry"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"name",
"backstreet bistro"
],
[
"_:booking",
"ref",
"T9TB8FBO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"address",
"5 Greens Road"
],
[
"_:result",
"entrance_fee",
"free entry"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"name",
"backstreet bistro"
],
[
"_:booking",
"ref",
"T9TB8FBO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue tesla"
],
[
"_:result",
"phone",
"07498867892"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi , what are some fun attractions in west Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,category,'colleges');(_:result,category,'entertainment');(_:result,category,'museums');(_:result,count,'13');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 13 places , colleges , entertainment , and museums"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I need an attraction in the west part of town . Please provide the address and amount of the entrance fee so I can prepare ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Silver Street');(_:result,entrance_fee,'2.50 pounds');(_:result,name,\"Queens ' College\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Queens ' College is a wonderful play to visit . Their address is Silver Street . The entrance fee is 2.50 pounds . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'd also like to find an expensive restaurant in the west side of town ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'nine');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are nine restaurants that fit your requirements . What type of food are you interested in ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,day,'saturday');(_:search,duration,'18:30');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Just pick one in the same area as Queens ' College , and can you book a table for 1 at 18:30 on Saturday please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'British');(_:result,name,'Graffiti');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about Graffiti ? It 's an expensive restaurant that serves British food in the west area ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'Graffiti');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Graffiti sounds good . Can you book a table for me ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Saturday');(_:booking,duration,'18:30');(_:booking,name,'Graffiti');(_:booking,people,'one');(_:booking,ref,'AV0KBAEG');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your table at Graffiti is reserved for Saturday at 18:30 for one person . Your reference number is AV0KBAEG . Is there anything else I can help you with today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that 's all I need . Thanks for your help !"
},
{
"id": 11,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "You 're welcome . Enjoy your visit !"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I certainly will . Thanks for the help that is all I needed ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Let us know if you need anything else ."
}
] |
MUL0817.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"13"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Silver Street"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"name",
"Queens ' College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"13"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Silver Street"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"name",
"Queens ' College"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"13"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Silver Street"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"nine"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Graffiti"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"address",
"Silver Street"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"nine"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Graffiti"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"18:30"
],
[
"_:booking",
"name",
"Graffiti"
],
[
"_:booking",
"people",
"one"
],
[
"_:booking",
"ref",
"AV0KBAEG"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"address",
"Silver Street"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"nine"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Graffiti"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"18:30"
],
[
"_:booking",
"name",
"Graffiti"
],
[
"_:booking",
"people",
"one"
],
[
"_:booking",
"ref",
"AV0KBAEG"
],
[
"_: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,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for places to go in town , can you make suggestions ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "What type of attraction are you interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'park');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I like a park that has vendors and kids can play"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'parks');(_:result,count,'5');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have five parks to choose from , any preference in area ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Never mind . Do you have any theaters in the east area ?"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:search,area,'east');(_:search,category,'theatres');(_:search,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry , there are no theatres in the east area . Can I help you find something else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'museums');(_:search,food,'fusion');(_:search,type,'Attraction');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Are there any museums ? Will need the address and phone number . Also looking for a restaurant that serves fusion food in the same area ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,name,?);(_:search,type,'Attraction');(_:search,type,'Restaurant'))",
"inform((_:result,count,'4');(_:result,name,'Cambridge Artworks');(_:result,phone,'0122390216');(_:result,postcode,'cb13ef');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are four . Do you have a specific one in mind ? I have the Cambridge Artworks , phone 0122390216 , post code cb13ef . What area do you want the food to be in ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I was hoping for something in the east ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'east');(_:search,food,'fusion');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry but there are no fusion restaurants in the east . Could I interest you in another cuisine or a different area ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about British food ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"reqmore()",
"inform((_:result,area,'east');(_:result,food,'british');(_:result,name,'Grafton hotel restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Grafton hotel restaurant is an expensive british restaurant in the east part of town . Do you need anymore information or would you like to book a table ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No need to book it . I would just like the price range , postcode , and address . Thanks !"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Grafton Hotel 619 Newmarket Road Fen Ditton');(_:result,postcode,'cb58pa');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Its expensive and its located at Grafton Hotel 619 Newmarket Road Fen Ditton . The postcode is cb58pa . Is there anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for all your help . That will be all for today . Goodbye"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! I hope you have a wonderful trip . Bye !"
}
] |
PMUL2467.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/3b889068"
],
[
"_:search/3b889068",
"area",
"east"
],
[
"_:search/3b889068",
"category",
"theatres"
],
[
"_:search/3b889068",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"food",
"fusion"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"parks"
],
[
"_:system",
"canthelp",
"_:search/3b889068"
],
[
"_:search/3b889068",
"area",
"east"
],
[
"_:search/3b889068",
"category",
"theatres"
],
[
"_:search/3b889068",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"food",
"fusion"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"phone",
"0122390216"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"parks"
],
[
"_:system",
"canthelp",
"_:search/3b889068"
],
[
"_:search/3b889068",
"area",
"east"
],
[
"_:search/3b889068",
"category",
"theatres"
],
[
"_:search/3b889068",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"phone",
"0122390216"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/cf4bf22f"
],
[
"_:search/cf4bf22f",
"area",
"east"
],
[
"_:search/cf4bf22f",
"food",
"fusion"
],
[
"_:search/cf4bf22f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"parks"
],
[
"_:system",
"canthelp",
"_:search/3b889068"
],
[
"_:search/3b889068",
"area",
"east"
],
[
"_:search/3b889068",
"category",
"theatres"
],
[
"_:search/3b889068",
"type",
"Attraction"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"phone",
"0122390216"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/cf4bf22f"
],
[
"_:search/cf4bf22f",
"area",
"east"
],
[
"_:search/cf4bf22f",
"food",
"fusion"
],
[
"_:search/cf4bf22f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"Grafton hotel restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"parks"
],
[
"_:system",
"canthelp",
"_:search/3b889068"
],
[
"_:search/3b889068",
"area",
"east"
],
[
"_:search/3b889068",
"category",
"theatres"
],
[
"_:search/3b889068",
"type",
"Attraction"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"phone",
"0122390216"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/cf4bf22f"
],
[
"_:search/cf4bf22f",
"area",
"east"
],
[
"_:search/cf4bf22f",
"food",
"fusion"
],
[
"_:search/cf4bf22f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"Grafton hotel restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Grafton Hotel 619 Newmarket Road Fen Ditton"
],
[
"_:result",
"postcode",
"cb58pa"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for an attraction to go in the centre . Can you help ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,area,'centre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , we have many attractions in the centre of town . What type of attraction are you interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,\"do n't have a preference\");(_:search,type,'Attraction'))",
"request((_:result,category,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I do n't have a preference on type of attraction ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,category,'church');(_:result,type,'Attraction'))",
"inform((_:result,area,'centre');(_:result,count,'44');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 44 attractions in the centre . Would you like to go to visit a church ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,id,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction');(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That sounds like a good idea . Could you please give me the phone number and postcode of one you would suggest ? Also the attraction 's entrance fee ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'Holy Trinity Church');(_:result,phone,'01223355397');(_:result,postcode,'cb23nz');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "How about Holy Trinity Church ? Their postcode is cb23nz and the telephone number is 01223355397 ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Is there and entrance fee ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'no entrance fee');(_:result,name,'Holy Trinity Church');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is no entrance fee for the Holy Trinity Church . Is there anything else I can help you with today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'bishops stortford');(_:search,leave_at,'9:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I am also looking for a Train leaving some time after 9:15 from Bishops Stortford ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day will you be traveling ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be leaving on thursday ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "great , and what is your destination ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "My destination is Cambridge ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,count,'8');(_:result,destination,'Cambridge');(_:result,leave_at,'every two hours starting at 09:29');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 8 trains that meet your criteria . They run every two hours starting at 09:29 . What time would you like to arrive in Cambridge ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'bishops stortford');(_:search,destination,'cambridge');(_:search,leave_at,'9:15');(_:search,type,'Train'))",
"request((_:result,arrive_by,?);(_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I want to leave sometime after 9:15 from bishops stortford thursday to cambridge , what s the arrival time to the closest train and the ID please"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'10:07');(_:result,id,'TR0798');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The earliest train available is TR0798 . The arrival time would be 10:07 ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Brilliant . Thanks for your help today ."
},
{
"id": 17,
"rdf-acts": [],
"speaker": "system",
"text": "Is that everything you needed today ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes that is all . You were great . Thanks again ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Please use our service again . Goodbye ."
}
] |
PMUL1448.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"do n't have a preference"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"do n't have a preference"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"church"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"do n't have a preference"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"church"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"name",
"Holy Trinity Church"
],
[
"_:result",
"phone",
"01223355397"
],
[
"_:result",
"postcode",
"cb23nz"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"do n't have a preference"
],
[
"_:result",
"category",
"church"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"phone",
"01223355397"
],
[
"_:result",
"postcode",
"cb23nz"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Holy Trinity Church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"leave_at",
"9:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"do n't have a preference"
],
[
"_:result",
"category",
"church"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"phone",
"01223355397"
],
[
"_:result",
"postcode",
"cb23nz"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Holy Trinity Church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"leave_at",
"9:15"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"do n't have a preference"
],
[
"_:result",
"category",
"church"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"phone",
"01223355397"
],
[
"_:result",
"postcode",
"cb23nz"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Holy Trinity Church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"leave_at",
"9:15"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"do n't have a preference"
],
[
"_:result",
"category",
"church"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"phone",
"01223355397"
],
[
"_:result",
"postcode",
"cb23nz"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Holy Trinity Church"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"every two hours starting at 09:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"9:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"do n't have a preference"
],
[
"_:result",
"category",
"church"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"phone",
"01223355397"
],
[
"_:result",
"postcode",
"cb23nz"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Holy Trinity Church"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"every two hours starting at 09:29"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"9:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"id",
"TR0798"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"do n't have a preference"
],
[
"_:result",
"category",
"church"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"phone",
"01223355397"
],
[
"_:result",
"postcode",
"cb23nz"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Holy Trinity Church"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"every two hours starting at 09:29"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"9:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"id",
"TR0798"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'broxbourne');(_:search,leave_at,'09:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train to Broxbourne , leaving after 09:15"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'98');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 98 trains , do you have a departure location and day ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to depart from cambridge on friday"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'7E3M8V02');(_:booking,ticket,'17.89 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 17.89 GBP payable at the station . Reference number is : 7E3M8V02 . Is there anything else I can help with ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What time will I arrive ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,arrive_by,'11:01');(_:booking,category,'Train');(_:booking,id,'TR0826');(_:booking,leave_at,'10:01');(_:booking,people,'1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booked for 1 person TR0826 leaves at 10:01 and arrives by 11:01 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "How long is the train ride ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,duration,'60 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "It will be 60 minutes ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you ! That 's all I needed ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "All right , then . Have a nice trip , and a nice day . Goodbye ."
}
] |
SNG0424.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:result",
"count",
"98"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:result",
"count",
"98"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"7E3M8V02"
],
[
"_:booking",
"ticket",
"17.89 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:result",
"count",
"98"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"7E3M8V02"
],
[
"_:booking",
"ticket",
"17.89 GBP"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:booking",
"arrive_by",
"11:01"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR0826"
],
[
"_:booking",
"leave_at",
"10:01"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:result",
"count",
"98"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"7E3M8V02"
],
[
"_:booking",
"ticket",
"17.89 GBP"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:booking",
"arrive_by",
"11:01"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR0826"
],
[
"_:booking",
"leave_at",
"10:01"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"60 minutes"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'lovell lodge');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking to book at a hotel call lovell lodge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))",
"thank()",
"inform((_:result,category,'hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes i have that hotel available . How many people will be staying and for how many nights ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'six');(_:search,stay,'two');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "There are six in my party , and we 'd like to stay for two nights , starting on Sunday ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Unfortunately the booking was not successful"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,stay,'one');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How very upsetting . Could you try for one night ?"
},
{
"id": 5,
"rdf-acts": [
"thank()",
"reqmore()",
"inform((_:booking,name,'Lovell Lodge');(_:booking,ref,'TRNPHVYH');(_:booking,stay,'one');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Certainly . I was able to book you one night at the Lovell Lodge . Your reference number is TRNPHVYH . Is there anything else I can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'ely');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please , I 'll also need a train from Ely to Cambridge on Sunday as well ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Certainly - what time are you traveling ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'17:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to arrive by 17:45 . Are there any trains available ?"
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,type,'Train'))"
],
"speaker": "system",
"text": "I 'm sorry , unfortunately there are no trains available at that time ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'17:45');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Is there a train that arrives anytime before 17:45 to cambridge ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,arrive_by,'15:52');(_:result,arrive_by,'17:45');(_:result,day,'Sunday');(_:result,id,'TR9823');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I apologize , we had a glitch . We do have several trains on Sunday . The one that arrives closest to 17:45 is the TR9823 , pulling in at 15:52 ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Great . What is the travel time ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,duration,'17 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Travel time is 17 minutes ."
},
{
"id": 14,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the price on that train ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,ticket,'3.52 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The trip costs 3.52 pounds per ticket . Would you like me to book that trip for you ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that wo n't be necessary . That 's all I needed for today , thanks !"
},
{
"id": 17,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Sure , is there anything else I can do for you before we go ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope ! Thank you for your help !"
},
{
"id": 19,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "Thank you for using our service . Have a great day ."
},
{
"id": 20,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "user",
"text": "I appreciate all the help , I hope you have a great day too ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Great . Have a great day . Goodbye ."
}
] |
MUL0676.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"lovell lodge"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"lovell lodge"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"six"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"lovell lodge"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"six"
],
[
"_:system",
"canthelp",
"_:booking/49bb6976"
],
[
"_:booking/49bb6976",
"type",
"Booking"
],
[
"_:search",
"stay",
"one"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"lovell lodge"
],
[
"_:booking",
"people",
"?"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"six"
],
[
"_:system",
"canthelp",
"_:booking/49bb6976"
],
[
"_:booking/49bb6976",
"type",
"Booking"
],
[
"_:search",
"stay",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Lovell Lodge"
],
[
"_:booking",
"ref",
"TRNPHVYH"
],
[
"_:booking",
"stay",
"one"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"lovell lodge"
],
[
"_:booking",
"people",
"?"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"six"
],
[
"_:system",
"canthelp",
"_:booking/49bb6976"
],
[
"_:booking/49bb6976",
"type",
"Booking"
],
[
"_:search",
"stay",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Lovell Lodge"
],
[
"_:booking",
"ref",
"TRNPHVYH"
],
[
"_:booking",
"stay",
"one"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"lovell lodge"
],
[
"_:booking",
"people",
"?"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"six"
],
[
"_:system",
"canthelp",
"_:booking/49bb6976"
],
[
"_:booking/49bb6976",
"type",
"Booking"
],
[
"_:search",
"stay",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Lovell Lodge"
],
[
"_:booking",
"ref",
"TRNPHVYH"
],
[
"_:booking",
"stay",
"one"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:system",
"canthelp",
"_:search/9ac86779"
],
[
"_:search/9ac86779",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_: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",
"name",
"lovell lodge"
],
[
"_:booking",
"people",
"?"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"people",
"six"
],
[
"_:system",
"canthelp",
"_:booking/49bb6976"
],
[
"_:booking/49bb6976",
"type",
"Booking"
],
[
"_:search",
"stay",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Lovell Lodge"
],
[
"_:booking",
"ref",
"TRNPHVYH"
],
[
"_:booking",
"stay",
"one"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:system",
"canthelp",
"_:search/9ac86779"
],
[
"_:search/9ac86779",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"arrive_by",
"15:52"
],
[
"_:result",
"arrive_by",
"17:45"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"id",
"TR9823"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"lovell lodge"
],
[
"_:booking",
"people",
"?"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"people",
"six"
],
[
"_:system",
"canthelp",
"_:booking/49bb6976"
],
[
"_:booking/49bb6976",
"type",
"Booking"
],
[
"_:search",
"stay",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Lovell Lodge"
],
[
"_:booking",
"ref",
"TRNPHVYH"
],
[
"_:booking",
"stay",
"one"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:system",
"canthelp",
"_:search/9ac86779"
],
[
"_:search/9ac86779",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"arrive_by",
"15:52"
],
[
"_:result",
"arrive_by",
"17:45"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"id",
"TR9823"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"lovell lodge"
],
[
"_:booking",
"people",
"?"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"people",
"six"
],
[
"_:system",
"canthelp",
"_:booking/49bb6976"
],
[
"_:booking/49bb6976",
"type",
"Booking"
],
[
"_:search",
"stay",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Lovell Lodge"
],
[
"_:booking",
"ref",
"TRNPHVYH"
],
[
"_:booking",
"stay",
"one"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:system",
"canthelp",
"_:search/9ac86779"
],
[
"_:search/9ac86779",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"arrive_by",
"15:52"
],
[
"_:result",
"arrive_by",
"17:45"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"id",
"TR9823"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"ticket",
"3.52 pounds"
],
[
"_: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,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"lovell lodge"
],
[
"_:booking",
"people",
"?"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"people",
"six"
],
[
"_:system",
"canthelp",
"_:booking/49bb6976"
],
[
"_:booking/49bb6976",
"type",
"Booking"
],
[
"_:search",
"stay",
"one"
],
[
"_:booking",
"name",
"Lovell Lodge"
],
[
"_:booking",
"ref",
"TRNPHVYH"
],
[
"_:booking",
"stay",
"one"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:system",
"canthelp",
"_:search/9ac86779"
],
[
"_:search/9ac86779",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"arrive_by",
"15:52"
],
[
"_:result",
"arrive_by",
"17:45"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"id",
"TR9823"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"ticket",
"3.52 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"lovell lodge"
],
[
"_:booking",
"people",
"?"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"people",
"six"
],
[
"_:system",
"canthelp",
"_:booking/49bb6976"
],
[
"_:booking/49bb6976",
"type",
"Booking"
],
[
"_:search",
"stay",
"one"
],
[
"_:booking",
"name",
"Lovell Lodge"
],
[
"_:booking",
"ref",
"TRNPHVYH"
],
[
"_:booking",
"stay",
"one"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:system",
"canthelp",
"_:search/9ac86779"
],
[
"_:search/9ac86779",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"arrive_by",
"15:52"
],
[
"_:result",
"arrive_by",
"17:45"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"id",
"TR9823"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"ticket",
"3.52 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_: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,'Attraction'))"
],
"speaker": "user",
"text": "Yes , i need help finding a place to go ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Is there a specific type or area you had in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'swimming pool');(_:search,type,'Attraction'))",
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "The area does n't matter but I would like to find a swimming pool ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'jedburgh court');(_:result,address,'kings hedges');(_:result,area,'north');(_:result,name,'kings hedges learner pool');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "kings hedges learner pool is located in the north , at jedburgh court , kings hedges ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could you tell me the postcode as well at the entrance fee , please ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,\"I do n't have access to their entrance fee\");(_:result,postcode,'cb42xh');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode is cb42xh and I do n't have access to their entrance fee . Is there anything else I can assist you with ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that was all , thank you !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Happy to help . Have a great day ."
}
] |
SNG1337.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"jedburgh court"
],
[
"_:result",
"address",
"kings hedges"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"kings hedges learner pool"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"jedburgh court"
],
[
"_:result",
"address",
"kings hedges"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"kings hedges learner pool"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"I do n't have access to their entrance fee"
],
[
"_:result",
"postcode",
"cb42xh"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a place to dine in Cambridge with an expensive price range located in the centre ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'african');(_:result,name,'bedouin');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "how about bedouin ? it serves \t african food , it is in the centre \t and the expensive price range"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'modern eclectic');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I prefer something with modern eclectic food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have nothing with that type of food in the centre of town , would you like me to try another area ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Try an Indian place please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'6');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , i have 6 options for you !"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Well , can you tell me what they are so I can decide ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'center');(_:result,pricerange,'Expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "All Expensive and all in the center . Do you need anything else ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "i 'll ask you again : what are my choices ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'curry garden');(_:result,name,'saffron brasserie');(_:result,name,'the golden curry');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the golden curry , curry garden , saffron brasserie"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'16:45');(_:search,name,'saffron brasserie');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Let 's go with the Saffron Brasserie . Can you make a reservation for Saturday for 2 at 16:45 ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'OZWMR17W');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : OZWMR17W . Anything more I can help with ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'19:30');(_:search,day,'friday');(_:search,destination,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm also looking for a train on friday . I need to get to london kings cross by 19:30 please ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Would you like to narrow your choices down by departure site or day of travel ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be leaving from Cambridge on Friday ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'17:51');(_:result,destination,'Kings Cross');(_:result,id,'TR6628');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR6628 is the latest train you can take . It will arrive in Kings Cross at 17:51 . Would you like to book a ticket ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please book 2 tickets for that train ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'70AAB5NT');(_:booking,ticket,'47.2 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 47.2 GBP payable at the station . \n Reference number is : 70AAB5NT ."
},
{
"id": 18,
"rdf-acts": [],
"speaker": "user",
"text": "That would be all for today"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "enjoy your time in Cambridge !"
}
] |
PMUL0740.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern eclectic"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/22e32a5f"
],
[
"_:search/22e32a5f",
"area",
"centre"
],
[
"_:search/22e32a5f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/22e32a5f"
],
[
"_:search/22e32a5f",
"area",
"centre"
],
[
"_:search/22e32a5f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/22e32a5f"
],
[
"_:search/22e32a5f",
"area",
"centre"
],
[
"_:search/22e32a5f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"pricerange",
"Expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"african"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/22e32a5f"
],
[
"_:search/22e32a5f",
"area",
"centre"
],
[
"_:search/22e32a5f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"pricerange",
"Expensive"
],
[
"_:result",
"name",
"curry garden"
],
[
"_:result",
"name",
"saffron brasserie"
],
[
"_:result",
"name",
"the golden curry"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"name",
"saffron brasserie"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"african"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/22e32a5f"
],
[
"_:search/22e32a5f",
"area",
"centre"
],
[
"_:search/22e32a5f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"pricerange",
"Expensive"
],
[
"_:result",
"name",
"curry garden"
],
[
"_:result",
"name",
"saffron brasserie"
],
[
"_:result",
"name",
"the golden curry"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"name",
"saffron brasserie"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"OZWMR17W"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"african"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/22e32a5f"
],
[
"_:search/22e32a5f",
"area",
"centre"
],
[
"_:search/22e32a5f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"pricerange",
"Expensive"
],
[
"_:result",
"name",
"curry garden"
],
[
"_:result",
"name",
"saffron brasserie"
],
[
"_:result",
"name",
"the golden curry"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"name",
"saffron brasserie"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"OZWMR17W"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"african"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/22e32a5f"
],
[
"_:search/22e32a5f",
"area",
"centre"
],
[
"_:search/22e32a5f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"pricerange",
"Expensive"
],
[
"_:result",
"name",
"curry garden"
],
[
"_:result",
"name",
"saffron brasserie"
],
[
"_:result",
"name",
"the golden curry"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"name",
"saffron brasserie"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"OZWMR17W"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"17:51"
],
[
"_:result",
"destination",
"Kings Cross"
],
[
"_:result",
"id",
"TR6628"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"african"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/22e32a5f"
],
[
"_:search/22e32a5f",
"area",
"centre"
],
[
"_:search/22e32a5f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"pricerange",
"Expensive"
],
[
"_:result",
"name",
"curry garden"
],
[
"_:result",
"name",
"saffron brasserie"
],
[
"_:result",
"name",
"the golden curry"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"name",
"saffron brasserie"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"17:51"
],
[
"_:result",
"destination",
"Kings Cross"
],
[
"_:result",
"id",
"TR6628"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"70AAB5NT"
],
[
"_:booking",
"ticket",
"47.2 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for an hotel in the north ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'hotels');(_:result,count,'2');(_:result,name,'ashley hotel');(_:result,name,'the lovell lodge');(_:result,pricerange,'priced moderately');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 2 hotels in the north both priced moderately the ashley hotel and the lovell lodge ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'ashley hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The Ashley Hotel will work for me ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok would you like me to book a room for you ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , please book a room for me ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , I can do that . When were you looking to stay ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'5');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need rooms for 5 people and 2 nights starting on Thursday . If you could make a reservation that would be great ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'8CAZN8ND');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are all set ! Your reference number for you booking is 8CAZN8ND . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , i am looking for entertainment attractions in the centre of town ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "There are no entertainment type attractions in the centre , shall I look up another area or attraction type ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "How about a museum instead ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,category,'museums');(_:result,count,'11');(_:result,name,'cambridge contemporary art');(_:result,name,'museum of archaelogy and anthropology');(_:result,name,'whipple museum of the history of science');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 11 museums including cambridge contemporary art , museum of archaelogy and anthropology , and whipple museum of the history of science ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like the phone number and entrance fee to the Whipple Museum ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,category,'museum');(_:result,entrance_fee,'no charge');(_:result,phone,'01223330906');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The museum is reachable at 01223330906 and there is no charge for admission ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your time ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for allowing me to help you . Have a great day ."
}
] |
PMUL2529.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"name",
"the lovell lodge"
],
[
"_:result",
"pricerange",
"priced moderately"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"name",
"the lovell lodge"
],
[
"_:result",
"pricerange",
"priced moderately"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"name",
"the lovell lodge"
],
[
"_:result",
"pricerange",
"priced moderately"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"name",
"the lovell lodge"
],
[
"_:result",
"pricerange",
"priced moderately"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"8CAZN8ND"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"name",
"the lovell lodge"
],
[
"_:result",
"pricerange",
"priced moderately"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"8CAZN8ND"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/04a9a1d6"
],
[
"_:search/04a9a1d6",
"area",
"centre"
],
[
"_:search/04a9a1d6",
"category",
"entertainment"
],
[
"_:search/04a9a1d6",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"priced moderately"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"8CAZN8ND"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/04a9a1d6"
],
[
"_:search/04a9a1d6",
"area",
"centre"
],
[
"_:search/04a9a1d6",
"category",
"entertainment"
],
[
"_:search/04a9a1d6",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"name",
"cambridge contemporary art"
],
[
"_:result",
"name",
"museum of archaelogy and anthropology"
],
[
"_:result",
"name",
"whipple museum of the history of science"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"priced moderately"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"8CAZN8ND"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/04a9a1d6"
],
[
"_:search/04a9a1d6",
"area",
"centre"
],
[
"_:search/04a9a1d6",
"category",
"entertainment"
],
[
"_:search/04a9a1d6",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"name",
"cambridge contemporary art"
],
[
"_:result",
"name",
"museum of archaelogy and anthropology"
],
[
"_:result",
"name",
"whipple museum of the history of science"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"no charge"
],
[
"_:result",
"phone",
"01223330906"
],
[
"_: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,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train leaving from Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"thank()",
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can certainly help you with that . Where are you traveling to and do you have a certain departure and arrival time ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,destination,'leicester');(_:search,leave_at,'11:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave for leicester on Sunday after 11:45 ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,id,'TR7678');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR7678 would work for you , would you like me to book you passage ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No . Could you just tell me the travel time and ticket price ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'14:06');(_:result,duration,'105 minutes');(_:result,id,'TR7678');(_:result,leave_at,'12:21');(_:result,ticket,'30.24 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Sure train TR7678 leaves at 12:21 and arrives at 14:06 . That is a total time of 105 minutes . The cost is 30.24 pounds ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'parks');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thanks ! i 'm looking for places in the south that are parks"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,category,'parks');(_:result,count,'2');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 2 parks in the south . Would you like me to recommend one for you ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , please . I 'll need their phone number and address please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'wandlebury ring , gog magog hills , babraham');(_:result,name,\"The wandlebury county park 's\");(_:result,phone,'01223243830');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The wandlebury county park 's phone number is 01223243830 and the address is wandlebury ring , gog magog hills , babraham"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the postcode , please ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,\"Sheep 's Green and Lammas Land Park Fen Causeway\");(_:result,name,'Wandlebury Country Park');(_:result,postcode,'cb223ae');(_:result,postcode,'cb22ad');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode for Sheep 's Green and Lammas Land Park Fen Causeway is cb22ad . Wandlebury Country Park is cb223ae . Is there anything else I can assist you with ?"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , I think that covers it . Thanks so much for your help . Bye !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Glad I could be of help . Have a great day ! Goodbye ."
}
] |
PMUL4801.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR7678"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR7678"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"14:06"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"id",
"TR7678"
],
[
"_:result",
"leave_at",
"12:21"
],
[
"_:result",
"ticket",
"30.24 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"parks"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR7678"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"14:06"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"id",
"TR7678"
],
[
"_:result",
"leave_at",
"12:21"
],
[
"_:result",
"ticket",
"30.24 pounds"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"parks"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR7678"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"14:06"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"id",
"TR7678"
],
[
"_:result",
"leave_at",
"12:21"
],
[
"_:result",
"ticket",
"30.24 pounds"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"parks"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"address",
"wandlebury ring , gog magog hills , babraham"
],
[
"_:result",
"name",
"The wandlebury county park 's"
],
[
"_:result",
"phone",
"01223243830"
],
[
"_: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",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR7678"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"14:06"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"id",
"TR7678"
],
[
"_:result",
"leave_at",
"12:21"
],
[
"_:result",
"ticket",
"30.24 pounds"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"parks"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"address",
"wandlebury ring , gog magog hills , babraham"
],
[
"_:result",
"phone",
"01223243830"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Sheep 's Green and Lammas Land Park Fen Causeway"
],
[
"_:result",
"name",
"Wandlebury Country Park"
],
[
"_:result",
"postcode",
"cb223ae"
],
[
"_:result",
"postcode",
"cb22ad"
],
[
"_: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,category,'hotel');(_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you help me find a 0 star hotel ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,category,'hotel');(_:result,name,'cityroomz');(_:result,pricerange,'moderate price range');(_:result,stars,'0');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The cityroomz is a 0 star hotel in the moderate price range . It is in the centre of town . Would you like me to book it for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,name,'cityroomz');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is the cityroomz a guesthouse ? That 's what I 'm looking for ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'guesthouses');(_:result,category,'hotel');(_:result,name,'City Center North B&B');(_:result,name,'Cityroomz');(_:result,name,'El Shaddai');(_:result,stars,'0');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "No , Cityroomz is a hotel . The City Center North B&B or the El Shaddai are 0 star guesthouses ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,name,'Cityroomz');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "You know what , the hotel will actually work for me . Can you tell me where Cityroomz is located ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Station Road');(_:result,area,'centre');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure . It 's in the centre on Station Road . Anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'5');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , can you book that for me for 5 people and 4 nights ? I need it on Sunday ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sorry , that booking was n't available . Maybe another day or a shorter stay would work ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,stay,'two');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about two night ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'YZMQ4JNN');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That worked . Your reference number is YZMQ4JNN ."
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you , good bye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Have a wonderful time , good bye ."
}
] |
SNG0818.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"cityroomz"
],
[
"_:result",
"pricerange",
"moderate price range"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"name",
"cityroomz"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"moderate price range"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"City Center North B&B"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"Cityroomz"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"moderate price range"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"City Center North B&B"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"stars",
"0"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"Cityroomz"
],
[
"_:result",
"address",
"Station Road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"moderate price range"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"City Center North B&B"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"stars",
"0"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"Cityroomz"
],
[
"_:result",
"address",
"Station Road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/7b43ddab"
],
[
"_:booking/7b43ddab",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"moderate price range"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"City Center North B&B"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"stars",
"0"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"Cityroomz"
],
[
"_:result",
"address",
"Station Road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/7b43ddab"
],
[
"_:booking/7b43ddab",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"YZMQ4JNN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you recommend me a moderately priced restaurant in the north part of town ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,food,'chinese');(_:result,food,'indian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I found two restaurants . Would you prefer chinese or indian food ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do not care what kind of food ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,count,'2');(_:result,name,'golden wok');(_:result,name,'the nirala');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two restaurants in the moderate price range and north area . There is golden wok and there is the nirala ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'golden wok');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the address and phone number of the Golden Wok ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'191 histon road chesterton');(_:result,name,'the golden wok');(_:result,phone,'01223 350688');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the golden wok address is 191 histon road chesterton and the phone number is 01223 350688 . is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge restaurant system . Please call again ! Goodbye ."
}
] |
WOZ20419.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"name",
"the nirala"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"golden wok"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"name",
"golden wok"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"191 histon road chesterton"
],
[
"_:result",
"name",
"the golden wok"
],
[
"_:result",
"phone",
"01223 350688"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a museum in the town centre ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'10 king s parade');(_:result,entrance_fee,'free');(_:result,name,'Primavera');(_:result,phone,'01223357708');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "May I suggest Primavera located at 10 king s parade . The phone number is 01223357708 . Admission is free ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Sounds perfect . What is the postcode ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb21sj');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The post code is cb21sj . Is there anything else you would like to know ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that will be all thank you ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you and have a pleasant visit , goodbye !"
}
] |
SNG1297.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Primavera"
],
[
"_:result",
"phone",
"01223357708"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Primavera"
],
[
"_:result",
"phone",
"01223357708"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you help me find a place to stay that is moderately priced and includes free wifi ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'17');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "sure , i have 17 options for you"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Are any of them in the south ? I 'd like free parking too ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Bridge Guesthouse');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'south');(_:result,count,'2');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , two are in the south and both have free parking and internet . I recommend the Bridge Guesthouse . Would you like me to book a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'4');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Please . I need a room on tuesday for 5 nights . 4 people will be staying ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,name,'bridge guest house');(_:booking,ref,'KYKQFY1U');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "i bookid bridge guest house \t and Reference number is : KYKQFY1U ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Of course . I can help at any time ."
}
] |
PMUL4389.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"count",
"17"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"Bridge Guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"Bridge Guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"bridge guest house"
],
[
"_:booking",
"ref",
"KYKQFY1U"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'korean');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for an expensive Korean restaurant . Can you tell me my options please ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,food,'korean');(_:result,name,'Little Seoul');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Little Seoul is the only one - it 's an expensive korean place in the centre . Would you like me to book it for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'11:15');(_:search,people,'one');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , save me a table for one at 11:15 on Monday . Thanks !"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'3GQAM8LN');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to make that reservation for you . Reference Number : 3GQAM8LN . Anything more I can help with ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I am also looking for a museum in the west side of the city ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,name,'lynne strover gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have several . May I suggest lynne strover gallery ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds great , can I get the phone number and postcode please ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223295264');(_:result,postcode,'cb30aq');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure thing ! Their number is 01223295264 . The post code is cb30aq . Anything else dear ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , and thank you kind person for helping me !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Excellent , please feel free to contact us with any other questions you might have ! Thanks and have a great day !"
}
] |
MUL2403.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"korean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"korean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"name",
"Little Seoul"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"korean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"name",
"Little Seoul"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"3GQAM8LN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"korean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"3GQAM8LN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"name",
"lynne strover gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"korean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"ref",
"3GQAM8LN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"name",
"lynne strover gallery"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223295264"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a nice , expensive restaurant on the south side of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 5 restaurants that meet that criteria . Are you looking for a certain type of food ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'7:15');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you find out if any of then can take a reservation at 7:15 pm on Wednesday for 8 people ?"
},
{
"id": 3,
"rdf-acts": [
"select((_:result,food,'Chinese');(_:result,food,'Indian');(_:result,food,'Italian');(_:result,food,'Mexican');(_:result,type,'Restaurant'))",
"inform((_:result,count,'4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I see that out of the five restaurants , four are able to accommodate your reservation . Would you prefer Chinese , Italian , Indian or Mexican cuisine ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'mexican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Mexican sounds good ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,duration,'7:15:PM');(_:booking,ref,'X4TB06R2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have successfully booked it . Your table will be reserved for 15 minutes starting at 7:15:PM . Your reference number is X4TB06R2 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Perfect ! Thank you !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Great . Have a great mexican meal !"
}
] |
SSNG0062.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"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"7:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"7:15"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"7:15"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"7:15:PM"
],
[
"_:booking",
"ref",
"X4TB06R2"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a hotel in the north ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'North');(_:result,count,'2');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "We have two options in North available for you , do you have any additional criteria to choose between those or would you like a reccomendation ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,stars,'4-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do want it to be a 4-star place ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"canthelp((_:search,area,'north');(_:search,category,'hotels');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "It looks like there are n't any 4 star hotels in the north . Would you like me to check another area ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , I like the North . Perhaps there is a guesthouse that is 4 stars ?"
},
{
"id": 5,
"rdf-acts": [
"select((_:result,pricerange,'cheap');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,area,'north');(_:result,category,'guesthouses');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are several options for guesthouses in the north with 4 stars , would you prefer moderate or cheap price range ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would prefer the cheap price range ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,name,'worth house');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like to book worth house ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'worth house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "What is the price of the Worth House ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,phone,'01223316074');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sorry , I do n't have that information . There phone number is 01223316074 ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'5');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "can you book a room for tuesday , 5 nights , 5 people ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Worth House');(_:booking,ref,'GWIK59YW');(_:booking,stay,'5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , your booking for the Worth House for a 5 night stay has been confirmed . Your reference number is GWIK59YW . May I help with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you help me find a restaurant as well ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,count,'9');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I search for restaurants in the north , there are 9 options , any preferences ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "The restaurant should be in the same area as the hotel and should be in the expensive price"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,name,'Saigon City');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have many in those categories . How about trying Saigon City ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you . I just need their phone number and postcode ."
},
{
"id": 17,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Saigon City');(_:result,phone,'01223356555');(_:result,postcode,'cb41nl');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number for Saigon City is \t 01223356555 . The post code is cb41nl . Can I help you with anyone else ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,type,'Hotel');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also need a taxi to commute between the hotel and restaurant ."
},
{
"id": 19,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "When would you like to leave ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to leave the hotel by 8:30 ."
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,car,'yellow lexus');(_:result,phone,'07465015812');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I booked you a yellow lexus and you can reach the driver at 07465015812 . Would that be all today ?"
},
{
"id": 22,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thank you for the booking of the taxi . That will be all foe now ."
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using Cambridge TownInfo centre . Have a great day ."
}
] |
PMUL0189.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"North"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/82127cbb"
],
[
"_:search/82127cbb",
"area",
"north"
],
[
"_:search/82127cbb",
"category",
"hotels"
],
[
"_:search/82127cbb",
"stars",
"4"
],
[
"_:search/82127cbb",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/82127cbb"
],
[
"_:search/82127cbb",
"area",
"north"
],
[
"_:search/82127cbb",
"category",
"hotels"
],
[
"_:search/82127cbb",
"stars",
"4"
],
[
"_:search/82127cbb",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/82127cbb"
],
[
"_:search/82127cbb",
"area",
"north"
],
[
"_:search/82127cbb",
"category",
"hotels"
],
[
"_:search/82127cbb",
"stars",
"4"
],
[
"_:search/82127cbb",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:booking",
"name",
"worth house"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"worth house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/82127cbb"
],
[
"_:search/82127cbb",
"area",
"north"
],
[
"_:search/82127cbb",
"category",
"hotels"
],
[
"_:search/82127cbb",
"stars",
"4"
],
[
"_:search/82127cbb",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:booking",
"name",
"worth house"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"worth house"
],
[
"_:result",
"phone",
"01223316074"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"2"
],
[
"_:system",
"canthelp",
"_:search/82127cbb"
],
[
"_:search/82127cbb",
"area",
"north"
],
[
"_:search/82127cbb",
"category",
"hotels"
],
[
"_:search/82127cbb",
"stars",
"4"
],
[
"_:search/82127cbb",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"name",
"worth house"
],
[
"_:result",
"phone",
"01223316074"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Worth House"
],
[
"_:booking",
"ref",
"GWIK59YW"
],
[
"_:booking",
"stay",
"5"
],
[
"_: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": [
[
"_:system",
"canthelp",
"_:search/82127cbb"
],
[
"_:search/82127cbb",
"area",
"north"
],
[
"_:search/82127cbb",
"category",
"hotels"
],
[
"_:search/82127cbb",
"stars",
"4"
],
[
"_:search/82127cbb",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"name",
"worth house"
],
[
"_:result",
"phone",
"01223316074"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Worth House"
],
[
"_:booking",
"ref",
"GWIK59YW"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"same area"
],
[
"_: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": [
[
"_:system",
"canthelp",
"_:search/82127cbb"
],
[
"_:search/82127cbb",
"area",
"north"
],
[
"_:search/82127cbb",
"category",
"hotels"
],
[
"_:search/82127cbb",
"stars",
"4"
],
[
"_:search/82127cbb",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"name",
"worth house"
],
[
"_:result",
"phone",
"01223316074"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Worth House"
],
[
"_:booking",
"ref",
"GWIK59YW"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"name",
"Saigon City"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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/82127cbb"
],
[
"_:search/82127cbb",
"area",
"north"
],
[
"_:search/82127cbb",
"category",
"hotels"
],
[
"_:search/82127cbb",
"stars",
"4"
],
[
"_:search/82127cbb",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"name",
"worth house"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"name",
"Worth House"
],
[
"_:booking",
"ref",
"GWIK59YW"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Saigon City"
],
[
"_:result",
"phone",
"01223356555"
],
[
"_:result",
"postcode",
"cb41nl"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/82127cbb"
],
[
"_:search/82127cbb",
"area",
"north"
],
[
"_:search/82127cbb",
"category",
"hotels"
],
[
"_:search/82127cbb",
"stars",
"4"
],
[
"_:search/82127cbb",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"name",
"worth house"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"name",
"Worth House"
],
[
"_:booking",
"ref",
"GWIK59YW"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Saigon City"
],
[
"_:result",
"phone",
"01223356555"
],
[
"_:result",
"postcode",
"cb41nl"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"leave_at",
"?"
],
[
"_: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": [
[
"_:system",
"canthelp",
"_:search/82127cbb"
],
[
"_:search/82127cbb",
"area",
"north"
],
[
"_:search/82127cbb",
"category",
"hotels"
],
[
"_:search/82127cbb",
"stars",
"4"
],
[
"_:search/82127cbb",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"name",
"worth house"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"name",
"Worth House"
],
[
"_:booking",
"ref",
"GWIK59YW"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Saigon City"
],
[
"_:result",
"postcode",
"cb41nl"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"car",
"yellow lexus"
],
[
"_:result",
"phone",
"07465015812"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you help me find a cheap restaurant in the west side of town ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,name,'La Margherita');(_:result,name,'Thanh Binh');(_:result,type,'Restaurant'))",
"reqmore()",
"inform((_:result,count,'2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Certainly ! There are two great restaurants that meet your criteria . The first in La Margherita and the second is Thanh Binh . Would you like more information on one of them ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'creative');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Does it serve creative food ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,food,'italian');(_:result,food,'vietnamese');(_:result,name,'La Margherita');(_:result,name,'Thanh Binh');(_:result,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunately , no . La Margherita is an italian place . And , Thanh Binh serves vietnamese ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'thanh binh');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanh Binh would be perfect ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like for me to make you a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'12:00');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "yes , I want to book a table for 6 people at 12:00 on sunday ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'H0BFXWTP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : H0BFXWTP . Can I help you with anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,departure,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , could you find me a train from ely that same day ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where would you like to go to ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'09:45');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like a train to Cambridge , arriving by 09:45 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'07.51');(_:result,id,'TR3207');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR3207 will arrive by 07.51 . Should I book it ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , book that for 6 people . I would also like the reference number ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'A5ZWGBQ3');(_:booking,ticket,'113.28 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . The total fee is 113.28 GBP , which is payable at the station . Your reference number is A5ZWGBQ3 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thanks so much you have been very helpful"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge Town Info Centre Services ! We hope you enjoy your time in Cambridge"
}
] |
PMUL3711.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"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"creative"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"food",
"creative"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2e892229"
],
[
"_:search/2e892229",
"type",
"Restaurant"
],
[
"_:search",
"name",
"thanh binh"
],
[
"_: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"
],
[
"_:search",
"food",
"creative"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2e892229"
],
[
"_:search/2e892229",
"type",
"Restaurant"
],
[
"_:search",
"name",
"thanh binh"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"food",
"creative"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2e892229"
],
[
"_:search/2e892229",
"type",
"Restaurant"
],
[
"_:search",
"name",
"thanh binh"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"H0BFXWTP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"food",
"creative"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2e892229"
],
[
"_:search/2e892229",
"type",
"Restaurant"
],
[
"_:search",
"name",
"thanh binh"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"H0BFXWTP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_: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",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"food",
"creative"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:system",
"canthelp",
"_:search/2e892229"
],
[
"_:search/2e892229",
"type",
"Restaurant"
],
[
"_:search",
"name",
"thanh binh"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"H0BFXWTP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"07.51"
],
[
"_:result",
"id",
"TR3207"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"food",
"creative"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:system",
"canthelp",
"_:search/2e892229"
],
[
"_:search/2e892229",
"type",
"Restaurant"
],
[
"_:search",
"name",
"thanh binh"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"07.51"
],
[
"_:result",
"id",
"TR3207"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"A5ZWGBQ3"
],
[
"_:booking",
"ticket",
"113.28 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,food,'gastropub');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Find me an expensive restaurant that serves gastropub food"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'east');(_:result,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I see several options ; do you prefer the centre or east of town ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "The centre of town ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'gastropub');(_:result,name,'Backstreet Bistro');(_:result,name,'Slug and Lettuce');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Backstreet Bistro and The Slug and Lettuce are both expensive gastropub restaurant in the centre of town ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'16:00');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need a reservation for any of those . 16:00 , on Tuesday for 8 people ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Backstreet Bistro');(_:booking,ref,'O8Z7DXNU');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You 're booked at Backstreet Bistro , ref # O8Z7DXNU . Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you , that will be everything ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Have a good day and enjoy your visit ."
}
] |
PMUL3313.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"Backstreet Bistro"
],
[
"_:result",
"name",
"Slug and Lettuce"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"Backstreet Bistro"
],
[
"_:result",
"name",
"Slug and Lettuce"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Backstreet Bistro"
],
[
"_:booking",
"ref",
"O8Z7DXNU"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I want to find a museum located in the west ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'cafe jello gallery');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "how about cafe jello gallery ? it 's gotten great reviews ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the entrance fee ? Can you please provide the address and postcode ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'13 magdalene street');(_:result,name,'cafe jello gallery');(_:result,postcode,'cb30af');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "cafe jello gallery , 13 magdalene street . Postcode cb30af"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'international');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I also need a dining place . International food in expensive range would work for me ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'international');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry but it does n't look like we have any listings for expensive international restaurants . Would you like to choose a different type of food ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "are you sure?it should be in the west"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm afraid there are n't any . Would you like to try a different price range or cuisine ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about Indian ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,count,'5');(_:result,food,'Indian');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 5 restaurants in the west that serve expensive Indian food . May I make a reservation for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "As long as it serves indian we 're good . I need the address and phone number"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'India House');(_:result,type,'Restaurant'))",
"reqmore()",
"inform((_:result,address,'31 Newnham Road Newnham');(_:result,phone,'01223461661');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I recommend India House ! It 's located at 31 Newnham Road Newnham . Their phone number is 01223461661 . Can I do anything else for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,leave_at,'21:00');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Can I get a taxi to take me between the two ? I need to leave the Cafe Jello attraction by 21:00 . I need the contact Number and car type ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'red Tesla');(_:result,phone,'07730461220');(_:result,type,'Taxi'))",
"reqmore()",
"thank()"
],
"speaker": "system",
"text": "Done ! The car will be a red Tesla , and you may call 07730461220 . Can I help you with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all of the information that I need , thank you ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Your welcome and if there is anything else please do n't hesitate to give me a call back ."
}
] |
PMUL3504.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"cafe jello gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"address",
"13 magdalene street"
],
[
"_:result",
"name",
"cafe jello gallery"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"address",
"13 magdalene street"
],
[
"_:result",
"name",
"cafe jello gallery"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:system",
"canthelp",
"_:search/5c461715"
],
[
"_:search/5c461715",
"food",
"international"
],
[
"_:search/5c461715",
"pricerange",
"expensive"
],
[
"_:search/5c461715",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"address",
"13 magdalene street"
],
[
"_:result",
"name",
"cafe jello gallery"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/5c461715"
],
[
"_:search/5c461715",
"food",
"international"
],
[
"_:search/5c461715",
"pricerange",
"expensive"
],
[
"_:search/5c461715",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/0dbe4e75"
],
[
"_:search/0dbe4e75",
"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",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"address",
"13 magdalene street"
],
[
"_:result",
"name",
"cafe jello gallery"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:system",
"canthelp",
"_:search/5c461715"
],
[
"_:search/5c461715",
"food",
"international"
],
[
"_:search/5c461715",
"pricerange",
"expensive"
],
[
"_:search/5c461715",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/0dbe4e75"
],
[
"_:search/0dbe4e75",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:system",
"canthelp",
"_:search/5c461715"
],
[
"_:search/5c461715",
"food",
"international"
],
[
"_:search/5c461715",
"pricerange",
"expensive"
],
[
"_:search/5c461715",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/0dbe4e75"
],
[
"_:search/0dbe4e75",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"name",
"India House"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"31 Newnham Road Newnham"
],
[
"_:result",
"phone",
"01223461661"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:system",
"canthelp",
"_:search/5c461715"
],
[
"_:search/5c461715",
"food",
"international"
],
[
"_:search/5c461715",
"pricerange",
"expensive"
],
[
"_:search/5c461715",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/0dbe4e75"
],
[
"_:search/0dbe4e75",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"name",
"India House"
],
[
"_:result",
"address",
"31 Newnham Road Newnham"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red Tesla"
],
[
"_:result",
"phone",
"07730461220"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'Flinches Bed and Breakfast');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Please help me find a hotel called Flinches Bed and Breakfast . Thanks ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,phone,'01223276653');(_:result,postcode,'cb30nd');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It 's phone number is 01223276653 and is located in postcode cb30nd"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'6');(_:search,stay,'two');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks . I 'd like to book a room for 6 people , for two nights on thursday ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'VMI0R4J4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You 're all set . Your booking was successful and your reference number is VMI0R4J4 . Anything else I can help with ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'12:00');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "We will also need to catch a train that is going to Cambridge . Any trains that will put us in Cambridge by 12:00 ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,day,'Thursday');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are many trains that will fit your schedule . Where will you be departing from and will you be traveling on Thursday ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be departing from leicester on Thursday ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,day,'thursday');(_:search,departure,'leicester');(_:search,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I 'm sorry , there are not trains leaving leicester on thursday . Would you like me to look on another day ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "How about train stations near leicester ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,name,?);(_:search,type,'Attraction');(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Do you know what they would be called ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No . thank you . Goodbye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Your welcome . It has been a pleasure assisting you today . Goodbye"
}
] |
PMUL1788.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Flinches Bed and Breakfast"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Flinches Bed and Breakfast"
],
[
"_:result",
"phone",
"01223276653"
],
[
"_:result",
"postcode",
"cb30nd"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Flinches Bed and Breakfast"
],
[
"_:result",
"phone",
"01223276653"
],
[
"_:result",
"postcode",
"cb30nd"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"two"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"VMI0R4J4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Flinches Bed and Breakfast"
],
[
"_:result",
"phone",
"01223276653"
],
[
"_:result",
"postcode",
"cb30nd"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"two"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"VMI0R4J4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Flinches Bed and Breakfast"
],
[
"_:result",
"phone",
"01223276653"
],
[
"_:result",
"postcode",
"cb30nd"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"two"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"VMI0R4J4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/e862b2eb"
],
[
"_:search/e862b2eb",
"day",
"thursday"
],
[
"_:search/e862b2eb",
"departure",
"leicester"
],
[
"_:search/e862b2eb",
"type",
"Train"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"phone",
"01223276653"
],
[
"_:result",
"postcode",
"cb30nd"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"two"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"VMI0R4J4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/e862b2eb"
],
[
"_:search/e862b2eb",
"day",
"thursday"
],
[
"_:search/e862b2eb",
"departure",
"leicester"
],
[
"_:search/e862b2eb",
"type",
"Train"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a hotel on the north side ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,name,'ashley hotel');(_:result,name,'lovell lodge');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "There are two options , ashley hotel and lovell lodge , do you want more info or a booking ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you tell me the star rating and do they include free parking ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'both');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,stars,'two');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "They both offer free parking , free wifi , and are rated two stars ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Please pick one . I need the price range postcode and address please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'74 chesterton road');(_:result,name,'Ashley hotel');(_:result,postcode,'cb41er');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Ashley hotel is in the moderate price range . Their postcode is cb41er and their address is 74 chesterton road"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can I get the phone number as well please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'Ashley Hotel');(_:result,phone,'01223350059');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The phone number for Ashley Hotel is 01223350059 . Can I help you with something else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'd like to find an expensive European restaurant for our anniversary celebration ."
},
{
"id": 9,
"rdf-acts": [
"select((_:result,area,'Centre');(_:result,area,'North');(_:result,area,'West');(_:result,type,'Restaurant'))",
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 5 restaurants that fit your description ? What area of town would you like the restaurant to be on ? Centre , North , or West ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Area does not matter , I just need expensive please ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,food,'European');(_:result,name,'City Stop Restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I suggest that you try City Stop Restaurant . It is an expensive European restaurant in the north part of town . Would you like to book a table ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'14:30');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 've never been there before . Sounds like what I am looking for . Can you make a reservation on Tuesday for 4 at 14:30 ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'26GA35EY');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your table will be reserved for 15 minutes . Reference number is 26GA35EY ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you ! That will be all for today !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Okay fantastic , have a nice day !"
}
] |
PMUL0389.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"name",
"lovell lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"name",
"lovell lodge"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"two"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"two"
],
[
"_:result",
"address",
"74 chesterton road"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"two"
],
[
"_:result",
"address",
"74 chesterton road"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"phone",
"01223350059"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"two"
],
[
"_:result",
"address",
"74 chesterton road"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"phone",
"01223350059"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"area",
"West"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"two"
],
[
"_:result",
"address",
"74 chesterton road"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:result",
"phone",
"01223350059"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"City Stop Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"4"
],
[
"_: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"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"two"
],
[
"_:result",
"address",
"74 chesterton road"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:result",
"phone",
"01223350059"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"City Stop Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"26GA35EY"
],
[
"_: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,departure,'london kings cross');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to find a train going to cambridge from london kings cross ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'70');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 70 trains meeting those requirements . What day of the week are you leaving ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'17:00');(_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave on Saturday and arrive by 17:00 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'06:08');(_:result,day,'Saturday');(_:result,leave_at,'05:17');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a train that fits your criteria Saturday , it leaves at 05:17 and arrives at 06:08 . Would you like me to book it for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'5:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No , I need to arrive by 5:00 no 6:00 can you check the schedule again ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'16:08');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have a train that arrives at 16:08 . Is that what you are looking for ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'17:00');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive in Cambridge by 17:00 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'8602X6OE');(_:booking,ticket,'18.88 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 18.88 GBP payable at the station . \n Reference number is : 8602X6OE ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help"
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "OK . Sorry for the confusion about the times . If you need help with anything else just let us know ."
}
] |
SNG01208.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"70"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"70"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"arrive_by",
"06:08"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"leave_at",
"05:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"5:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"count",
"70"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"leave_at",
"05:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"count",
"70"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"leave_at",
"05:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"8602X6OE"
],
[
"_:booking",
"ticket",
"18.88 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"count",
"70"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"leave_at",
"05:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"8602X6OE"
],
[
"_:booking",
"ticket",
"18.88 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,departure,'cambridge');(_:search,leave_at,'20:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need help finding a train leaving Cambridge after 20:45 ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'Many');(_:result,departure,'Cambridge');(_:result,leave_at,'around 20:45');(_:result,type,'Train'))",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Many trains leave Cambridge around 20:45 , what is the destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to get to london liverpool street ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'several options');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have several options for you , and the price and exact departure time varies by day of the week . Do you have a day preference ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on Thursday"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'23:27');(_:result,id,'TR3695');(_:result,leave_at,'21:59');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR3695 leaves 21:59 and arrives on 23:27 . Would you like to book it ?"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks , that 's all . Good bye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "welcome again some other time"
}
] |
SNG01180.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:result",
"amount",
"Many"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"leave_at",
"around 20:45"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"leave_at",
"around 20:45"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"amount",
"several options"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"amount",
"several options"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"23:27"
],
[
"_:result",
"id",
"TR3695"
],
[
"_:result",
"leave_at",
"21:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.