turns
listlengths 2
60
| dialogue_id
stringlengths 1
31
| states
listlengths 1
30
|
---|---|---|
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am looking for information in Cambridge ."
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "what would you like to know ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'camboats');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for an attraction called camboats , can you get me the address and postcode ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'the plough , green end , fen ditton');(_:result,name,'camboats');(_:result,postcode,'cb58sx');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Yes , of course . The address of camboats is the plough , green end , fen ditton , and the postcode is cb58sx ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you . I would also like some help finding a train ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Sure I can help with that . Where are you departing from and going to . What time would you like to depart and on what day would you like the train ?"
}
] |
PMUL4602.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"camboats"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"camboats"
],
[
"_:result",
"address",
"the plough , green end , fen ditton"
],
[
"_:result",
"name",
"camboats"
],
[
"_:result",
"postcode",
"cb58sx"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you recommend me a moderate priced restaurant in the north part of town ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,food,'Chinese');(_:result,food,'Indian');(_:result,type,'Restaurant'))",
"inform((_:result,area,'north');(_:result,count,'2');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I found two restaurants in the moderate price range in the north part of town . Would you prefer Chinese or Indian food ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I have the address of the Chinese restaurant ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'191 Histon Road Chesterton');(_:result,area,'north');(_:result,food,'Chinese');(_:result,name,'Golden Wok');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Golden Wok is a Chinese restaurant in the north part of town . The address is 191 Histon Road Chesterton ."
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "ok thank you good bye"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "goodbye"
}
] |
WOZ20283.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"191 Histon Road Chesterton"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'african');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to find a cheap African restaurant in the area ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,food,'african');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I was unable to find any cheap african places ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What cheap restaurants are in the centre ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'fifteen');(_:result,area,'center');(_:result,food,'asian oriental');(_:result,food,'mediterranean');(_:result,food,'modern european');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have fifteen cheap restaurants in the center , with cuisines ranging from asian oriental to mediterranean and modern european ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'spanish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about Spanish food . Do you have a restaurant serving that ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'spanish');(_:result,name,'La Raza');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "La Raza is a spanish restaurant in that price range , shall I book a table for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'16:45');(_:search,people,'7');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please book a table for 7 people at 16:45 on Sunday . Can you give me the reference number ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,day,'Sunday');(_:booking,duration,'16:45');(_:booking,name,'La Raza');(_:booking,ref,'KSH4UXG0');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Your table at La Raza has been reserved for Sunday at 16:45 . The reference number is KSH4UXG0 . Can I help you with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , can you help me find places to go to in town ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure what type of attraction are you interested in ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'museum');(_:search,name,'La Raza');(_:search,type,'Attraction');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a museum in the same area as La Raza ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'museums');(_:result,count,'11');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 11 museums in the centre . Do you want a suggestion ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "I think what ever one you would say is best please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'university of cambridge , downing street');(_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,'museum of archaelogy and anthropology');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I suggest the museum of archaelogy and anthropology . It 's in the city centre located at university of cambridge , downing street . It 's free , too ."
},
{
"id": 14,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you please provide me with the postcode and phone number for the museum ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223357708');(_:result,postcode,'cb23dz');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode is cb23dz and the phone number is 01223357708 . Is there anything else I can help you with ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "You have helped me a lot thanks !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "I am glad to help enjoy your stay ."
}
] |
PMUL2322.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"african"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"african"
],
[
"_:system",
"canthelp",
"_:search/35e83e43"
],
[
"_:search/35e83e43",
"food",
"african"
],
[
"_:search/35e83e43",
"pricerange",
"cheap"
],
[
"_:search/35e83e43",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/35e83e43"
],
[
"_:search/35e83e43",
"food",
"african"
],
[
"_:search/35e83e43",
"pricerange",
"cheap"
],
[
"_:search/35e83e43",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"fifteen"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/35e83e43"
],
[
"_:search/35e83e43",
"food",
"african"
],
[
"_:search/35e83e43",
"pricerange",
"cheap"
],
[
"_:search/35e83e43",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"fifteen"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"spanish"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"La Raza"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/35e83e43"
],
[
"_:search/35e83e43",
"food",
"african"
],
[
"_:search/35e83e43",
"pricerange",
"cheap"
],
[
"_:search/35e83e43",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"fifteen"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"spanish"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"La Raza"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"16:45"
],
[
"_:booking",
"name",
"La Raza"
],
[
"_:booking",
"ref",
"KSH4UXG0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/35e83e43"
],
[
"_:search/35e83e43",
"food",
"african"
],
[
"_:search/35e83e43",
"pricerange",
"cheap"
],
[
"_:search/35e83e43",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"fifteen"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"spanish"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"La Raza"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"16:45"
],
[
"_:booking",
"name",
"La Raza"
],
[
"_:booking",
"ref",
"KSH4UXG0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"name",
"La Raza"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/35e83e43"
],
[
"_:search/35e83e43",
"food",
"african"
],
[
"_:search/35e83e43",
"pricerange",
"cheap"
],
[
"_:search/35e83e43",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"fifteen"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"spanish"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"La Raza"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"16:45"
],
[
"_:booking",
"name",
"La Raza"
],
[
"_:booking",
"ref",
"KSH4UXG0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"name",
"La Raza"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/35e83e43"
],
[
"_:search/35e83e43",
"food",
"african"
],
[
"_:search/35e83e43",
"pricerange",
"cheap"
],
[
"_:search/35e83e43",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"fifteen"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"spanish"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"spanish"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"16:45"
],
[
"_:booking",
"name",
"La Raza"
],
[
"_:booking",
"ref",
"KSH4UXG0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"name",
"La Raza"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"address",
"university of cambridge , downing street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"museum of archaelogy and anthropology"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/35e83e43"
],
[
"_:search/35e83e43",
"food",
"african"
],
[
"_:search/35e83e43",
"pricerange",
"cheap"
],
[
"_:search/35e83e43",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"fifteen"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"spanish"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"spanish"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"16:45"
],
[
"_:booking",
"name",
"La Raza"
],
[
"_:booking",
"ref",
"KSH4UXG0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"name",
"La Raza"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"address",
"university of cambridge , downing street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"museum of archaelogy and anthropology"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223357708"
],
[
"_:result",
"postcode",
"cb23dz"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "I need medical treatment ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,phone,'01223245151');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "You can reach Addenbrookes Hospital at phone number 01223245151 , and they are located at Hills Rd , Cambridge , postcode CB20QQ . Do you need further assistance ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Thank you is there anything else"
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks , that 's all . Good bye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Enjoy your day ."
}
] |
SNG02143.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",
"phone",
"01223245151"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'hughes hall');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you help me find a place called Hughes Hall ?"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'wollaston road');(_:result,area,'centre');(_:result,phone,'01223334898');(_:result,postcode,'cb12ew');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , they are located in the centre on wollaston road , postal is cb12ew and phone is 01223334898 . Is there anything else that I can assist with ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What part of town is it located in ? Are there any restaurants in that area ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'a lot');(_:result,area,'centre');(_:result,name,'hughes hall');(_:result,type,'Attraction');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Hughes Hall is located in the centre . There are a lot of restaurants in that part of town . Are you interested in a particular type ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'21:00');(_:search,day,'sunday');(_:search,type,'Train'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I have the address and phone number ? I also need a train leaving Sunday and arriving by 21:00"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Wollaston Road');(_:result,name,'Hughes Hall');(_:result,phone,'01223334898');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address for Hughes Hall is Wollaston Road . The phone number is 01223334898 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks . I also need a train for Sunday ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay , what is your destination and arrival preference ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'kings lynn');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to go to cambridge from kings lynn ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'6:58');(_:result,id,'TR6368');(_:result,leave_at,'6:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR6368 leaving at 6:11 and arriving at 6:58 . Would you like to book that ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes please book that train , for 7 people . And may I get a reference number for the booking ? Thanks ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'7RBUS3T6');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "sure thing your ref # is 7RBUS3T6 , anything else today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you . Have a great day . Goodbye"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "I am glad to help have a nice stay"
}
] |
PMUL3604.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hughes hall"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hughes hall"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"wollaston road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"phone",
"01223334898"
],
[
"_:result",
"postcode",
"cb12ew"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hughes hall"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"wollaston road"
],
[
"_:result",
"phone",
"01223334898"
],
[
"_:result",
"postcode",
"cb12ew"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"hughes hall"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"21:00"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hughes hall"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb12ew"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"arrive_by",
"21:00"
],
[
"_:result",
"address",
"Wollaston Road"
],
[
"_:result",
"name",
"Hughes Hall"
],
[
"_:result",
"phone",
"01223334898"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hughes hall"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb12ew"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"arrive_by",
"21:00"
],
[
"_:result",
"address",
"Wollaston Road"
],
[
"_:result",
"name",
"Hughes Hall"
],
[
"_:result",
"phone",
"01223334898"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_: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",
"hughes hall"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb12ew"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"arrive_by",
"21:00"
],
[
"_:result",
"address",
"Wollaston Road"
],
[
"_:result",
"name",
"Hughes Hall"
],
[
"_:result",
"phone",
"01223334898"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"6:58"
],
[
"_:result",
"id",
"TR6368"
],
[
"_:result",
"leave_at",
"6:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hughes hall"
],
[
"_:result",
"postcode",
"cb12ew"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"arrive_by",
"21:00"
],
[
"_:result",
"address",
"Wollaston Road"
],
[
"_:result",
"name",
"Hughes Hall"
],
[
"_:result",
"phone",
"01223334898"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"6:58"
],
[
"_:result",
"id",
"TR6368"
],
[
"_:result",
"leave_at",
"6:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"7RBUS3T6"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'tandoori palace');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to find a restaurant named Tandoori Palace . Do you know of that restaurant ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'the West side');(_:result,food,'Indian');(_:result,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "I do . It 's a very nice Indian restaurant on the West side ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you give me the postcode for it please ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb43le');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The postcode is cb43le . May I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be all , thanks . Goodbye !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Have a great day ! Goodbye ."
}
] |
SNG0693.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"tandoori palace"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"tandoori palace"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"the West side"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"tandoori palace"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"the West side"
],
[
"_:result",
"food",
"Indian"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb43le"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you recommend a hotel in the north part of town ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'74 Chesterton Road');(_:result,name,'Ashley Hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I would recommend Ashley Hotel at 74 Chesterton Road ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does that hotel have a 3 star rating and free wifi ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"canthelp((_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "No , I am afraid I have none with a 3 star rating in that area . Would you like to try another area or stars ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,has_internet,'yes');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Any area is fine as long as it is a 3 star hotel with free wifi ."
},
{
"id": 5,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'south');(_:result,name,'gonville hotel');(_:result,name,'lensfield hotel');(_:result,type,'Hotel'))",
"thank()",
"inform((_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Ok . There is the gonville hotel in the centre and the lensfield hotel in the south . Are you interested in booking one of them ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No 3 star places to stay in the North ? It does n't have to be a hotel but maybe a guesthouse ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'Hamilton lodge');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have one .. The Hamilton lodge . Would you like me to make a reservation ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No , I just need the price range and the phone number"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,phone,'01223365664');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The price range is moderate . The phone number is 01223365664 . Would you like any other information ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,food,'french');(_:search,name,'Hamilton Lodge');(_:search,type,'Hotel');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any French restaurants in the same area as the Hamilton Lodge ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'22 Chesterton Road');(_:result,count,'1');(_:result,name,'Restaurant Two Two');(_:result,phone,'01223351880');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , I actually do have one . It is Restaurant Two Two . They are expensive and located on 22 Chesterton Road , Chesterton . Their phone number is 01223351880 . Would you need reservations ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))",
"inform((_:search,name,'Restaurant Two Two');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you please give me the postcode for Restaurant Two Two ?"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "postal code is CB43AX"
}
] |
PMUL4237.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",
"address",
"74 Chesterton Road"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"address",
"74 Chesterton Road"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/3897107b"
],
[
"_:search/3897107b",
"stars",
"3"
],
[
"_:search/3897107b",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"address",
"74 Chesterton Road"
],
[
"_:system",
"canthelp",
"_:search/3897107b"
],
[
"_:search/3897107b",
"stars",
"3"
],
[
"_:search/3897107b",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"gonville hotel"
],
[
"_:result",
"name",
"lensfield hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"address",
"74 Chesterton Road"
],
[
"_:system",
"canthelp",
"_:search/3897107b"
],
[
"_:search/3897107b",
"stars",
"3"
],
[
"_:search/3897107b",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Hamilton lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"address",
"74 Chesterton Road"
],
[
"_:system",
"canthelp",
"_:search/3897107b"
],
[
"_:search/3897107b",
"stars",
"3"
],
[
"_:search/3897107b",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"Hamilton lodge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223365664"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"name",
"Hamilton Lodge"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/3897107b"
],
[
"_:search/3897107b",
"stars",
"3"
],
[
"_:search/3897107b",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"french"
],
[
"_:result",
"address",
"22 Chesterton Road"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Restaurant Two Two"
],
[
"_:result",
"phone",
"01223351880"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"name",
"Restaurant Two Two"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,department,'coronary care unit');(_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "I 've been injured and I need a hospital near me , one with a coronary care unit department please !"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,department,'coronary care unit');(_:result,phone,'01223217297');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The closest hospital is Addenbrookes Hospital . The phone number for the coronary care unit is 01223217297 ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "May I have the full hospital address and their main phone number , please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,phone,'01223245151');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The hospital address is Hills Rd , Cambridge . The main telephone for the hospital is 01223245151"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . Goodbye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us and have a nice day ."
}
] |
SNG01220.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"coronary care unit"
],
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"coronary care unit"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"department",
"coronary care unit"
],
[
"_:result",
"phone",
"01223217297"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"coronary care unit"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"department",
"coronary care unit"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'bistro');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a nice bistro in Cambridge , moderately priced would be good ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "unfortunately i do n't have anything in that price range"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "There 's nothing moderate in all of the centre area ? Or just bistro food ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,food,'Bistro');(_:search,type,'Restaurant'))",
"inform((_:result,area,'center');(_:result,count,'31');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have 31 moderately priced restaurants in the center , just no Bistro , sorry ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'that area');(_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there a gastropub in that area instead ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'1');(_:result,name,'Cow Pizza Kitchen and Bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , we have one and it 's called The Cow Pizza Kitchen and Bar . Would you like for me to book a reservation for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'14:45');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , let 's book a table for 6 people at 14:45 on tuesday ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'V76UTC2C');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alright , your reservation is made with reference number V76UTC2C . Can I help you with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,people,'1');(_:search,stay,'two');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i also need a hotel room for two nights and 1 person and must have free parking"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What area do you need it to be in ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "In the centre please"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What price range ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Not price specific but I want something 0 star ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'El Shaddai');(_:result,stars,'0');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I think El Shaddai would be perfect for you . It 's in the centre of town , 0 star , and has free wifi and parking . Can I book for you ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_internet,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Does it have internet ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes it does and is included in the price !"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,car,?);(_:result,category,?);(_:result,phone,?);(_:result,type,'Hotel');(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Could I have the phone number and type of hotel ? Also need a taxi to the restaurant and arrive by the booked time . Provide the contact number and car type ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,phone,'01223327978');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The phone number is 01223327978 ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thank you that will be all"
},
{
"id": 19,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay , but do you still need a taxi ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "yes i want to book a taxi to commute between the two places ."
},
{
"id": 21,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "to which direction will you be going ?"
},
{
"id": 22,
"rdf-acts": [
"inform((_:search,name,'Cow Pizza Kitchen and Bar');(_:search,name,'El Shaddai');(_:search,type,'Hotel');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Going from El Shaddai to the Cow Pizza Kitchen and Bar , and I need to arrive in time for my reservation at the restaurant ."
},
{
"id": 23,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "OKay I will look into this for you and be back in a moment ."
},
{
"id": 24,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . I appreciate your quick response ."
},
{
"id": 25,
"rdf-acts": null,
"speaker": "system",
"text": "It looks like you will arrive by 14:45 . Your booking is complete and the car type is grey audi . The contact number is 07534462642 ."
}
] |
PMUL3032.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"bistro"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"bistro"
],
[
"_:system",
"canthelp",
"_:search/7a5edf00"
],
[
"_:search/7a5edf00",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/7a5edf00"
],
[
"_:search/7a5edf00",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/1f2eb21b"
],
[
"_:search/1f2eb21b",
"food",
"Bistro"
],
[
"_:search/1f2eb21b",
"type",
"Restaurant"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"count",
"31"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"that area"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/7a5edf00"
],
[
"_:search/7a5edf00",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/1f2eb21b"
],
[
"_:search/1f2eb21b",
"food",
"Bistro"
],
[
"_:search/1f2eb21b",
"type",
"Restaurant"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"that area"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Cow Pizza Kitchen and Bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/7a5edf00"
],
[
"_:search/7a5edf00",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/1f2eb21b"
],
[
"_:search/1f2eb21b",
"food",
"Bistro"
],
[
"_:search/1f2eb21b",
"type",
"Restaurant"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"that area"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Cow Pizza Kitchen and Bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"V76UTC2C"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/7a5edf00"
],
[
"_:search/7a5edf00",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/1f2eb21b"
],
[
"_:search/1f2eb21b",
"food",
"Bistro"
],
[
"_:search/1f2eb21b",
"type",
"Restaurant"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Cow Pizza Kitchen and Bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"V76UTC2C"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"area",
"centre"
],
[
"_: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/7a5edf00"
],
[
"_:search/7a5edf00",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1f2eb21b"
],
[
"_:search/1f2eb21b",
"food",
"Bistro"
],
[
"_:search/1f2eb21b",
"type",
"Restaurant"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Cow Pizza Kitchen and Bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"V76UTC2C"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"0"
],
[
"_: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/7a5edf00"
],
[
"_:search/7a5edf00",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1f2eb21b"
],
[
"_:search/1f2eb21b",
"food",
"Bistro"
],
[
"_:search/1f2eb21b",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"V76UTC2C"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
]
],
"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/7a5edf00"
],
[
"_:search/7a5edf00",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1f2eb21b"
],
[
"_:search/1f2eb21b",
"food",
"Bistro"
],
[
"_:search/1f2eb21b",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"V76UTC2C"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"stars",
"0"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/7a5edf00"
],
[
"_:search/7a5edf00",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1f2eb21b"
],
[
"_:search/1f2eb21b",
"food",
"Bistro"
],
[
"_:search/1f2eb21b",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"V76UTC2C"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"stars",
"0"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"phone",
"01223327978"
],
[
"_:result",
"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": [
[
"_:system",
"canthelp",
"_:search/7a5edf00"
],
[
"_:search/7a5edf00",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1f2eb21b"
],
[
"_:search/1f2eb21b",
"food",
"Bistro"
],
[
"_:search/1f2eb21b",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"V76UTC2C"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"stars",
"0"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"phone",
"01223327978"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/7a5edf00"
],
[
"_:search/7a5edf00",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1f2eb21b"
],
[
"_:search/1f2eb21b",
"food",
"Bistro"
],
[
"_:search/1f2eb21b",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"V76UTC2C"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"stars",
"0"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"phone",
"01223327978"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"name",
"Cow Pizza Kitchen and Bar"
],
[
"_:search",
"name",
"El Shaddai"
],
[
"_:search",
"type",
"Hotel"
],
[
"_: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,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/7a5edf00"
],
[
"_:search/7a5edf00",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1f2eb21b"
],
[
"_:search/1f2eb21b",
"food",
"Bistro"
],
[
"_:search/1f2eb21b",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"V76UTC2C"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"stars",
"0"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"phone",
"01223327978"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"name",
"Cow Pizza Kitchen and Bar"
],
[
"_:search",
"name",
"El Shaddai"
],
[
"_:search",
"type",
"Hotel"
],
[
"_: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,
21,
22,
23,
24
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want to know about 4 star hotels that include free parking for guests ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What area of town would you like to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It does n't matter but it should be a guesthouse ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'16');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are about 16 choices . Maybe we can narrow it down if you tell me what price range you were looking at ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouses');(_:search,type,'Hotel'))",
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "guesthouses not hotel , sorry can you suggest one and give me their phone number please"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'33');(_:result,pricerange,'cheap');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 33 guesthouses all over town ranging from cheap to moderate . What area do you prefer and which price range will work for you ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "As long as it 's a guesthouse with 4 stars and free parking I will be happy . Which one do you recommend ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,count,'16');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 16 all over town , that meet your criteria . If you could tell me which part of town you would prefer , that would help narrow the choices down ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))",
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Please give me the phone number of a guesthouse , it does n't matter where it is , as long as it has parking and 4 stars ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,has_parking,'none');(_:result,name,'The acorn guest house');(_:result,phone,'01223353888');(_:result,stars,'4');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The acorn guest house has parking and 4 stars . Their telephone number is 01223353888 . May I help you with something else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you recommend a chinese restaurant in the centre area ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,count,'10');(_:result,food,'Chinese');(_:result,pricerange,'various');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 10 Chinese restaurants in the centre in various price ranges . Which price do you prefer ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "I do n't care about the price . Can you recommend anything ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'Charlie Chan');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about Charlie Chan ? I go there alot , they are cheap and in the city centre ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'16:45');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds great . Can I get a table for 8 people at 16:45 on Saturday ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'OQP3A7WA');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are booked as requester , the reference number is OQP3A7WA , any other questions ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,destination,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi also to get to the restaurant on time ."
},
{
"id": 17,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where would you like the taxi to pick you up at ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,departure,'the guesthouse');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "From the guesthouse to the restaurant"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "A blue honda is booked and the contact number is 07014435019 . Thank you"
}
] |
PMUL3636.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"16"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"phone",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"16"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"count",
"16"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"The acorn guest house"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"The acorn guest house"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"various"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"OQP3A7WA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"OQP3A7WA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the guesthouse"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'peterborough');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Good morning ! I 'm trying to buy a train ticket that goes from Peterborough to Cambridge . Can you help me do this ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can absolutely help ! Do you have a specific day and arrival / departure time ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'16:45');(_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should leave on Sunday and should arrive by 16:45"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'08:09');(_:result,leave_at,'07:19');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have a train arriving at 08:09 that leaves at 07:19 ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "No , I 'm sorry , that 's much too early . Could you find one closer to 16:00 or 16:20 ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,leave_at,'15:48');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The latest train departs at 15:48 . Does that work for you ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,type,'Train'))",
"inform((_:search,leave_at,'15:48');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "For the one that departs at 15:48 , what time would I arrive ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'16:38');(_:result,duration,'fifty minute');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "16:38 , fifty minute travel time . Shall I book it ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please . I need 5 seats ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'JQ91RH6X');(_:booking,ticket,'66 pounds');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booked ! At the station you will pay 66 pounds . Reference number : JQ91RH6X ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'concerthall');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Great I also need to find a concerthall to visit in the south ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,name,?);(_:search,type,'Attraction'))",
"canthelp((_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I do n't see anything in that area . Can I search a different area or venue for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Sure , how about one that is in the type of entertainment ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'2 nofolk st.');(_:result,area,'centre');(_:result,name,'Man on the Moon');(_:result,phone,'01223474144');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is the Man on the Moon in the Centre located at 2 Nofolk St. Their phone number is 01223474144"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you give me the postcode and entrance fee ? Thanks ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,entrance_fee,\"I do n't have the entrance fee\");(_:result,postcode,'cb12lf');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I do n't have the entrance fee , but the postcode is cb12lf ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for all your help today . Have a great day ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , have a good day as well ."
}
] |
MUL1714.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"08:09"
],
[
"_:result",
"leave_at",
"07:19"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"arrive_by",
"08:09"
],
[
"_:result",
"leave_at",
"15:48"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"15:48"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"leave_at",
"15:48"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"15:48"
],
[
"_:result",
"arrive_by",
"16:38"
],
[
"_:result",
"duration",
"fifty minute"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"leave_at",
"15:48"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"leave_at",
"15:48"
],
[
"_:result",
"arrive_by",
"16:38"
],
[
"_:result",
"duration",
"fifty minute"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"JQ91RH6X"
],
[
"_:booking",
"ticket",
"66 pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"concerthall"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"leave_at",
"15:48"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"leave_at",
"15:48"
],
[
"_:result",
"arrive_by",
"16:38"
],
[
"_:result",
"duration",
"fifty minute"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"JQ91RH6X"
],
[
"_:booking",
"ticket",
"66 pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:system",
"canthelp",
"_:search/14e53e10"
],
[
"_:search/14e53e10",
"type",
"Attraction"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"leave_at",
"15:48"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"leave_at",
"15:48"
],
[
"_:result",
"arrive_by",
"16:38"
],
[
"_:result",
"duration",
"fifty minute"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"JQ91RH6X"
],
[
"_:booking",
"ticket",
"66 pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:system",
"canthelp",
"_:search/14e53e10"
],
[
"_:search/14e53e10",
"type",
"Attraction"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"2 nofolk st."
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Man on the Moon"
],
[
"_:result",
"phone",
"01223474144"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"leave_at",
"15:48"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"leave_at",
"15:48"
],
[
"_:result",
"arrive_by",
"16:38"
],
[
"_:result",
"duration",
"fifty minute"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"JQ91RH6X"
],
[
"_:booking",
"ticket",
"66 pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:system",
"canthelp",
"_:search/14e53e10"
],
[
"_:search/14e53e10",
"type",
"Attraction"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"2 nofolk st."
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Man on the Moon"
],
[
"_:result",
"phone",
"01223474144"
],
[
"_:result",
"entrance_fee",
"I do n't have the entrance fee"
],
[
"_:result",
"postcode",
"cb12lf"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'j restaurant');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you get me information on a restaurant called j restaurant ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,food,'asian oriental');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It 's an asian oriental restaurant in the centre of town . Want me to book it for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I need a table for 3 people ."
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Excellent , and what day and time ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "sunday at 12 please"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'EZ8L6J51');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Reference number is : EZ8L6J51 . Anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'swimming pools');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "are their any swimming pools in the east ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,category,'swimming pool');(_:result,name,'Abbey Pool and Astroturf Pitch');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , there is a swimming pool at Abbey Pool and Astroturf Pitch . Would you like the address and phone number ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Actually , just give me the postal code and entrance fee ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,entrance_fee,'not known');(_:result,postcode,'cb68nt');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Sure ! the postcode is cb68nt and the entrance fee is not known ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'the pool');(_:search,destination,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would also like to book a taxi from the pool to the restaurant"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))",
"inform((_:result,departure,'the pool');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I can take care of that for you . Do you have a time you plan on leaving the pool ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I just need it to arrive to the restaurant before our reservation ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'white toyota');(_:result,phone,'07780999958');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Your taxi is booked . The contact number is 07780999958 and it will be a white toyota picking you up . Is there anything else you need ?"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No thanks . I got everything I needed . Take care . Bye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "I hope you have everything you need ."
}
] |
PMUL3542.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"j restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"j restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"j restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"j restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"EZ8L6J51"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimming pools"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"j restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"EZ8L6J51"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimming pools"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"swimming pool"
],
[
"_:result",
"name",
"Abbey Pool and Astroturf Pitch"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"j restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"EZ8L6J51"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimming pools"
],
[
"_:result",
"category",
"swimming pool"
],
[
"_:result",
"name",
"Abbey Pool and Astroturf Pitch"
],
[
"_:result",
"entrance_fee",
"not known"
],
[
"_:result",
"postcode",
"cb68nt"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the pool"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_: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",
"name",
"j restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"EZ8L6J51"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimming pools"
],
[
"_:result",
"category",
"swimming pool"
],
[
"_:result",
"name",
"Abbey Pool and Astroturf Pitch"
],
[
"_:result",
"entrance_fee",
"not known"
],
[
"_:result",
"postcode",
"cb68nt"
],
[
"_:search",
"departure",
"the pool"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"departure",
"the pool"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"j restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:booking",
"ref",
"EZ8L6J51"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimming pools"
],
[
"_:result",
"category",
"swimming pool"
],
[
"_:result",
"name",
"Abbey Pool and Astroturf Pitch"
],
[
"_:result",
"entrance_fee",
"not known"
],
[
"_:result",
"postcode",
"cb68nt"
],
[
"_:search",
"departure",
"the pool"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"departure",
"the pool"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"car",
"white toyota"
],
[
"_:result",
"phone",
"07780999958"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,leave_at,'15:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need some helping finding a train that leaves after 15:15 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be leaving from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'birmingham new street');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should depart from birmingham new street and should go to cambridge"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day were you planning to travel ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,type,'Train'))",
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Wednesday please . I 'll need the train ID ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR5567');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Here you go TR5567 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "How long does the train trip take ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'18:23');(_:result,duration,'163 minutes');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The train will arrive by 18:23 and take approximately 163 minutes . Would you like me to book that for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,day,'same day');(_:search,food,'Portuguese');(_:search,people,'5');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please and I 'm also looking for a cheap Portuguese restaurant in the centre part of town . I 'd like to book a table for 5 @20:30 on the same day"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Nandos City Centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It sounds like you want Nandos City Centre . Should I go ahead and book a table ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'20:30');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please , on Wednesday at 20:30 for 5 people ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'9H6N0M1C');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book a table for you . The reference number is 9H6N0M1C . The table will be reserved for 15 minutes . Is there anything else you need ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great that was all I needed today , thanks !"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I was n't able to finish the train booking yet . How many tickets do you need ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,duration,?);(_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I do n't need you to book it . I just need the travel time , train ID and arrival time ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'18:23');(_:result,duration,'163');(_:result,id,'TR5567');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Train TR5567 is 163 approximately and arrives at 18:23"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant');(_:result,type,'Train'))"
],
"speaker": "user",
"text": "May I get the reference number ?"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "The reference number of your trip is 4SUWDUY9 . Thank you"
}
] |
PMUL0741.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"id",
"TR5567"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR5567"
],
[
"_:result",
"arrive_by",
"18:23"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR5567"
],
[
"_:result",
"arrive_by",
"18:23"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Nandos City Centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"20:30"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR5567"
],
[
"_:result",
"arrive_by",
"18:23"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Nandos City Centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"20:30"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"9H6N0M1C"
],
[
"_: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",
"leave_at",
"15:15"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR5567"
],
[
"_:result",
"arrive_by",
"18:23"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Nandos City Centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"20:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"9H6N0M1C"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
],
[
"_: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",
"leave_at",
"15:15"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Nandos City Centre"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"20:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"9H6N0M1C"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"18:23"
],
[
"_:result",
"duration",
"163"
],
[
"_:result",
"id",
"TR5567"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would want to find a train going to Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Ok . And where are you leaving from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should leave on wednesday and should depart from ely"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'10');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay , there are 10 trains available . Do you have a departure or arrival time in mind ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'11:15');(_:search,type,'Train'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "it should arrive by 11:15 . get me the price"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR2006');(_:result,leave_at,'11:35');(_:result,ticket,'4.40 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR2006 is leaving at 11:35 and costs 4.40 pounds ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thanks , I 'm also looking for some places to go in the centre ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,category,?);(_:search,entrance_fee,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'centre');(_:result,count,'44');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 44 different attractions in the centre . Can you narrow down your choices ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'dontcare');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I think whatever you think is the best place , just choose that . I am not picky ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'Jesus Lane');(_:result,name,'All Saints Church');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Perhaps you would enjoy seeing All Saints Church on Jesus Lane ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "that sounds lovely , what is their phone number , address and any entrance fee 's ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Jesus Lane');(_:result,entrance_fee,'do not charge an entrance fee');(_:result,name,'All Saints Church');(_:result,phone,'01223452587');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number for All Saints Church is 01223452587 and they are located on Jesus Lane . They do not charge an entrance fee . Can I do anything else for you ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that will be it . Thank you so much for your help !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our service !"
}
] |
PMUL3469.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",
"day",
"wednesday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:result",
"id",
"TR2006"
],
[
"_:result",
"leave_at",
"11:35"
],
[
"_:result",
"ticket",
"4.40 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_: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",
"wednesday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:result",
"id",
"TR2006"
],
[
"_:result",
"leave_at",
"11:35"
],
[
"_:result",
"ticket",
"4.40 pounds"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_: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",
"wednesday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:result",
"id",
"TR2006"
],
[
"_:result",
"leave_at",
"11:35"
],
[
"_:result",
"ticket",
"4.40 pounds"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_: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",
"destination",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:result",
"id",
"TR2006"
],
[
"_:result",
"leave_at",
"11:35"
],
[
"_:result",
"ticket",
"4.40 pounds"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"entrance_fee",
"do not charge an entrance fee"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'09:00');(_:search,destination,'riverboat georgina');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi to arrive at 09:00 at the Riverboat Georgina ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I can definitely help ! Where are you departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'riverboat georgina');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm leaving from riverboat georgina ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I 'd love to help ! Where are you going ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'pizza hut city centre');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "My destination is pizza hut city centre ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,car,'red volkswagen');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Your booking is complete , a red volkswagen will pick you up ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , may I have the contact number ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,phone,'07803183128');(_:result,type,'Taxi'))",
"thank()"
],
"speaker": "system",
"text": "Sure ! The contact number is 07803183128 ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much for your help !"
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all , thank you !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Enjoy your meal !"
}
] |
SNG02077.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"09:00"
],
[
"_:search",
"destination",
"riverboat georgina"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"09:00"
],
[
"_:search",
"destination",
"riverboat georgina"
],
[
"_:search",
"departure",
"riverboat georgina"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"09:00"
],
[
"_:search",
"departure",
"riverboat georgina"
],
[
"_:search",
"destination",
"pizza hut city centre"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"09:00"
],
[
"_:search",
"departure",
"riverboat georgina"
],
[
"_:search",
"destination",
"pizza hut city centre"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red volkswagen"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"09:00"
],
[
"_:search",
"departure",
"riverboat georgina"
],
[
"_:search",
"destination",
"pizza hut city centre"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red volkswagen"
],
[
"_:result",
"phone",
"07803183128"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"09:00"
],
[
"_:search",
"departure",
"riverboat georgina"
],
[
"_:search",
"destination",
"pizza hut city centre"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red volkswagen"
],
[
"_:result",
"phone",
"07803183128"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I was hoping to dine at a korean restaurant while in Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'108 Regent St. City center');(_:result,food,'Korean');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have a Korean restaurant at 108 Regent St. City center , would you like me to make a reservation ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the price range of that restaurant ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,food,'Korean');(_:result,name,'Little Seoul');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The price range of Little Seoul , the Korean restaurant , is expensive ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,day,'friday');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is that in the centre area ? If so I 'd like a reservation for 7 on Friday please ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,name,'Little Seoul');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes Little Seoul is in the centre area , what time would you like for your reservation ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes can you please and send me the reference number ."
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure . What time would you like your reservation ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'15:45');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you reserve a table for Friday for 7 people at 15:45 ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I sure can . I have your table booked ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the reference number ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'A5LITXVZ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reference number is A5LITXVZ and they will hold the table for you for 15 minutes . Will you be needing other assistance ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,leave_at,'13:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm also looking for a train . The train should leave after 13:30 and should leave on Monday ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you departing from and headed to ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am departing from Cambridge and need to get to Norwich ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "The closest train to your departure time is at 13:36 for train number TR3325 . Do you want that booking ?"
}
] |
PMUL0798.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"korean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"108 Regent St. City center"
],
[
"_:result",
"food",
"Korean"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"korean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"108 Regent St. City center"
],
[
"_:result",
"food",
"Korean"
],
[
"_:result",
"name",
"Little Seoul"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"korean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"108 Regent St. City center"
],
[
"_:result",
"food",
"Korean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Little Seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"korean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"108 Regent St. City center"
],
[
"_:result",
"food",
"Korean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Little Seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"korean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"108 Regent St. City center"
],
[
"_:result",
"food",
"Korean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Little Seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"korean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"108 Regent St. City center"
],
[
"_:result",
"food",
"Korean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Little Seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"A5LITXVZ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"korean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"108 Regent St. City center"
],
[
"_:result",
"food",
"Korean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Little Seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"A5LITXVZ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"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,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to go to a museum ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'museums');(_:result,count,'23');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Cambridge offers 23 museums . Is there an area of town you 'd prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "No , just the one you like . I will need the address and phone number ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'sidgwick avenue');(_:result,area,'west');(_:result,name,'museum of classical archaeology');(_:result,phone,'01223335153');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "I would recommend the museum of classical archaeology . It 's in the west side on sidgwick avenue . The phone number is 01223335153 . Do you need anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,destination,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am also looking for a train that should leave on sunday and go to london kings cross ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'10');(_:result,day,'that day');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are approx . 10 trains for that day and route . Can you tell me if you have a time you want to leave after or arrive by ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'13:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should depart from cambridge and should leave after 13:00"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'15:51');(_:result,id,'TR9386');(_:result,leave_at,'15:00');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR9386 that will depart at 15:00 and arrive at 15:51 . Does that sound like it would work for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,leave_at,'13:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "is there anything that leaves closer to 13:00 ? ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,id,'TR7447');(_:result,leave_at,'13:00');(_:result,type,'Train'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Yes , the TR7447 Leaves at 13:00 . How many tickets please ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "How much does train TR9386 cost as I would prefer that one ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,ticket,'18.88 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It costs 18.88 pounds . Would you like me to book a ticket for you ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that will be it ! Thank you !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Glad I could help you . Have a good day !"
}
] |
PMUL1198.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"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"sidgwick avenue"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"museum of classical archaeology"
],
[
"_:result",
"phone",
"01223335153"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"sidgwick avenue"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"museum of classical archaeology"
],
[
"_:result",
"phone",
"01223335153"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"that day"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"sidgwick avenue"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"museum of classical archaeology"
],
[
"_:result",
"phone",
"01223335153"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"that day"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"15:51"
],
[
"_:result",
"id",
"TR9386"
],
[
"_:result",
"leave_at",
"15:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"sidgwick avenue"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"museum of classical archaeology"
],
[
"_:result",
"phone",
"01223335153"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"that day"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"15:51"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:result",
"id",
"TR7447"
],
[
"_:result",
"leave_at",
"13:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"sidgwick avenue"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"museum of classical archaeology"
],
[
"_:result",
"phone",
"01223335153"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"that day"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"15:51"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:result",
"id",
"TR7447"
],
[
"_:result",
"leave_at",
"13:00"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ticket",
"18.88 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'09:45');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "looking for a train . The train should arrive by 09:45 and should depart from cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i need to go to norwich ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR2534');(_:result,leave_at,'05:36');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "how about TR2534 that leaves at 05:36 ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That sounds great ! Thanks for all of your help !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You are most welcome !"
}
] |
SNG01364.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR2534"
],
[
"_:result",
"leave_at",
"05:36"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,leave_at,'20:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to book a train that is running on Tuesday and departs anytime after 20:15 , can you help me with that ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where would you like to travel from and to ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should depart from cambridge and travel to peterborough ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'7');(_:result,id,'TR5110');(_:result,leave_at,'20:34');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Sure , I have 7 trains that would work . The closest to your requested time is the TR5110 that leaves at 20:34 ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That will work . What is the price and arrival time for that ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'21:24');(_:result,ticket,'16.50 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "That will cost you 16.50 pounds and you will arrive by 21:24 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'home from home');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That is great . I also want to know about a hotel called home from home . Can you find it for me ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Home from Home');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Certainly . Home from Home is a guesthouse on the north end of the city . It offers free internet and parking and is moderately priced . Would you like to book a room ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'8');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . I would like to book for 8 people for 3 nights starting from Saturday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'I5VKNKJ3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successfull ! Reference number is I5VKNKJ3"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you have a nice day ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You too . Goodbye ."
}
] |
MUL0649.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"id",
"TR5110"
],
[
"_:result",
"leave_at",
"20:34"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"id",
"TR5110"
],
[
"_:result",
"leave_at",
"20:34"
],
[
"_:result",
"arrive_by",
"21:24"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"name",
"home from home"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"20:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"id",
"TR5110"
],
[
"_:result",
"leave_at",
"20:34"
],
[
"_:result",
"arrive_by",
"21:24"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:search",
"name",
"home from home"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Home from Home"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"20:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"id",
"TR5110"
],
[
"_:result",
"leave_at",
"20:34"
],
[
"_:result",
"arrive_by",
"21:24"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:search",
"name",
"home from home"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Home from Home"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"I5VKNKJ3"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'12:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , I am looking for a train . I need to depart from cambridge after 12:00 ."
},
{
"id": 1,
"rdf-acts": [
"thank()",
"request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can look this up for you , I just need the date and where you will be going to ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,destination,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am going to birmingham new street on Tuesday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR1731');(_:result,leave_at,'12:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR1731 will leave at 12:01 , would that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes can I get the travel time and price for that ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,duration,'163 minutes');(_:result,ticket,'75.10 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Yes the travel time is 163 minutes and the price is 75.10 pounds ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'primavera');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thanks so much . I also wanted to know if you can give me some information on an attraction called Primavera ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'10 King S Parade');(_:result,area,'center');(_:result,category,'museum');(_:result,entrance_fee,'they do not charge an entrance fee');(_:result,name,'Primavera');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Primavera is a museum located in the center of town at 10 King S Parade and they do not charge an entrance fee . Anything else I can do for you ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I have their phone number , please ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,phone,'01223357708');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes sure it is 01223357708 ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can do for you ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all , thank you !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Ok . Thank you . Goodbye"
}
] |
PMUL3988.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR1731"
],
[
"_:result",
"leave_at",
"12:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"id",
"TR1731"
],
[
"_:result",
"leave_at",
"12:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"name",
"primavera"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"id",
"TR1731"
],
[
"_:result",
"leave_at",
"12:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:search",
"name",
"primavera"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"10 King S Parade"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"they do not charge an entrance fee"
],
[
"_:result",
"name",
"Primavera"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"id",
"TR1731"
],
[
"_:result",
"leave_at",
"12:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:search",
"name",
"primavera"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"10 King S Parade"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"they do not charge an entrance fee"
],
[
"_:result",
"name",
"Primavera"
],
[
"_:result",
"phone",
"01223357708"
],
[
"_:result",
"type",
"Attraction"
]
],
"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",
"12:00"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"id",
"TR1731"
],
[
"_:result",
"leave_at",
"12:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:search",
"name",
"primavera"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"10 King S Parade"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"they do not charge an entrance fee"
],
[
"_:result",
"name",
"Primavera"
],
[
"_:result",
"phone",
"01223357708"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital');(_:search,type,'Police'))"
],
"speaker": "user",
"text": "I was just in a car accident and I need the police to come to the scene . I also need to know where the closest hospital is ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,phone,'01223358966');(_:result,type,'Hospital');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "I can call the police for you but the number is 01223358966 . The closest hospital is located at Hills Rd , Cambridge ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hospital');(_:result,type,'Police'))"
],
"speaker": "user",
"text": "What is the post code for the hospital ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The post code for the hospital is CB20QQ ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for the info !"
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "You are welcome . Is there anything else I can assist you with ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all that I need , thank you !"
},
{
"id": 7,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Thanks for using our service . Have a great day ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Thank you for using our service ."
}
] |
SNG0141.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:result",
"type",
"Police"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'City Centre North B&B.');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "A friend recommended the City Centre North B&B. Could you help me find it ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'328a histon road');(_:result,phone,'01223312843');(_:result,postcode,'cb43ht');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "They are at 328a histon road postcod cb43ht , and their phone number is 01223312843"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you ! Can you book that for me ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I sure can . What day would you need the room and how long do you plan on staying ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need it for 2 nights , starting on Monday ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "May I ask how many will be in your party ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "user",
"text": "There will be 4 of us . Thanks ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'City Centre north B&B');(_:booking,people,'4');(_:booking,ref,'0FVDQUN1');(_:booking,stay,'2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservation is complete , 4 people for 2 nights at City Centre north B&B , reference 0FVDQUN1 . Can I help you with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all . Thank you !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your stay !"
}
] |
SNG0856.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"City Centre North B&B."
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"City Centre North B&B."
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"328a histon road"
],
[
"_:result",
"phone",
"01223312843"
],
[
"_:result",
"postcode",
"cb43ht"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"City Centre North B&B."
],
[
"_:result",
"address",
"328a histon road"
],
[
"_:result",
"phone",
"01223312843"
],
[
"_:result",
"postcode",
"cb43ht"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"City Centre North B&B."
],
[
"_:result",
"address",
"328a histon road"
],
[
"_:result",
"phone",
"01223312843"
],
[
"_:result",
"postcode",
"cb43ht"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"City Centre North B&B."
],
[
"_:result",
"address",
"328a histon road"
],
[
"_:result",
"phone",
"01223312843"
],
[
"_:result",
"postcode",
"cb43ht"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"City Centre north B&B"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"0FVDQUN1"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to book a train . List all tuesday departures to cambridge ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'over 200');(_:result,day,'Tuesday');(_:result,destination,'cambridge');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are over 200 departures to cambridge on Tuesday , do you have a specific departure place or time ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'13:45');(_:search,departure,'kings lynn');(_:search,destination,'Cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "My departure point is Kings Lynn and I need to arrive at Cambridge by 13:45"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR2616');(_:result,leave_at,'09:11');(_:result,type,'Train'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "TR2616 departs at 09:11 would that work ? How many tickets would you like to purchase ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes please book that for one person and give me the reference number ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'TT953CJR');(_:booking,ticket,'9.8 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 9.8 GBP payable at the station . \n Reference number is : TT953CJR . Can I help you with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for a place to stay ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What are would you like to stay in ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "meh does n't really matter . just moderately priced ..."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I also have many pricing options and amenity options . Could you give me some direction ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,pricerange,'moderately');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sure 4 star , nothing but the best , free wifi moderately priced and free parking too"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'Acorn Guest House');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "May I reccommend Acorn Guest House ? It is moderately priced and fits all your criteria . Would you like me to reserve you any rooms ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'1');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please . Book it for 3 nights starting Tuesday . I 'm traveling solo so just make it a booking for 1 ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'8OE7IXND');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : 8OE7IXND . Is there anything else I can help you with today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that is all I needed today ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great evening . Bye ."
}
] |
PMUL1980.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"amount",
"over 200"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"amount",
"over 200"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2616"
],
[
"_:result",
"leave_at",
"09:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"amount",
"over 200"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2616"
],
[
"_:result",
"leave_at",
"09:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"one"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"TT953CJR"
],
[
"_:booking",
"ticket",
"9.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"amount",
"over 200"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2616"
],
[
"_:result",
"leave_at",
"09:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"one"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"TT953CJR"
],
[
"_:booking",
"ticket",
"9.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2616"
],
[
"_:result",
"leave_at",
"09:11"
],
[
"_:search",
"people",
"one"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"TT953CJR"
],
[
"_:booking",
"ticket",
"9.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2616"
],
[
"_:result",
"leave_at",
"09:11"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"TT953CJR"
],
[
"_:booking",
"ticket",
"9.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2616"
],
[
"_:result",
"leave_at",
"09:11"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"9.8 GBP"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"8OE7IXND"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you help me find a hotel in the north ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes do you have a price range preference ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I have a moderate price range ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,name,'Ashley Hotel');(_:result,pricerange,'moderately');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Ashley Hotel is moderately priced and located in the north . Would you like to book a room ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,has_parking,'yes');(_:search,people,'3');(_:search,stay,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does it offer free parking ? If so , I would like to book it for four nights starting Thursday for 3 people please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes it offers free parking ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can I have a reference number for the booking ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Thursday');(_:booking,name,'Ashley Hotel');(_:booking,people,'3');(_:booking,ref,'K5JO25UL');(_:booking,stay,'4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ashley Hotel will be expecting your party of 3 for 4 nights starting Thursday . Your reference number is K5JO25UL . Is there anything else I can do for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,food,'cuban');(_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . I would like to find a restaurant in the same area and price range of the hotel that serves Cuban food ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'Cuban');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , there are no Cuban restaurants in the city - is there another type of cuisine that you 'd like to try ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What about one that has Chinese food ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,name,'golden wok');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've found one result . It is golden wok . Do you want a reservation ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'17:15');(_:search,people,'3');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'd like to book for Thursday at 17:15 with 3 people . Send me the reference number too ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'0Q4KUTUA');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful , here is your reference number 0Q4KUTUA . Is there anything else I can do for you ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I will also need a taxi ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where will you be leaving from ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need picked up at the hotel ."
},
{
"id": 17,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What time would you like to be picked up ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need to get to the restaurant by the reservation time , is n't it obvious ?"
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,car,'black bmw');(_:result,phone,'07551001124');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I did not want to make assumptions for you , but now you are booked . A black bmw will take you . The contact number is 07551001124"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , and I apologize for getting snappy with you . That is all I need for today ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome ! It was a pleasure assisting you , and I hope you have a wonderful time in Cambridge !"
}
] |
PMUL0403.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"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"four"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"four"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"name",
"Ashley Hotel"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"K5JO25UL"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"cuban"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_: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"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"four"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"name",
"Ashley Hotel"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"K5JO25UL"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/3e57d96a"
],
[
"_:search/3e57d96a",
"food",
"Cuban"
],
[
"_:search/3e57d96a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stay",
"four"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"K5JO25UL"
],
[
"_:booking",
"stay",
"4"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/3e57d96a"
],
[
"_:search/3e57d96a",
"food",
"Cuban"
],
[
"_:search/3e57d96a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:booking",
"name",
"golden wok"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stay",
"four"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"stay",
"4"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/3e57d96a"
],
[
"_:search/3e57d96a",
"food",
"Cuban"
],
[
"_:search/3e57d96a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:booking",
"name",
"golden wok"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"0Q4KUTUA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stay",
"four"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"stay",
"4"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/3e57d96a"
],
[
"_:search/3e57d96a",
"food",
"Cuban"
],
[
"_:search/3e57d96a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:booking",
"name",
"golden wok"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"0Q4KUTUA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stay",
"four"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"stay",
"4"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/3e57d96a"
],
[
"_:search/3e57d96a",
"food",
"Cuban"
],
[
"_:search/3e57d96a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:booking",
"name",
"golden wok"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"0Q4KUTUA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stay",
"four"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"stay",
"4"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/3e57d96a"
],
[
"_:search/3e57d96a",
"food",
"Cuban"
],
[
"_:search/3e57d96a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:booking",
"name",
"golden wok"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"0Q4KUTUA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"car",
"black bmw"
],
[
"_:result",
"phone",
"07551001124"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_parking,'no');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to book a place to stay with a star of 4 . I do n't need free parking ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'over 20');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have over 20 fine hotels . Do you have any preferences of cost or location ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't care about location , just would like a moderate price with 4 stars please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,count,'11');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have 11 in the moderate range . They are all a guesthouse accommodation . Would you like one of these ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need one with free wi - fi ."
},
{
"id": 5,
"rdf-acts": [
"select((_:result,area,'east');(_:result,area,'north');(_:result,name,'a and b guesthouse');(_:result,name,'avalon');(_:result,type,'Hotel'))",
"inform((_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have two : a and b guesthouse in the east and avalon in the north . Would one of these work for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can i book one on tuesday ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How long do you want to stay ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would also need to book it for 4 nights ."
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "before I look for that , could you let me know how many people are staying and what day you 'd like to arrive ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'One');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "One person , and I 'd like to arrive on Tuesday ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "OK , let me see what I can do ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "After that I 'm also going to need the reference number ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'WPGQ4ADJ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have you booked . The reference number is WPGQ4ADJ ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "OK , now can you tell me about some of the attractions in the center of town ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'museum');(_:result,count,'44');(_:result,name,'Broughton House Gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have 44 attractions in the centre of town Broughton House Gallery is a museum we have available ."
},
{
"id": 16,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you please provide me with the address , telephone number and the cost of admission ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,\"All Saint 's Church\");(_:result,phone,'01223452587');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "How about All Saint 's Church at 01223452587 in the centre ? It 's free ."
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,destination,'the church');(_:search,leave_at,'15:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I now need a taxi to get to the church from the hotel . I would like to leave the hotel by 15:45 . Can you book that for me ?"
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,car,'blue volkswagen');(_:result,phone,'07655267463');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I have your taxi booked . Look for a blue volkswagen , contact number 07655267463 . Is there anything else I can help you with ?"
},
{
"id": 20,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , that is all . Thanks so much . Bye ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . Enjoy your stay"
}
] |
MUL1169.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"over 20"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"over 20"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"over 20"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"a and b guesthouse"
],
[
"_:result",
"name",
"avalon"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"over 20"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"a and b guesthouse"
],
[
"_:result",
"name",
"avalon"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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",
"no"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"over 20"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"a and b guesthouse"
],
[
"_:result",
"name",
"avalon"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"One"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"over 20"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"a and b guesthouse"
],
[
"_:result",
"name",
"avalon"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"One"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"amount",
"over 20"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"a and b guesthouse"
],
[
"_:result",
"name",
"avalon"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"One"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"WPGQ4ADJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"amount",
"over 20"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"One"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"WPGQ4ADJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"amount",
"over 20"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"One"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"WPGQ4ADJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"All Saint 's Church"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the church"
],
[
"_:search",
"leave_at",
"15: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": [
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"amount",
"over 20"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"One"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"WPGQ4ADJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"All Saint 's Church"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the church"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue volkswagen"
],
[
"_:result",
"phone",
"07655267463"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'kosher');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi , can you please help me find a restaurant that serves Kosher food ?"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,food,'kosher');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "i m sorry there are no places serving kosher food"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That 's alright . How about Chinese food ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'a lot');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yeah , there are a lot of options . Was there a specific part of town or price range you were looking at ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need it to be in the moderate range please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "great , i have four options for you !"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "cool , which one is the best ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'golden wok');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I like the golden wok . Would you like a booking made ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,area,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No thanks . I would like the area , address , and postcode please and I will take it from there ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'191 Histon Rd , Chesterton');(_:result,area,'North part of town');(_:result,name,'Golden Wok');(_:result,postcode,'CB43HL');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Golden Wok is located in the North part of town at 191 Histon Rd , Chesterton . The postcode is CB43HL . Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train from Cambridge to Norwich ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "on which day do you want to travel ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'21:30');(_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave Monday and arrive by 21:30 ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'09:55');(_:result,destination,'norwich');(_:result,id,'TR3753');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "train TR3753 arrives at \t norwich at 09:55 , should I book that ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes that should work , how much will that cost ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,ticket,'17.60 pounds');(_:result,type,'Train'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "17.60 pounds per person , also how many shall I book for ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I need today thank you for your time ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day ."
}
] |
PMUL0678.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"kosher"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/2009f6fe"
],
[
"_:search/2009f6fe",
"food",
"kosher"
],
[
"_:search/2009f6fe",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/2009f6fe"
],
[
"_:search/2009f6fe",
"food",
"kosher"
],
[
"_:search/2009f6fe",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/2009f6fe"
],
[
"_:search/2009f6fe",
"food",
"kosher"
],
[
"_:search/2009f6fe",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/2009f6fe"
],
[
"_:search/2009f6fe",
"food",
"kosher"
],
[
"_:search/2009f6fe",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/2009f6fe"
],
[
"_:search/2009f6fe",
"food",
"kosher"
],
[
"_:search/2009f6fe",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"191 Histon Rd , Chesterton"
],
[
"_:result",
"area",
"North part of town"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:result",
"postcode",
"CB43HL"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/2009f6fe"
],
[
"_:search/2009f6fe",
"food",
"kosher"
],
[
"_:search/2009f6fe",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"191 Histon Rd , Chesterton"
],
[
"_:result",
"area",
"North part of town"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:result",
"postcode",
"CB43HL"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/2009f6fe"
],
[
"_:search/2009f6fe",
"food",
"kosher"
],
[
"_:search/2009f6fe",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"191 Histon Rd , Chesterton"
],
[
"_:result",
"area",
"North part of town"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:result",
"postcode",
"CB43HL"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"09:55"
],
[
"_:result",
"destination",
"norwich"
],
[
"_:result",
"id",
"TR3753"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"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": [
[
"_:system",
"canthelp",
"_:search/2009f6fe"
],
[
"_:search/2009f6fe",
"food",
"kosher"
],
[
"_:search/2009f6fe",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"191 Histon Rd , Chesterton"
],
[
"_:result",
"area",
"North part of town"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:result",
"postcode",
"CB43HL"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"arrive_by",
"09:55"
],
[
"_:result",
"destination",
"norwich"
],
[
"_:result",
"id",
"TR3753"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"17.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hello , I need a train to Peterborough from Cambridge please"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Which day would you like to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'14:45');(_:search,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to travel on friday , and arrive by 14:45"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR9859');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR9859 would fit your needs shall i book it ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Actually , no need to book . But , can I get the travel time and the price of the ticket please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,duration,'50 minutes');(_:result,ticket,'16.50 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "Of course . The travel time is 50 minutes . The price is 16.50 pounds . Would you like any other information ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I 'm also looking for places to go in town ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Sure , I can help you with that . What kind of attraction were you looking for ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to find a museum in the centre of town ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are many . Would you like me to recommend one for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))",
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , please . What is your favorite museum ? I 'd like their address and postcode . You 're a lifesaver !"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'University of Cambridge , Downing Street');(_:result,name,'Museum of Archaeology and Anthropology');(_:result,postcode,'cb23dz');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "The Museum of Archaeology and Anthropology is excellent . They 're at University of Cambridge , Downing Street in postcode cb23dz . Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Um ... no , I think I should be good with that . Thanks ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day !"
}
] |
PMUL4678.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR9859"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"id",
"TR9859"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"id",
"TR9859"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"id",
"TR9859"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"id",
"TR9859"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"University of Cambridge , Downing Street"
],
[
"_:result",
"name",
"Museum of Archaeology and Anthropology"
],
[
"_:result",
"postcode",
"cb23dz"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I need to find a place to go for entertainment ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Which part of town would you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like it in the centre , please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "We do not have any entertainment in the centre . Would you like to pick a different area ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,name,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Are there any museums in the centre ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry I am not finding any museums in the centre of town . Is there any other part of town that could work for you ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "No , I am only looking for entertainment or museums in the centre of town . Can you look again ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'98 king street');(_:result,area,'centre');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,name,'Broughton House Gallery');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "The Broughton House Gallery is a great museum in the centre . It 's free to get in , and it 's located at 98 king street . Can I help with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , I appreciate your help ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Have a great day ."
}
] |
SNG1243.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:system",
"canthelp",
"_:search/8d1e6f8c"
],
[
"_:search/8d1e6f8c",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:system",
"canthelp",
"_:search/8d1e6f8c"
],
[
"_:search/8d1e6f8c",
"type",
"Attraction"
],
[
"_:search",
"name",
"museums"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/8dcccbe8"
],
[
"_:search/8dcccbe8",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:system",
"canthelp",
"_:search/8d1e6f8c"
],
[
"_:search/8d1e6f8c",
"type",
"Attraction"
],
[
"_:search",
"name",
"museums"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/8dcccbe8"
],
[
"_:search/8dcccbe8",
"type",
"Attraction"
],
[
"_:result",
"address",
"98 king street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'archway house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want to book the Archway House in Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "And what day would you like to check - in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "We 'll be checking in on Monday and will be staying for 3 nights ."
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How people will be staying ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "There will 6 people can you book it and send me the reference number ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'B3HCU4VS');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have made those reservations . Your reference number is B3HCU4VS ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am also looking for entertainment in the centre of town ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'centre');(_:search,category,'entertainment spots');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "There are n't any entertainment spots in the centre of town . Would you like to search for a different type of place or another area ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "how about one that is in the type of college ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,\"Christ 's college\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Christ 's college is in the centre of town and their entrance fee is free . Would you like their information ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , may I have their phone number and address please ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,\"saint andrew 's street\");(_:result,phone,'01223334900');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Of course . The phone number is 01223334900 . The address is saint andrew 's street . Can I help you with anything else today ?"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That 's all I need ! Thanks , bye !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , glad I could help ."
}
] |
PMUL2706.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"archway house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"archway house"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"archway house"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"archway house"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"B3HCU4VS"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"archway house"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"B3HCU4VS"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/42904959"
],
[
"_:search/42904959",
"area",
"centre"
],
[
"_:search/42904959",
"category",
"entertainment spots"
],
[
"_:search/42904959",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"archway house"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"B3HCU4VS"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/42904959"
],
[
"_:search/42904959",
"area",
"centre"
],
[
"_:search/42904959",
"category",
"entertainment spots"
],
[
"_:search/42904959",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_: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",
"name",
"archway house"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"B3HCU4VS"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/42904959"
],
[
"_:search/42904959",
"area",
"centre"
],
[
"_:search/42904959",
"category",
"entertainment spots"
],
[
"_:search/42904959",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_: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,departure,'whale of a time');(_:search,leave_at,'16:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Please have a taxi come pick me up at whale of a time after 16:00 today"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I can help book that , what is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'soul tree nightclub');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "soul tree nightclub is my destination"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'white toyota');(_:result,phone,'07007464352');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Okay I have a white toyota and the contact number is 07007464352 . Anything else I can do for today ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that 's it . Thank you !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "It 's been my pleasure . Have a great night !"
}
] |
SNG01880.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"whale of a time"
],
[
"_:search",
"leave_at",
"16:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"whale of a time"
],
[
"_:search",
"leave_at",
"16:00"
],
[
"_:search",
"destination",
"soul tree nightclub"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"whale of a time"
],
[
"_:search",
"leave_at",
"16:00"
],
[
"_:search",
"destination",
"soul tree nightclub"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white toyota"
],
[
"_:result",
"phone",
"07007464352"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,leave_at,'04:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi to pick me up after 04:15"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Sure ! where are you going ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'hotel du vin and bistro');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm going to the hotel du vin and bistro"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Alright . And where would you like to be picked up from ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'scott polar museum');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Please pick me up at the scott polar museum"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay , I 've booked a taxi for you ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Could you give me the car type and contact number ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,car,'white Honda');(_:result,phone,'07135860962');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Certainly , the car is a white Honda , and the contact number is 07135860962 ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Got it . Thanks for helping me ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Your welcome .. Have a great time ."
}
] |
SNG01293.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"04:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"04:15"
],
[
"_:search",
"destination",
"hotel du vin and bistro"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"04:15"
],
[
"_:search",
"destination",
"hotel du vin and bistro"
],
[
"_:search",
"departure",
"scott polar museum"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"04:15"
],
[
"_:search",
"destination",
"hotel du vin and bistro"
],
[
"_:search",
"departure",
"scott polar museum"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"04:15"
],
[
"_:search",
"destination",
"hotel du vin and bistro"
],
[
"_:search",
"departure",
"scott polar museum"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white Honda"
],
[
"_:result",
"phone",
"07135860962"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'mexican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant that serves Mexican food and located in the south part of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'Mexican');(_:result,name,'Chiquito Restaurant Bar');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Chiquito Restaurant Bar serves Mexican food . It 's an expensive restaurant in the south part of town ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the address , phone number , and postcode ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'2 G Cambridge leisure park cherry hinton road cherry hinton');(_:result,name,'Chiquito restaurant bar');(_:result,phone,'01223 400170');(_:result,postcode,'CB17DY');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Chiquito restaurant bar is located at 2 G Cambridge leisure park cherry hinton road cherry hinton . Its phone number is 01223 400170 and the postcode is CB17DY . Is there anything else I can help with ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , that 's all I need , thank you very much !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ."
}
] |
WOZ20340.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"name",
"Chiquito Restaurant Bar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"2 G Cambridge leisure park cherry hinton road cherry hinton"
],
[
"_:result",
"name",
"Chiquito restaurant bar"
],
[
"_:result",
"phone",
"01223 400170"
],
[
"_:result",
"postcode",
"CB17DY"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a hotel with free parking in the north ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Yes , I can help you with that . What is your price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like a moderately priced hotel . Preferably a guesthouse ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,stars,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "How many stars would you like it to have ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'4');(_:search,stars,'dontcare');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That does n't matter . Can you book a room for 4 people at your favorite ? We 'll arrive on Friday and stay for 3 nights ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Archway House');(_:booking,ref,'GJA79LYP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I will go ahead and book you at the Archway House . Booking was successful . Reference number is : GJA79LYP . Is there anything else I can help you with today ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,destination,'bishops stortford');(_:search,leave_at,'15:00');(_:search,people,'four');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The four of us want to take a train on Sunday from Cambridge to bishops stortford . Sometime after 15:00 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'5');(_:result,leave_at,'15:29');(_:result,leave_at,'17:29');(_:result,leave_at,'19:29');(_:result,leave_at,'21:29');(_:result,leave_at,'23:29');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am showing five trains departing at ; 15:29 , 17:29 , 19:29 , 21:29 , and 23:29 . Would you like me to book one of those ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yeah , book the one that leaves at 15:29 please , for 4 people . Give me the reference number too ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'P56PSPSX');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It has been booked for you and your reference number is P56PSPSX ."
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks a bunch , that 'll be it for today . Bye"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You are quite welcome , goodbye !"
}
] |
PMUL4436.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Archway House"
],
[
"_:booking",
"ref",
"GJA79LYP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Archway House"
],
[
"_:booking",
"ref",
"GJA79LYP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"leave_at",
"15:29"
],
[
"_:result",
"leave_at",
"17:29"
],
[
"_:result",
"leave_at",
"19:29"
],
[
"_:result",
"leave_at",
"21:29"
],
[
"_:result",
"leave_at",
"23:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Archway House"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"leave_at",
"15:29"
],
[
"_:result",
"leave_at",
"17:29"
],
[
"_:result",
"leave_at",
"19:29"
],
[
"_:result",
"leave_at",
"21:29"
],
[
"_:result",
"leave_at",
"23:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"P56PSPSX"
],
[
"_: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,type,'Hospital'))"
],
"speaker": "user",
"text": "Yes please . Can you tell me where Addenbrookes Hospital is ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Addenbrookes is located on HIlls Rd , Cambridge . Do you also need the postcode or phone number ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "I need the address , phone number , and postcode ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223245151');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Their postcode is CB20QQ and phone number is 01223245151 . Can I help with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "Do you have their full street address ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Address \t : \t Hills Rd , Cambridge"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help"
},
{
"id": 7,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You 're welcome ! Is there anything else we can help you with today ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That was all . Thanks"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our services ."
}
] |
SNG02149.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",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant in the expensive price range that serves thai food ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'bangkok city');(_:result,name,'sala thong');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is sala thong \t and bangkok city ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'15:45');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I book a table for 6 people at 15:45 on Tuesday ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "There are no reservations at that time . Would you like to try another time slot or another restaurant ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Let 's try the other restaurant ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry neither restaurant has an available table would you like to try another day or time ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you try another restaurant ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Tuesday');(_:booking,duration,'15:45');(_:booking,name,'Sala Thong');(_:booking,people,'6');(_:booking,ref,'EPNSY28V');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book you a table at Sala Thong on Tuesday at 15:45 for 6 people . Your reference number is EPNSY28V . Anything else I can help with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'park');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to go to a park in the centre of town . What would you recommend ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'cambridge university botanic gardens');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Okay , we have the cambridge university botanic gardens in the centre of town . Will that work for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , that will work great . Can I get their postcode please ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb21jf');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , they 're in postcode cb21jf . Is there anything else I can help you with today ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'sala thong');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also need a taxi to go from Sala Thong to the Gardens ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What time do you want the Taxi to meet you ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to make sure I can get from the park to the restaurant in time ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'yellow volvo');(_:result,phone,'07033533386');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay i have you booked for a yellow volvo . The contact number is 07033533386 ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you ! That will be all ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day !"
}
] |
MUL2379.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"name",
"sala thong"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"name",
"sala thong"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/c5ef31c7"
],
[
"_:booking/c5ef31c7",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"name",
"sala thong"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/c5ef31c7"
],
[
"_:booking/c5ef31c7",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:booking/403cc2bc"
],
[
"_:booking/403cc2bc",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"name",
"sala thong"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/c5ef31c7"
],
[
"_:booking/c5ef31c7",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/403cc2bc"
],
[
"_:booking/403cc2bc",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"15:45"
],
[
"_:booking",
"name",
"Sala Thong"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"EPNSY28V"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_: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",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/c5ef31c7"
],
[
"_:booking/c5ef31c7",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/403cc2bc"
],
[
"_:booking/403cc2bc",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"15:45"
],
[
"_:booking",
"name",
"Sala Thong"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"EPNSY28V"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"cambridge university botanic gardens"
],
[
"_: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",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/c5ef31c7"
],
[
"_:booking/c5ef31c7",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/403cc2bc"
],
[
"_:booking/403cc2bc",
"type",
"Booking"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"15:45"
],
[
"_:booking",
"name",
"Sala Thong"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"EPNSY28V"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"cambridge university botanic gardens"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb21jf"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"sala thong"
],
[
"_: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",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/c5ef31c7"
],
[
"_:booking/c5ef31c7",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/403cc2bc"
],
[
"_:booking/403cc2bc",
"type",
"Booking"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"15:45"
],
[
"_:booking",
"name",
"Sala Thong"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"EPNSY28V"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"cambridge university botanic gardens"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb21jf"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"?"
],
[
"_: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",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/c5ef31c7"
],
[
"_:booking/c5ef31c7",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/403cc2bc"
],
[
"_:booking/403cc2bc",
"type",
"Booking"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"15:45"
],
[
"_:booking",
"name",
"Sala Thong"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"EPNSY28V"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"cambridge university botanic gardens"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb21jf"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"car",
"yellow volvo"
],
[
"_:result",
"phone",
"07033533386"
],
[
"_: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": [],
"speaker": "user",
"text": "Is there any place that serves BBQ around here ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry there are no bbq places in the city , Is there another type of food you would be interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'Portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am interested in Portuguese food ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'south');(_:result,type,'Restaurant'))",
"inform((_:result,count,'2');(_:result,food,'portuguese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two portuguese restaurants . Would you prefer the south or centre part of town ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't care . can you give me one of the address ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'nandos');(_:result,phone,'01223 327908');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , nandos in the south and its phone number is 01223 327908"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't care about the price range ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge restaurant system . Good bye ."
}
] |
WOZ20399.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/50f3d140"
],
[
"_:search/50f3d140",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/50f3d140"
],
[
"_:search/50f3d140",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/50f3d140"
],
[
"_:search/50f3d140",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"phone",
"01223 327908"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'international');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What restaurants in the centre serve international cuisine ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'international');(_:result,name,'Bloomsbury Restaurant');(_:result,name,'Varsity Restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Varsity Restaurant and the Bloomsbury Restaurant serve international food and are in the centre of town ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about a place in the moderate price range ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'both');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Both of the named restaurants are in the moderate price range ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'12:00');(_:search,name,'varsity restaurant');(_:search,people,'6');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "OK , can you book a table for 6 at 12:00 on Tuesday at The Varsity Restaurant ? I will need a reference number too , please ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Certainly . I will have that reference number for you in just one second ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks . Looking forward to it ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,day,'Tuesday');(_:booking,duration,'12 noon');(_:booking,people,'6');(_:booking,ref,'WC1ZY82V');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes I can . I have booked you a table for 12 noon on Tuesday for 6 people . Your reference number is WC1ZY82V . Anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that is all . Thank you ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Good - bye ."
}
] |
SNG0636.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"international"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"Bloomsbury Restaurant"
],
[
"_:result",
"name",
"Varsity Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"international"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"Bloomsbury Restaurant"
],
[
"_:result",
"name",
"Varsity Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"name",
"varsity restaurant"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"international"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"Bloomsbury Restaurant"
],
[
"_:result",
"name",
"Varsity Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"name",
"varsity restaurant"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"international"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"Bloomsbury Restaurant"
],
[
"_:result",
"name",
"Varsity Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"name",
"varsity restaurant"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"12 noon"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"WC1ZY82V"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "How many museums are in town ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,category,'museums');(_:result,count,'23');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have 23 museums here ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could you choose the best and give me their phone number ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'east');(_:result,name,'Cambridge Artworks');(_:result,phone,'01223902168');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Cambridge Artworks is on the east side of town and their phone number is 01223902168 . Can I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I am also looking for a place to stay ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What area would you like it to be in ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like the centre ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Would you like a guesthouse or a hotel , and what 's your price range ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,pricerange,'dontcare');(_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "A hotel please . I do n't care about price . I do want free parking and 0 stars ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,stars,?);(_:search,type,'Hotel'))",
"canthelp((_:search,category,'hotels');(_:search,type,'Hotel'))",
"select((_:result,category,'guesthouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I am sorry but I can find no matching hotels for your request . Would you like to try a guesthouse or a different star rating ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about one that has a star of 4 ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'university arms hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "university arms hotel meets your requirements ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Ok that will work I need the phone number please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,phone,'01223351241');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , their phone number is 01223351241 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks a lot ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I look up anything else for you ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope . That is all I needed . Thanks !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Hope you have a wonderful stay here in Cambridge !"
}
] |
PMUL2613.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"23"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"23"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/506f73da"
],
[
"_:search/506f73da",
"category",
"hotels"
],
[
"_:search/506f73da",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"23"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/506f73da"
],
[
"_:search/506f73da",
"category",
"hotels"
],
[
"_:search/506f73da",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"23"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/506f73da"
],
[
"_:search/506f73da",
"category",
"hotels"
],
[
"_:search/506f73da",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:result",
"phone",
"01223351241"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"23"
],
[
"_:result",
"area",
"east"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/506f73da"
],
[
"_:search/506f73da",
"category",
"hotels"
],
[
"_:search/506f73da",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:result",
"phone",
"01223351241"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,stars,'4-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for a guesthouse . Do you know of any 4-star properties ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are many options that are 4 star . Is there a particular area or price point you would like to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))",
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "No particular area but free parking would be nice"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'North');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Acorn Guest House');(_:result,stars,'4');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Acorn Guest House located in the North is a 4 star location with free parking and wifi , would that suit your needs ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'5');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please book that for 5 people for 3 nights starting on Saturday ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'DKI36RGY');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful . Your reference number is : DKI36RGY . Is there anything else I can do to help you today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Actually , yes . I wanted to visit a college whilst I 'm in town . Could you recommend one for me ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'large number of');(_:result,category,'colleges');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have a large number of colleges , could you tell me the area you would like to visit one in ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I really do not have a preference on the area . Which one would you recommend ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,\"christ 's college\");(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "christ 's college is free and located in the centre . Would you like anything else today ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you give me the phone number for it ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,phone,'01223334900');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number is 01223334900"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'24:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I will also need a taxi between them . I need to leave the hotel by 24:45 ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'red volkswagen');(_:result,phone,'07772378395');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "A red volkswagen is booked . 07772378395 is the number . Do you need more help ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I need , thanks ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , I 'm glad to have assisted you today !"
}
] |
PMUL2921.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"DKI36RGY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"DKI36RGY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"large number of"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"DKI36RGY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"large number of"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"DKI36RGY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"large number of"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"24: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": [
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"DKI36RGY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"large number of"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"24:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red volkswagen"
],
[
"_:result",
"phone",
"07772378395"
],
[
"_: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,has_internet,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a cheap place to stay with free wifi ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'10');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "We have 10 possibilities for you . Do you have any additional preferences ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I am looking for a hotel with a 2 star rating ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,stars,?);(_:search,type,'Hotel'))",
"canthelp((_:search,pricerange,'cheap');(_:search,stars,'two');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I do n't have anything with two stars , free wifi , and in the cheap range . Would you like to try a different number of stars ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'moderate');(_:search,stars,'two');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Let 's try something in the moderate price range with two stars and free wifi please ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,name,'Ashley House');(_:result,name,'Lovell Lodge');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have two options in the moderate price range . The Ashley House and Lovell Lodge . Would you like to try one of these ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'Ashley House');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Lets try the Ashley House please ."
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "When will your stay be ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'2');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "We 'll arrive on Wednesday and stay 3 nights . There will be 2 of us ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'5NA21JWO');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've made your reservation , and the reference number is 5NA21JWO . What else can I help you with ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That is all I need for now . Thank you for finding the hotel ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome . Thanks for contacting the Cambridge TownInfo Centre . I hope you have a great day !"
}
] |
SNG0993.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"10"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/baed0c9c"
],
[
"_:search/baed0c9c",
"pricerange",
"cheap"
],
[
"_:search/baed0c9c",
"stars",
"two"
],
[
"_:search/baed0c9c",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"two"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/baed0c9c"
],
[
"_:search/baed0c9c",
"pricerange",
"cheap"
],
[
"_:search/baed0c9c",
"stars",
"two"
],
[
"_:search/baed0c9c",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"two"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Ashley House"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"Ashley House"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/baed0c9c"
],
[
"_:search/baed0c9c",
"pricerange",
"cheap"
],
[
"_:search/baed0c9c",
"stars",
"two"
],
[
"_:search/baed0c9c",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"two"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Ashley House"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"Ashley House"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/baed0c9c"
],
[
"_:search/baed0c9c",
"pricerange",
"cheap"
],
[
"_:search/baed0c9c",
"stars",
"two"
],
[
"_:search/baed0c9c",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"two"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Ashley House"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"Ashley House"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"5NA21JWO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'chiquito restaurant bar');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i am looking for the chiquito restaurant bar"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'2 G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They are located at 2 G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton , and are in the expensive price range ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "May I have the phone number , please ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223400170');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , their number is 01223400170 . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you tell me what area they are in ? I also need some help finding a train ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'Chiquito restaurant bar');(_:result,type,'Restaurant'))",
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Chiquito restaurant bar is in the south area . Where would you like your train to leave from and go to ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'13:45');(_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need it to leave from Cambridge and arrive at 13:45 at London Liverpool Street on a Sunday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'13:27');(_:result,destination,'Liverpool St');(_:result,id,'TR9025');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR9025 arrives at Liverpool St at 13:27 . Would you like to book a ticket ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "no but when is the departure time , so I do n't miss it"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,leave_at,'11:59');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Departure time is 11:59 ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great ! That is everything . Thanks !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Thank you for using the Cambridge TownInfo centre . Goodbye"
}
] |
PMUL4125.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"chiquito restaurant bar"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"chiquito restaurant bar"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"2 G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"chiquito restaurant bar"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"2 G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223400170"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"address",
"2 G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223400170"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Chiquito restaurant bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"address",
"2 G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223400170"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Chiquito restaurant bar"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"13:27"
],
[
"_:result",
"destination",
"Liverpool St"
],
[
"_:result",
"id",
"TR9025"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"address",
"2 G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223400170"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Chiquito restaurant bar"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"13:27"
],
[
"_:result",
"destination",
"Liverpool St"
],
[
"_:result",
"id",
"TR9025"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"11:59"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'kirkwood');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for information about the kirkwood hotel ."
},
{
"id": 1,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Great ! What would you like to know about it ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,has_internet,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Do they have internet , and also what is the postcode ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,postcode,'cb42da');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , they have free wifi and their postcode is cb42da . Would you like me to book a room for you ?"
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No that is all , good bye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Okay goodbye , have a nice day ."
}
] |
SNG1159.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kirkwood"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kirkwood"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kirkwood"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"postcode",
"cb42da"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train on Wednesday"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you departing from and where is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be departing from Cambridge . My destination is Birmingham New Street ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'lots');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I 've got lots of available trains that will get you there . Do you have a preferred time you want to leave or arrive ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'08:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to leave after 08:15 , arrival is n't that important ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'11:44');(_:result,departure,'Cambridge');(_:result,destination,'Birmingham');(_:result,leave_at,'9:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have one leaving Cambridge at 9:01 and arriving in Birmingham at 11:44 . Would you like to book this one ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes . Would you please provide me with the reference number ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'93NZYRZQ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked you and your reference number is 93NZYRZQ ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system !"
}
] |
SNG0418.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"08:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"08:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"11:44"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Birmingham"
],
[
"_:result",
"leave_at",
"9:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"08:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"11:44"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Birmingham"
],
[
"_:result",
"leave_at",
"9:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"93NZYRZQ"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am looking for information in Cambridge"
},
{
"id": 1,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Okay ! What would you like to know ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I should have already told you that , how rude of me . Can you please tell me what museums are in Cambridge ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'museums');(_:result,count,'79');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "there are 79 museums is there a particular type or area you would prefer ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "I really do n't have a preference . Do you have one that you could recommend that would be interesting for a few different age groups ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'cambridge artworks');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "i like cambridge artworks . it is in the east side . can i give you the address ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes thank you . I 'd love to get the address there ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'5 greens road');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Okay the address is 5 greens road ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'16:15');(_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,destination,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need to find a train for Wednesday between Cambridge sand Stansted Airport to arrive by 16:15 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'16:08');(_:result,day,'Wednesday');(_:result,departure,'Cambridge');(_:result,destination,'Stansted Airport');(_:result,id,'TR0678');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Okay , sure . Train TR0678 leaves Cambridge on Wednesday and arrives at Stansted Airport by 16:08 . Would you like to book that ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the price ?"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "37 pounds , I can book it for you and get a reference number ?"
}
] |
PMUL4331.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"79"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"79"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"cambridge artworks"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"79"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"cambridge artworks"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"79"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"cambridge artworks"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Stansted Airport"
],
[
"_:result",
"id",
"TR0678"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a college to see ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Do you have a part of town you would like to visit ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm not sure as I 'm not familiar with the area . Do you recommend a particular college ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'Clare college');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "Clare college is nice and it is located in the west . Would you like more information on it ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , may I please have the address and postcode ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'trinity lane');(_:result,phone,'01223333200');(_:result,postcode,'cb21tl');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "their address is trinity lane , cb21tl . phone number is 01223333200 . anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'japanese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would also like to find a Japanese restaurant , if there are any in town ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,count,'1');(_:result,food,'Japanese');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Cambridge does have one Japanese restaurant in the centre of town . It 's expensive but well worth it . Would you like me to book it for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'11:30');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please . I would need a reservation on Sunday for 3 at 11:30 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'AWAEPKRT');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You 're all set ! Your reference number is AWAEPKRT ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help !"
},
{
"id": 11,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You 're welcome . Is there anything else ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I will need a book a taxi to commute between the two places"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "what time would you like ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'11:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to be at the restaurant at 11:30 ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'white skoda');(_:result,phone,'07229892999');(_:result,type,'Taxi'))",
"thank()"
],
"speaker": "system",
"text": "Ok . I have reserved a white skoda . The contact number is 07229892999 ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all , thanks for your assistance ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "It was my pleasure ."
}
] |
PMUL2084.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Clare college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Clare college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"trinity lane"
],
[
"_:result",
"phone",
"01223333200"
],
[
"_:result",
"postcode",
"cb21tl"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"name",
"Clare college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"trinity lane"
],
[
"_:result",
"phone",
"01223333200"
],
[
"_:result",
"postcode",
"cb21tl"
],
[
"_:search",
"food",
"japanese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Japanese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"name",
"Clare college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"trinity lane"
],
[
"_:result",
"phone",
"01223333200"
],
[
"_:result",
"postcode",
"cb21tl"
],
[
"_:search",
"food",
"japanese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Japanese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"AWAEPKRT"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"name",
"Clare college"
],
[
"_:result",
"address",
"trinity lane"
],
[
"_:result",
"phone",
"01223333200"
],
[
"_:result",
"postcode",
"cb21tl"
],
[
"_:search",
"food",
"japanese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Japanese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"AWAEPKRT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"name",
"Clare college"
],
[
"_:result",
"address",
"trinity lane"
],
[
"_:result",
"phone",
"01223333200"
],
[
"_:result",
"postcode",
"cb21tl"
],
[
"_:search",
"food",
"japanese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Japanese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"AWAEPKRT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"name",
"Clare college"
],
[
"_:result",
"address",
"trinity lane"
],
[
"_:result",
"postcode",
"cb21tl"
],
[
"_:search",
"food",
"japanese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Japanese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"AWAEPKRT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white skoda"
],
[
"_:result",
"phone",
"07229892999"
],
[
"_: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,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to visit some colleges or universities in Cambridge . Can you make some recommendations ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,category,'colleges');(_:result,count,'18');(_:result,entrance_fee,'free');(_:result,name,\"Christ 's College\");(_:result,name,'Churchill College');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have 18 colleges open to visitors . Christ 's College and Churchill College are popular choices , and they 're free to enter ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,area,?);(_:result,postcode,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'Churchill College');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Could you please give me the area , address , and postcode for Churchill College ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,\"Storey 's Way\");(_:result,area,'west');(_:result,phone,'01223336233');(_:result,postcode,'cb30ds');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I can ! It is in the west at Storey 's Way , postcode cb30ds . Phone 01223336233 . Need anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please . I need a place to crash . I 'm thinking a 4 star guesthouse ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,count,'1');(_:result,name,'Finches bed and breakfast');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I see one place that is a match for you ; Finches bed and breakfast on the west side of town ( for your convenience ) the price is cheap . If you would like I can make you a booking ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction');(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "What is the address and post code ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'144 Thornton Road');(_:result,postcode,'cb30nd');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The address is 144 Thornton Road , and the post code is cb30nd . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does that hotel include free wifi ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,name,'Finches Bed and Breakfast');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes Finches Bed and Breakfast does have free wifi ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great that 's all I need for now . Thank you so much ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling . Have a great day !"
}
] |
PMUL2591.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"name",
"Churchill College"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:search",
"name",
"Churchill College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Storey 's Way"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"phone",
"01223336233"
],
[
"_:result",
"postcode",
"cb30ds"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"name",
"Churchill College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Storey 's Way"
],
[
"_:result",
"phone",
"01223336233"
],
[
"_:result",
"postcode",
"cb30ds"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Finches bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"name",
"Churchill College"
],
[
"_:result",
"phone",
"01223336233"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Finches bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"144 Thornton Road"
],
[
"_:result",
"postcode",
"cb30nd"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"name",
"Churchill College"
],
[
"_:result",
"phone",
"01223336233"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"144 Thornton Road"
],
[
"_:result",
"postcode",
"cb30nd"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Finches Bed and Breakfast"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'worth house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm trying to find a hotel called Worth House . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'152 Chesterton Road');(_:result,area,'east');(_:result,name,'Worth House');(_:result,phone,'1223316074');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure . Worth House is located in the east at 152 Chesterton Road . It 's phone number is 1223316074 . Would you like me to help you book it ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great ! Yes please book it for 8 people and for 3 nights ."
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))",
"inform((_:booking,name,'worth house');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I can get that reserved for you . What dates will you need to stay at worth house ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I will be for 3 nights starting this Thursday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'FTVOQPHP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have that booked for you and your reference number is FTVOQPHP ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Okay ! What day are you needing to take the train ? Where would you like to go ? Do you know where you would like to depart ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on Sunday from Cambridge ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What is your destination ? Also , what time do you want to leave or arrive , please ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,destination,'bishops stortford');(_:search,leave_at,'10:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should leave after 10:45 and should go to bishops stortford ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'12:07');(_:result,day,'Sunday');(_:result,departure,'Cambridge');(_:result,destination,'Bishops Stortford');(_:result,leave_at,'11:29');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The first train leaving Cambridge for Bishops Stortford on Sunday departs at 11:29 and arrives at 12:07 . Would you like to book tickets ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Yes book the tickets please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'FTVOQPHP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are booked . Your reference number is FTVOQPHP"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks , that 's all I need . Good bye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , good bye !"
}
] |
PMUL4444.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"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"152 Chesterton Road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"phone",
"1223316074"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"worth house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"152 Chesterton Road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"phone",
"1223316074"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"name",
"worth house"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"worth house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"152 Chesterton Road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"phone",
"1223316074"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"name",
"worth house"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"FTVOQPHP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"worth house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"152 Chesterton Road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"phone",
"1223316074"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"name",
"worth house"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"FTVOQPHP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"worth house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"152 Chesterton Road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"phone",
"1223316074"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"name",
"worth house"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"FTVOQPHP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"worth house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"152 Chesterton Road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"phone",
"1223316074"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"name",
"worth house"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"FTVOQPHP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:result",
"leave_at",
"11:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"worth house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"152 Chesterton Road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"phone",
"1223316074"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"name",
"worth house"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:result",
"leave_at",
"11:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"FTVOQPHP"
],
[
"_: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,area,'west');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm wanting to find a restaurant . The location I want is the west and I want something in the moderate price range . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'West');(_:result,count,'3');(_:result,food,'British');(_:result,food,'Indian');(_:result,food,'Italian');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Certainly ! There are 3 options for moderately priced restaurants in the West : British , Indian or Italian . Do you have a preference ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could I have the phone number for the Indian restaurant ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'the meghna restaurant');(_:result,phone,'01223727410');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , the phone number for the meghna restaurant is 01223727410 . What other information would you like ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all that I needed , thank you ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Have a great day ! Goodbye ."
}
] |
SNG0640.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"West"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"West"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"the meghna restaurant"
],
[
"_:result",
"phone",
"01223727410"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hello ! I 'm lookng for someplace to go in the centre ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have many attractions in the center of town . Do you have a specific type in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to visit a museum ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'centre');(_:result,category,'museums');(_:result,count,'11');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 11 museums in the centre what type of museum would you like to visit ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Well I also will be needing somewhere to stay . Is there a museum located close to a hotel ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,area,'centre');(_:result,category,'hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are several hotel options in the centre if you are interested in staying that part of town ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "First let 's work out what attraction I 'll choose . Can you pick me your favorite in the centre and tell me their address and entrance fee , please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'10 king s parade');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,name,'Primavera');(_:result,postcode,'cb21sj');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "The Primavera is a nice museum with free entrance and is located at 10 king s parade , postcode cb21sj . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you recommend me a hotel with free wifi in the same area ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'5');(_:result,pricerange,'cheap to expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 5 different places that ranges from cheap to expensive . Do you have a preferred price range ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Something cheap with free wifi would be perfect , I 'm trying to keep this trip from busting my budget ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'Alexander Bed and Breakfast');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I suggest Alexander Bed and Breakfast . It is cheap and has 4 stars . Would you like me to make a reservation for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'one');(_:search,stay,'three');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please . I need it for one person , for three nights , and starts on Wednesday ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Wednesday');(_:booking,ref,'Q6M0JJPA');(_:booking,stay,'3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a room booked for you for 3 nights starting Wednesday . The reference number is Q6M0JJPA . Is there anything else I can help with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . I do n't have any other questions at this time . Goodbye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us and have a nice day ."
}
] |
PMUL2833.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",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"11"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"11"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Primavera"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Primavera"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"cheap to expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"three"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"three"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"ref",
"Q6M0JJPA"
],
[
"_:booking",
"stay",
"3"
],
[
"_: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,'molecular gastronomy');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a place to dine , in the cheap price range , that serves molecular gastronomy ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I show no restaurants matching those criteria . Would you like to change your price range or the cuisine ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'vietnamese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What about a cheap vietnamese place ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'17 Magdalene Street City Centre');(_:result,name,'Thanh Binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Thanh Binh at 17 Magdalene Street City Centre fits your criteria . Would you like me to book it ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I have the phone number for that location as well as the address ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'17 Magdalene Street City Centre');(_:result,phone,'01223362456');(_:result,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Absolutely . The phone number is 01223362456 and the address is 17 Magdalene Street City Centre ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for a place to stay . I 'd like a guesthouse that has free wifi included ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'23');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have found 23 hotels fitting that criteria . What area of town would you like , or what pricerange ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't want to stay in a hotel , I 'd prefer a guesthouse please that has free wifi and free parking ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,category,'guesthouses');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are several guesthouses with the criteria that you provided . Do you have a preference from the list of hotels ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes can you please list the hotels names please ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Due to the size of the list could you provide your price range or the area you would prefer to help narrow it down ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "I do n't really have a price range . What do you suggest ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,category,'guesthouse');(_:result,name,'The allenbell');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The allenbell is a guesthouse in the east . It is in the cheap price range , but has a 4 star rating . Would you like to book a room ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'two');(_:search,stars,'four');(_:search,stay,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I would like to book it for two people for four nights starting on Friday ."
},
{
"id": 15,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,stay,?);(_:booking,type,'Booking'))",
"inform((_:result,name,'allenbell');(_:result,stay,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry there is not availability at the allenbell for 4 nights , are you able to stay for a shorter period of time ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,stay,'three');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I suppose I can start out with three nights , if that is available ."
},
{
"id": 17,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Allenbell');(_:booking,ref,'K86FT247');(_:booking,stay,'3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book your room at the Allenbell for 3 nights . Your reference number is K86FT247 . Is there anything else that I can do for you ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,leave_at,'02:15');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "If it is n't too much trouble , I 'd like to book a taxi between the two places , leaving the restaurant by 02:15 . I need the contact number and car type , too ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,car,'yellow tesla');(_:result,phone,'07504166156');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I have booked you a yellow tesla . The contact number is 07504166156 ."
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that 's all I needed !"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , enjoy your time in Cambridge !"
}
] |
MUL0020.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"molecular gastronomy"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/53d4f5cf"
],
[
"_:search/53d4f5cf",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/53d4f5cf"
],
[
"_:search/53d4f5cf",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"17 Magdalene Street City Centre"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/53d4f5cf"
],
[
"_:search/53d4f5cf",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:result",
"address",
"17 Magdalene Street City Centre"
],
[
"_:result",
"phone",
"01223362456"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/53d4f5cf"
],
[
"_:search/53d4f5cf",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:result",
"address",
"17 Magdalene Street City Centre"
],
[
"_:result",
"phone",
"01223362456"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/53d4f5cf"
],
[
"_:search/53d4f5cf",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:result",
"address",
"17 Magdalene Street City Centre"
],
[
"_:result",
"phone",
"01223362456"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/53d4f5cf"
],
[
"_:search/53d4f5cf",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:result",
"address",
"17 Magdalene Street City Centre"
],
[
"_:result",
"phone",
"01223362456"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_: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/53d4f5cf"
],
[
"_:search/53d4f5cf",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"17 Magdalene Street City Centre"
],
[
"_:result",
"phone",
"01223362456"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"The allenbell"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"stay",
"four"
],
[
"_: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/53d4f5cf"
],
[
"_:search/53d4f5cf",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"17 Magdalene Street City Centre"
],
[
"_:result",
"phone",
"01223362456"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stars",
"four"
],
[
"_:system",
"canthelp",
"_:booking/0dcafcb1"
],
[
"_:booking/0dcafcb1",
"type",
"Booking"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:result",
"stay",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"three"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/53d4f5cf"
],
[
"_:search/53d4f5cf",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"17 Magdalene Street City Centre"
],
[
"_:result",
"phone",
"01223362456"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stars",
"four"
],
[
"_:system",
"canthelp",
"_:booking/0dcafcb1"
],
[
"_:booking/0dcafcb1",
"type",
"Booking"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:result",
"stay",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"three"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Allenbell"
],
[
"_:booking",
"ref",
"K86FT247"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"02:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/53d4f5cf"
],
[
"_:search/53d4f5cf",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"17 Magdalene Street City Centre"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stars",
"four"
],
[
"_:system",
"canthelp",
"_:booking/0dcafcb1"
],
[
"_:booking/0dcafcb1",
"type",
"Booking"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:result",
"stay",
"4"
],
[
"_:search",
"stay",
"three"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Allenbell"
],
[
"_:booking",
"ref",
"K86FT247"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"02:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow tesla"
],
[
"_:result",
"phone",
"07504166156"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "user",
"text": "Hi , I am looking for information on a place to stay ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure , are you looking for anything specific ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'cheap');(_:search,stars,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes a four star hotel that is cheap ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'hotel');(_:result,name,'Cambridge Belfry');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'Back Lane , cambourne');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Cambridge Belfry is a cheap hotel with a 4 star rating . It 's at Back Lane , cambourne . Can I book it ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is that a guesthouse ? That is the type I am looking for ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guest houses');(_:result,count,'7');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 7 guest houses that are cheap , which part if town did you have in mind ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'dontcare');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't care about price . I just need a place to stay in the north that 's 4 stars ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "There are eight guesthouses in the north . I recommend home from home it has free internet and parking . Would you like me to book that ?"
}
] |
PMUL4309.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Back Lane , cambourne"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Back Lane , cambourne"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need train reservations from Cambridge to stevenage"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,departure,'Cambridge');(_:result,destination,'Stevenage');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have located several trains departing Cambridge and arriving in Stevenage . To help narrow the search , do you have a particular day and time you want to leave ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'16:30');(_:search,day,'monday');(_:search,destination,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need to leave on Monday and arrive in Stevenage by 16:30 please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'16:10');(_:result,destination,'stevenage');(_:result,id,'TR2045');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR2045 will arrive by 16:10 in stevenage , would you like to book a ticket ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please make a booking for 7 people ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'60H70LQF');(_:booking,ticket,'89.6 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful ! The total fee will be 89.6 GBP and it is payable at the station . The reference number is 60H70LQF ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'park');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you also recommend a park for me to visit ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,entrance_fee,'free');(_:result,name,'milton country park');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "I can . I would personally recommend milton country park . It 's free to visit and located in the north ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds great , what is the entrance fee ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is free ! Would you like the address or number ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Holy Moly ! No , thanks , that 's everything I needed today ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "So glad we could help . Thank you for using Cambridge TownInfo centre , and have a great day !"
}
] |
MUL0460.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Stevenage"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"arrive_by",
"16:10"
],
[
"_:result",
"destination",
"stevenage"
],
[
"_:result",
"id",
"TR2045"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"arrive_by",
"16:10"
],
[
"_:result",
"destination",
"stevenage"
],
[
"_:result",
"id",
"TR2045"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"60H70LQF"
],
[
"_:booking",
"ticket",
"89.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"park"
],
[
"_: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"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"arrive_by",
"16:10"
],
[
"_:result",
"destination",
"stevenage"
],
[
"_:result",
"id",
"TR2045"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"60H70LQF"
],
[
"_:booking",
"ticket",
"89.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"milton country park"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"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"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"arrive_by",
"16:10"
],
[
"_:result",
"destination",
"stevenage"
],
[
"_:result",
"id",
"TR2045"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"60H70LQF"
],
[
"_:booking",
"ticket",
"89.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"milton country park"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to find a train for Saturday ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,day,'saturday');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have many trains that depart saturday . Where will you be departing from and where is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'ely');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be departing from Ely and traveling to Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay , and what time do you want to leave after or arrive by ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'11:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive by 11:45 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are 3 trains here . Do you want me to book any tickets ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please . I need it to be booked for 8 people ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'ZVERHBT3');(_:booking,ticket,'28.16 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 28.16 GBP payable at the station .Reference number is : ZVERHBT3 ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that is all I need ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , thank you for calling the Cambridge TownInfo centre . Have a great day ."
}
] |
SNG1289.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"saturday"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"saturday"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"saturday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"saturday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"ZVERHBT3"
],
[
"_:booking",
"ticket",
"28.16 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like an expensive restaurant in the east part of town"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What type of food are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't care"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'british');(_:result,name,'grafton hotel restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "grafton hotel restaurant is a nice restaurant that serves british food and is in the east part of town"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have their address and post code please"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Grafton Hotel 619 Newmarket Road Fen Ditton , C.B 5 , 8 P.A');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sure , their address is Grafton Hotel 619 Newmarket Road Fen Ditton , C.B 5 , 8 P.A"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "thank you for the help , good bye"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "you 're welcome , enjoy !"
}
] |
WOZ20086.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"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"address",
"Grafton Hotel 619 Newmarket Road Fen Ditton , C.B 5 , 8 P.A"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I 'm looking for a place to eat - moderately priced in the centre area ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are many , can you tell me what type of food you are looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would love to try modern european . Do you have that type ?"
},
{
"id": 3,
"rdf-acts": [
"select((_:result,name,'De Luca Cucina and Bar');(_:result,name,'Riverside Brasserie');(_:result,type,'Restaurant'))",
"inform((_:result,count,'2');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have two available . Both are moderately priced . I have the De Luca Cucina and Bar . The other is the Riverside Brasserie . Do you prefer one of these ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'11:00');(_:search,name,'Riverside Brasserie');(_:search,people,'8');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Perhaps the Riverside Brasserie . I would like to book a table for 8 at 11:00 on Monday , please get me the reference number . Thank you ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'YFNH30LM');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "your book was successful . Your reference is YFNH30LM . Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'08:45');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes I need at train arriving by 08:45 to Cambridge ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Ok perfect , what day do you want to depart ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be leaving Monday ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay , great , and your location of departure ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am departing from leicester"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'7:54');(_:result,departure,'Leicester');(_:result,destination,'Cambridge');(_:result,id,'TR8829');(_:result,leave_at,'6:09');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR8829 departs from Leicester at 6:09 and arrives in Cambridge at 7:54 . Would that work for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'eight');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That sounds fine . Can you please reserve seats for a party of eight on that train ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'N78T0X5J');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , your booking is successful and your reference number is N78T0X5J . Is there anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all . Thanks for your help ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you and enjoy your visit . Have a great day ."
}
] |
MUL1574.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"name",
"De Luca Cucina and Bar"
],
[
"_:result",
"name",
"Riverside Brasserie"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"name",
"Riverside Brasserie"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"name",
"De Luca Cucina and Bar"
],
[
"_:result",
"name",
"Riverside Brasserie"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"name",
"Riverside Brasserie"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"YFNH30LM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"name",
"De Luca Cucina and Bar"
],
[
"_:result",
"name",
"Riverside Brasserie"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"name",
"Riverside Brasserie"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"YFNH30LM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"name",
"De Luca Cucina and Bar"
],
[
"_:result",
"name",
"Riverside Brasserie"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"name",
"Riverside Brasserie"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"YFNH30LM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"name",
"De Luca Cucina and Bar"
],
[
"_:result",
"name",
"Riverside Brasserie"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"name",
"Riverside Brasserie"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"YFNH30LM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:result",
"arrive_by",
"7:54"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8829"
],
[
"_:result",
"leave_at",
"6:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"eight"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"name",
"De Luca Cucina and Bar"
],
[
"_:result",
"name",
"Riverside Brasserie"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"name",
"Riverside Brasserie"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:result",
"arrive_by",
"7:54"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8829"
],
[
"_:result",
"leave_at",
"6:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"eight"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"N78T0X5J"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'nightclub');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a nightclub . Are there any located in the south side of Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,amount,'only');(_:result,area,'south');(_:result,category,'night club');(_:result,name,'The place');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The place is the only night club in the south of cambridge . would you like more information ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , may I have the postcode please ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'22 Signey Street');(_:result,name,'Place');(_:result,postcode,'cb23hg');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Place is located on 22 Signey Street with a post code of cb23hg ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'huntingdon marriot hotel');(_:search,type,'Hotel'))",
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm also looking for a hotel to stay at called huntingdon marriot hotel . What is the address ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'kingfisher way , hinchinbrook business park , huntingdon');(_:result,postcode,'pe296fl');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The address is kingfisher way , hinchinbrook business park , huntingdon . The postcode is pe296fl . Would you like a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,has_parking,?);(_:result,stars,?);(_:result,type,'Hotel'))",
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Perhaps , can you tell me how many stars they have and if they have free parking ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_parking,'none');(_:result,name,'Huntingdon Marriott Hotel');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Huntingdon Marriott Hotel is a 4 star hotel and does offer free parking . Can I reserve it for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,leave_at,'23:45');(_:search,type,'Hotel');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes . I also need a taxi to pick me up at the club by 23:45 . I need a number and car type , please ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where would you like the taxi to take you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,destination,'huntingdon marriott hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "The Huntingdon Marriott Hotel please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'yellow Toyota');(_:result,leave_at,'23:45');(_:result,phone,'07081942286');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I have scheduled a yellow Toyota taxi to pick you up at 23:45 . Their contact for any questions is 07081942286 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much !"
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that was everything I needed . Thank You !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , and have a nice day !"
}
] |
MUL1044.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"night club"
],
[
"_:result",
"name",
"The place"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"night club"
],
[
"_:result",
"address",
"22 Signey Street"
],
[
"_:result",
"name",
"Place"
],
[
"_:result",
"postcode",
"cb23hg"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"huntingdon marriot hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"night club"
],
[
"_:result",
"name",
"Place"
],
[
"_:search",
"name",
"huntingdon marriot hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"kingfisher way , hinchinbrook business park , huntingdon"
],
[
"_:result",
"postcode",
"pe296fl"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:result",
"stars",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"night club"
],
[
"_:search",
"name",
"huntingdon marriot hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"kingfisher way , hinchinbrook business park , huntingdon"
],
[
"_:result",
"postcode",
"pe296fl"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"leave_at",
"23:45"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"night club"
],
[
"_:search",
"name",
"huntingdon marriot hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"kingfisher way , hinchinbrook business park , huntingdon"
],
[
"_:result",
"postcode",
"pe296fl"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"leave_at",
"23:45"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"huntingdon marriott hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"night club"
],
[
"_:search",
"name",
"huntingdon marriot hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"kingfisher way , hinchinbrook business park , huntingdon"
],
[
"_:result",
"postcode",
"pe296fl"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"leave_at",
"23:45"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"huntingdon marriott hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow Toyota"
],
[
"_:result",
"leave_at",
"23:45"
],
[
"_:result",
"phone",
"07081942286"
],
[
"_: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",
"area",
"south"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"night club"
],
[
"_:search",
"name",
"huntingdon marriot hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"kingfisher way , hinchinbrook business park , huntingdon"
],
[
"_:result",
"postcode",
"pe296fl"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"leave_at",
"23:45"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"huntingdon marriott hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow Toyota"
],
[
"_:result",
"leave_at",
"23:45"
],
[
"_:result",
"phone",
"07081942286"
],
[
"_: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,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a hotel ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'9');(_:result,name,'Huntingdon Marriotte Hotel');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are a total of 9 hotels . Huntingdon Marriotte Hotel is a good choice with a 4 star rating . Would you like there phone number ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I actually need a place that has free wifi and is in the south part of town . And it needs to be a hotel , not a guesthouse ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,amount,'the only');(_:result,name,'The lensfield hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The lensfield hotel is the only hotel that matches your criteria . Would you like to book a stay ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd just need their star rating and phone number , thank you ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'Lensfield hotel');(_:result,phone,'01 223 355017');(_:result,stars,'3');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Absolutely ! The Lensfield hotel is a 3 star hotel and their phone number is 01 223 355017 . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'Cow Pizza Kitchen and Bar');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . I need to find a restaurant called The Cow Pizza Kitchen and Bar"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Corn Exchange Street');(_:result,area,'centre');(_:result,phone,'01 223 308871');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "That restaurant is located in the centre of town on Corn Exchange Street and their phone number is 01 223 308871 . Is there anything else I can assist you with ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I think you help me with everything I needed Thank you ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm glad I could assist you , have a great day !"
}
] |
MUL0021.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"9"
],
[
"_:result",
"name",
"Huntingdon Marriotte Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"9"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"name",
"The lensfield hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"9"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"name",
"Lensfield hotel"
],
[
"_:result",
"phone",
"01 223 355017"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"Cow Pizza Kitchen and Bar"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"9"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"name",
"Lensfield hotel"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"name",
"Cow Pizza Kitchen and Bar"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Corn Exchange Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"phone",
"01 223 308871"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am planning a trip to town and want to sight see a bit . Can you let me know some attractions I may be interested in ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,count,'79');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 79 attractions in the city . Do you have a specific type of attraction or specific area of the attraction that you are interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'd like something in the centre ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'architecture');(_:result,entrance_fee,'free');(_:result,name,'All Saints Church');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "Great ! How about All Saints Church ? It has fantastic architecture and free entrance . Would you like more information ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could I get the address for it ? I would also like an expensive place to eat around it ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,address,'Jesus Lane');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address is Jesus Lane . What type of food would you like to eat ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'caribbean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm in the mood for Caribbean food ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'caribbean');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunately , there are no expensive caribbean restaurants in that area . Would you like me to check a different type of cuisine , or another area ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,food,'turkish');(_:search,name,'all saints church');(_:search,pricerange,'expensive');(_:search,type,'Attraction');(_:search,type,'Restaurant'))",
"request((_:result,category,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I also love turkish food . Is there something in the center that 's expensive ? Also , what type of attraction is All Saints Church ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'architecture');(_:result,food,'Turkish');(_:result,name,'All Saints Church');(_:result,name,'Meze Bar Restaurant');(_:result,pricerange,'expensive');(_:result,type,'Attraction');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Meze Bar Restaurant is an expensive Turkish restaurant in the city centre . The All Saints Church is an architecture attraction ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I have the phone number , address and postcode for the restaurant please ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'196 Mill Road City Centre');(_:result,postcode,'cb13nf');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I do n't have a phone number available , but the address is 196 Mill Road City Centre , postal code cb13nf . Anything else I can do for you ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great that 's all that I needed to know , thank you !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , feel free to contact us about anything else you need ."
}
] |
MUL2395.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"79"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"79"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"79"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"caribbean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"79"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/d0d607f0"
],
[
"_:search/d0d607f0",
"food",
"caribbean"
],
[
"_:search/d0d607f0",
"pricerange",
"expensive"
],
[
"_:search/d0d607f0",
"type",
"Restaurant"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"name",
"all saints church"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"category",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"79"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:system",
"canthelp",
"_:search/d0d607f0"
],
[
"_:search/d0d607f0",
"food",
"caribbean"
],
[
"_:search/d0d607f0",
"pricerange",
"expensive"
],
[
"_:search/d0d607f0",
"type",
"Restaurant"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"name",
"all saints church"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"name",
"Meze Bar Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"79"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"canthelp",
"_:search/d0d607f0"
],
[
"_:search/d0d607f0",
"food",
"caribbean"
],
[
"_:search/d0d607f0",
"pricerange",
"expensive"
],
[
"_:search/d0d607f0",
"type",
"Restaurant"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"name",
"all saints church"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"name",
"Meze Bar Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"196 Mill Road City Centre"
],
[
"_:result",
"postcode",
"cb13nf"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train leaving from kings lynn ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'133');(_:result,departure,'Kings Lynn');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 133 trains leaving Kings Lynn , do you have a particular day you are traveling ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'15:30');(_:search,day,'wednesday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I 'd like to travel on Wednesday , and I 'd like to arrive in Cambridge no later than 15:30 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'14:58');(_:result,destination,'Cambridge');(_:result,id,'TR8143');(_:result,leave_at,'14:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR8143 departs at 14:11 and arrives in Cambridge by 14:58 , does this suit your needs ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes it does . Can you verify the total travel time and price ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,duration,'47 minutes');(_:result,ticket,'9.80GBP per ticket');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Sure - the travel time is 47 minutes , and the fee is 9.80GBP per ticket ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'nightclub');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I also need a nightclub in the west ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'west');(_:search,category,'nightclubs');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "There are no nightclubs in the west . Would you like to try another area ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Could you look up a college instead then ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'Churchill college');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Churchill college is located in the west part of town ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could you get me the postcode and entrance fee for there ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,postcode,'cb30ds');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "They have free entrance . Their postcode is cb30ds ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks a lot , that 's all ."
},
{
"id": 13,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "I 'm glad I could help ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your travels ! Let us know if we can be of any further assistance ."
}
] |
PMUL1452.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"14:58"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8143"
],
[
"_:result",
"leave_at",
"14:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"14:58"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8143"
],
[
"_:result",
"leave_at",
"14:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"47 minutes"
],
[
"_:result",
"ticket",
"9.80GBP per ticket"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"14:58"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8143"
],
[
"_:result",
"leave_at",
"14:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"47 minutes"
],
[
"_:result",
"ticket",
"9.80GBP per ticket"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/cb5c19e3"
],
[
"_:search/cb5c19e3",
"area",
"west"
],
[
"_:search/cb5c19e3",
"category",
"nightclubs"
],
[
"_:search/cb5c19e3",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"14:58"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8143"
],
[
"_:result",
"leave_at",
"14:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"47 minutes"
],
[
"_:result",
"ticket",
"9.80GBP per ticket"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/cb5c19e3"
],
[
"_:search/cb5c19e3",
"area",
"west"
],
[
"_:search/cb5c19e3",
"category",
"nightclubs"
],
[
"_:search/cb5c19e3",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Churchill college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"14:58"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8143"
],
[
"_:result",
"leave_at",
"14:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"47 minutes"
],
[
"_:result",
"ticket",
"9.80GBP per ticket"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/cb5c19e3"
],
[
"_:search/cb5c19e3",
"area",
"west"
],
[
"_:search/cb5c19e3",
"category",
"nightclubs"
],
[
"_:search/cb5c19e3",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Churchill college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb30ds"
],
[
"_: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",
"departure",
"kings lynn"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"14:58"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8143"
],
[
"_:result",
"leave_at",
"14:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"47 minutes"
],
[
"_:result",
"ticket",
"9.80GBP per ticket"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/cb5c19e3"
],
[
"_:search/cb5c19e3",
"area",
"west"
],
[
"_:search/cb5c19e3",
"category",
"nightclubs"
],
[
"_:search/cb5c19e3",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Churchill college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb30ds"
],
[
"_: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,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to board a train on Thursday . Can you help me with that ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Yes of course ! Where are you traveling to ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'london kings cross');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am travelling to Cambridge and it should depart from London Kings Cross ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'ten');(_:result,day,'Thursday');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have ten trains doing that trip on Thursday . Any specific times ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'09:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive by 09:00 if that is possible ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'7:17');(_:result,count,'2');(_:result,leave_at,'05:17');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Yes it 's possible . We have 2 trains departing at 05:17 and at 7:17 . Which one would you prefer ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Please make a booking for 6 people on the 7:17 train ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'PY3UDDOV');(_:booking,ticket,'141.6 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked your seats here is the information : Booking was successful , the total fee is 141.6 GBP payable at the station . \n Reference number is : PY3UDDOV ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for a guesthouse ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'24');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 24 guesthouses in the city to choose from . Do you have an idea of what part of town you 'd like to stay in or what your price range is ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I definitely need free parking also , please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,count,'21');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 21 guesthouses fitting your requirements in all areas . The guesthouses are in both the cheap and moderate price ranges ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want it to be 4 stars and moderately priced"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Acorn Guest House');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have the Acorn Guest House that meets your criteria . Would you like me to book it ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No , not right now but do you have their address handy ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,address,'154 chesterton road');(_:result,postcode,'cb41da');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure , they are located at 154 chesterton road , postcode cb41da . Do you need any further assistance today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you . I appreciate all you have done to help me ."
},
{
"id": 17,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Your welcome . If you change your mind and want reservations , feel free to contact us again ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Of course I will . Thank you also ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome enjoy ."
}
] |
PMUL4288.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"ten"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"09:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"ten"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"09:00"
],
[
"_:result",
"arrive_by",
"7:17"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"leave_at",
"05:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"ten"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"09:00"
],
[
"_:result",
"arrive_by",
"7:17"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"leave_at",
"05:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"PY3UDDOV"
],
[
"_:booking",
"ticket",
"141.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"ten"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"09:00"
],
[
"_:result",
"arrive_by",
"7:17"
],
[
"_:result",
"leave_at",
"05:17"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"PY3UDDOV"
],
[
"_:booking",
"ticket",
"141.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"24"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"ten"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"09:00"
],
[
"_:result",
"arrive_by",
"7:17"
],
[
"_:result",
"leave_at",
"05:17"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"PY3UDDOV"
],
[
"_:booking",
"ticket",
"141.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_: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",
"day",
"thursday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"ten"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"09:00"
],
[
"_:result",
"arrive_by",
"7:17"
],
[
"_:result",
"leave_at",
"05:17"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"PY3UDDOV"
],
[
"_:booking",
"ticket",
"141.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"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",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"ten"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"09:00"
],
[
"_:result",
"arrive_by",
"7:17"
],
[
"_:result",
"leave_at",
"05:17"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"PY3UDDOV"
],
[
"_:booking",
"ticket",
"141.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"address",
"154 chesterton road"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"ten"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"09:00"
],
[
"_:result",
"arrive_by",
"7:17"
],
[
"_:result",
"leave_at",
"05:17"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"PY3UDDOV"
],
[
"_:booking",
"ticket",
"141.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"address",
"154 chesterton road"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'inexpensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you please recommend an inexpensive restaurant in the East part of town ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Finders Corner Newmarket Road');(_:result,name,'the missing sock');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The best match to your request is the missing sock located at Finders Corner Newmarket Road ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the phone number and postcode ?"
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Their phone number is 01223 812660 and their postcode is C.B 25 , 9 A.Q."
}
] |
WOZ20390.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"Finders Corner Newmarket Road"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'avalon');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm planning a trip with an Arthurian theme . I 've heard there 's a hotel called Avalon there in Cambridge . Is that right ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,name,'avalon');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes there is a guesthouse called avalon . Would you like any more information on that ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'6');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Actually , can you book 6 people for 3 nights starting on wednesday ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You 're all booked ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Is there a reference number for the hotel ? I also need a train to london liverpool street . Can you help with that too ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'EHNOQL7E');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Your Reference number is : EHNOQL7E . I can help with the train as well . Can you give me a little more information on your trip ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'cambridge');(_:search,leave_at,'13:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to get to liverpool st on saturday , but I ca n't leave cambridge until after 13:45"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'15:27');(_:result,id,'TR4466');(_:result,leave_at,'13:59');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR4466 leaves at 13:59 and arrives at 15:27 . Would you like me to book it ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please , for 6 people ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'D6V5M769');(_:booking,ticket,'79.67 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking has been completed ! Your reference # is D6V5M769 . The total is 79.67 GBP , payable at the station . Can I help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need for today . Thanks !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Have a nice time in Cambridge . Bye ."
}
] |
PMUL3087.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"avalon"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"avalon"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"avalon"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"avalon"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"avalon"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"avalon"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"avalon"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:booking",
"ref",
"EHNOQL7E"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"13:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"avalon"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"avalon"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:booking",
"ref",
"EHNOQL7E"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"13:45"
],
[
"_:result",
"arrive_by",
"15:27"
],
[
"_:result",
"id",
"TR4466"
],
[
"_:result",
"leave_at",
"13:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"avalon"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"avalon"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"13:45"
],
[
"_:result",
"arrive_by",
"15:27"
],
[
"_:result",
"id",
"TR4466"
],
[
"_:result",
"leave_at",
"13:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"D6V5M769"
],
[
"_:booking",
"ticket",
"79.67 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I ca n't wait to see some of the local attractions when I get there . I 'm looking for some places to go in town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'art galleries');(_:result,category,'zoos');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "What types of attractions are you interested in ? We have everything from art galleries to zoos !"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,category,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Hello . I 'm excited to visit Cambridge . Can you give me addresses and phone numbers of different types of attractions in the centre of town ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "What type of attractions are you looking for ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Well , something in the center ... can you recommend anything ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'lots of');(_:result,area,'centre');(_:result,category,'architecture');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "there are lots of architecture in the centre of town how may I be of assistance ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Something you think is the best . Please give me some info on your favorite place ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Old Schools');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Old Schools is nice . Would you like more info on it ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Where is that located ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is in the centre of town ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I have the address and phone number , please ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Trinity Lane');(_:result,phone,'01223332320');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is located on Trinity Lane and the phone number is 01223332320 . The exact address is n't listed . Is there anything else I can help with today ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,has_parking,'yes');(_:search,pricerange,'cheaply');(_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I also need a place to stay in the same area as the attraction with free parking . It should be cheaply priced and 0 stars ."
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'guesthouse');(_:result,name,'the el shaddai');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Well the el shaddai fits your needs . It is n't the best guesthouse in town but it will get the job done . Would you like to book it ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_internet,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No , i do nt need it booked . But i do need to know if it has free internet , the phone number , and the post code ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,phone,'01223327978');(_:result,postcode,'cb11eg');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes it is free internet , the phone number is 01223327978 , and the postcode is cb11eg . Is their anything else I can help you with ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,departure,'old schools');(_:search,leave_at,'8:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , I 'll need to book a taxi to commute between Old Schools and the hotel . I 'd like to leave be picked up at Old Schools by 8:15 ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'blue skoda');(_:result,leave_at,'08:15');(_:result,phone,'07568386559');(_:result,type,'Taxi'))",
"thank()"
],
"speaker": "system",
"text": "Ok . A blue skoda will pick you up at 08:15 . The contact number is 07568386559 ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "You were a great help ! Thank you ."
},
{
"id": 19,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You 're welcome ! Can I help you with anything else ?"
},
{
"id": 20,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No that is it for now . Bye ."
},
{
"id": 21,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "I hope your trip is fun . Good day ."
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thanks again for helping"
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for letting me help you today ."
}
] |
PMUL4326.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"category",
"art galleries"
],
[
"_:result",
"category",
"zoos"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"art galleries"
],
[
"_:result",
"category",
"zoos"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:result",
"category",
"architecture"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheaply"
],
[
"_:search",
"stars",
"0"
],
[
"_: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",
"?"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheaply"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"the el shaddai"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheaply"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"the el shaddai"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"phone",
"01223327978"
],
[
"_:result",
"postcode",
"cb11eg"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"old schools"
],
[
"_:search",
"leave_at",
"8:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheaply"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"the el shaddai"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"postcode",
"cb11eg"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"old schools"
],
[
"_:search",
"leave_at",
"8:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue skoda"
],
[
"_:result",
"leave_at",
"08:15"
],
[
"_:result",
"phone",
"07568386559"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheaply"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"the el shaddai"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"postcode",
"cb11eg"
],
[
"_:search",
"departure",
"old schools"
],
[
"_:search",
"leave_at",
"8:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue skoda"
],
[
"_:result",
"leave_at",
"08:15"
],
[
"_:result",
"phone",
"07568386559"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheaply"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"the el shaddai"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"postcode",
"cb11eg"
],
[
"_:search",
"departure",
"old schools"
],
[
"_:search",
"leave_at",
"8:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue skoda"
],
[
"_:result",
"leave_at",
"08:15"
],
[
"_:result",
"phone",
"07568386559"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'warkworth house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for Warkworth House hotel . Any information on it ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,pricerange,'moderate');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It 's a guesthouse in the moderate price range with a 4 star rating , internet , and free parking ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,type,'Hotel'))",
"request((_:result,area,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Ok , and what area of town is that in ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is in the east part of town ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you . Are there any attractions I could visit in the town centre ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,count,'25');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 25 possible attractions in the requested area . Are you looking for any specific types of attractions ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,area,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction');(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No not really . Can you recommend me an attraction that 's in the centre area ? Can I also get the address , entrance fee , and phone number for it ? Thanks !"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'forty four');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are forty four attractions in that area , could you tell me what type you would like to book ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Whatever is the most popular attraction"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'Jesus Lane');(_:result,category,'architecture');(_:result,entrance_fee,'free entrance');(_:result,name,'All Saints Church');(_:result,phone,'01223452587');(_:result,postcode,'cb58bs');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "You should check out All Saints Church . It has great architecture and free entrance . It 's located on Jesus Lane cb58bs . The phone is 01223452587 . Would that work for you ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thank you for the info . Have a nice day !"
},
{
"id": 11,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Did you need any further assistance today , or are you all set ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I 'm all set . Thanks for your assistance ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "We are happy to help . Thanks for using our service ."
}
] |
MUL1032.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",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"area",
"east"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"25"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"25"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"forty four"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"25"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"forty four"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free entrance"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"25"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"forty four"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free entrance"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi Can you help me find a restauant in the west side of the city ? >"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What type of cuisine or price range would you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i do nt care the type of cuisine but can you find me something in the west ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'indian');(_:result,name,'Meghna');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Meghna is a nice indian restaurant in the west part of town ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Ok , and the phone number and address ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'205 Victoria Road Chesterton');(_:result,name,'Meghna');(_:result,phone,'01223 727410');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number for Meghna is 01223 727410 and is located at 205 Victoria Road Chesterton"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Ok , thank you"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Enjoy your meal !"
}
] |
WOZ20595.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"205 Victoria Road Chesterton"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"phone",
"01223 727410"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'rice boat');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a particular restaurant . Its name is called rice boat ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'Indian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , Indian food ! Very good . Would you like me to make a reservation ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No thanks , but could I get the price range and the postcode please ?"
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "the price is in the expensive range and the postcode is cb39ey ."
}
] |
SNG1292.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rice boat"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rice boat"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,departure,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train leaving from london liverpool street on friday ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'H58I0WC3');(_:booking,ticket,'16.6 GBP payable at the station');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 16.6 GBP payable at the station . \n Reference number is : H58I0WC3 ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,day,?);(_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Please review your trip itinerary"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'07:07');(_:result,day,'friday');(_:result,departure,'Liverpool Street');(_:result,destination,'Cambridge');(_:result,leave_at,'05:39');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The train departs Liverpool Street on friday at 05:39 and arrives in Cambridge at 07:07 . Is there anything else I can assist you with ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "How long is the travel time for that train ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,duration,'88 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "88 minutes to travel"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks , that will be all . Good bye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Goodbye now ! Have a great day !"
}
] |
SNG01974.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"H58I0WC3"
],
[
"_:booking",
"ticket",
"16.6 GBP payable at the station"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"day",
"?"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"H58I0WC3"
],
[
"_:booking",
"ticket",
"16.6 GBP payable at the station"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"07:07"
],
[
"_:result",
"day",
"friday"
],
[
"_:result",
"departure",
"Liverpool Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"05:39"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"H58I0WC3"
],
[
"_:booking",
"ticket",
"16.6 GBP payable at the station"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"07:07"
],
[
"_:result",
"day",
"friday"
],
[
"_:result",
"departure",
"Liverpool Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"05:39"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I will be traveling to cambridge and need lodging ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Alright . Do you have a price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a guesthouse with free parking located in the north that is in the moderate price range ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,stars,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Is there a star range you prefer ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'three');(_:search,stay,'three');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "no , just need if for three people . Three nights , starting Wednesday ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'PCRN539L');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , your hotel was booked and your reference number is PCRN539L . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train leaving from bishops stortford ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Can you tell me what day you will be traveling ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,leave_at,'16:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need the train on Wednesday as well and I need it to leave after 16:45 please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'4');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 4 trains what time would you like to arrive by ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,leave_at,'16:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I do n't care what time I arrive as long as I 'm leaving after 16:45 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'18:07');(_:result,id,'tr2106');(_:result,leave_at,'17:29');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "okay traid tr2106 leaves at 17:29 and arrives at 18:07 . Would you like me to book it ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes book it and please provide the reference number ."
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay , no problem . Will you be needing tickets for three people for the train as well ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please book them for me ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,day,'Wednesday');(_:booking,departure,'Bishops Stortford');(_:booking,destination,'Cambridge');(_:booking,id,'TR2106');(_:booking,leave_at,'19:29');(_:booking,people,'3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have you booked for 3 seats on TR2106 leaving Bishops Stortford for Cambridge on Wednesday at 19:29 . Is there anything else I can help you with today ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , could you please provide me with the reference number so I have it when I arrive at the station ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,ref,'YQDWLHDW');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "Your reference number is : YQDWLHDW . Is there anything else I can do for you ?"
},
{
"id": 18,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No thank you . That is all I needed . Good bye ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a nice day ."
}
] |
MUL2049.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"stay",
"three"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"stay",
"three"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"PCRN539L"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"stay",
"three"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"PCRN539L"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"stay",
"three"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"PCRN539L"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"stay",
"three"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"PCRN539L"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"id",
"tr2106"
],
[
"_:result",
"leave_at",
"17:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"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",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"stay",
"three"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"PCRN539L"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"id",
"tr2106"
],
[
"_:result",
"leave_at",
"17:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"3"
],
[
"_: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",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"stay",
"three"
],
[
"_:booking",
"ref",
"PCRN539L"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"id",
"tr2106"
],
[
"_:result",
"leave_at",
"17:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"departure",
"Bishops Stortford"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR2106"
],
[
"_:booking",
"leave_at",
"19:29"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"stay",
"three"
],
[
"_:booking",
"ref",
"PCRN539L"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"id",
"tr2106"
],
[
"_:result",
"leave_at",
"17:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"departure",
"Bishops Stortford"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR2106"
],
[
"_:booking",
"leave_at",
"19:29"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"YQDWLHDW"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'panasian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you help me find an expensive Panasian restaurant , please ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I do n't see anything with that criteria . Perhaps you would like a different cuisine ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are you sure there is n't any in the centre ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,area,'any');(_:search,food,'panasian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no panasian food in any area . Would like me to find a different restaurant ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you look for chinese food ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'Napier Street City Centre');(_:result,food,'chinese');(_:result,name,'tang chinese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I found a chinese restaurant named tang chinese located at Napier Street City Centre would you like to reserve a table ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'14:45');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "book a table for 6 people at 14:45 on tuesday ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'MCSWQ2W5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , Booking was successful . The table will be reserved for 15 minutes . Reference number is : MCSWQ2W5 . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need to train leaving from cambridge on thursday ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))",
"inform((_:result,amount,'many');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have many trains meeting your request . What is your destination and preferred departure and arrival times ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,destination,'london liverpool street');(_:search,leave_at,'14:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "My destination is London Liverpool Street , departing on Wednesday from Cambridge after 14:15 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'17:27');(_:result,day,'wednesday');(_:result,departure,'cambridge');(_:result,destination,'london liverpool street');(_:result,id,'TR 2815');(_:result,leave_at,'15:59');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a train TR 2815 leaving cambridge at 15:59 on wednesday and arriving at 17:27 at london liverpool street . Would you like to book this ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No , could you give me the price , arrival time , and overall travel time , please ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'17:27');(_:result,duration,'88 minutes');(_:result,ticket,'16.60 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The arrival time is 17:27 . Price is 16.60 pounds . Duration is 88 minutes ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your assistance ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Was there anything else I can do for you today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Actually , that 's all I needed . Thank you for the help ! Goodbye ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Have a great day ."
}
] |
MUL1581.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"panasian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:system",
"canthelp",
"_:search/6ef9fb4f"
],
[
"_:search/6ef9fb4f",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/6ef9fb4f"
],
[
"_:search/6ef9fb4f",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/eb159f1c"
],
[
"_:search/eb159f1c",
"area",
"any"
],
[
"_:search/eb159f1c",
"food",
"panasian"
],
[
"_:search/eb159f1c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/6ef9fb4f"
],
[
"_:search/6ef9fb4f",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/eb159f1c"
],
[
"_:search/eb159f1c",
"area",
"any"
],
[
"_:search/eb159f1c",
"food",
"panasian"
],
[
"_:search/eb159f1c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Napier Street City Centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"tang chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/6ef9fb4f"
],
[
"_:search/6ef9fb4f",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/eb159f1c"
],
[
"_:search/eb159f1c",
"area",
"any"
],
[
"_:search/eb159f1c",
"food",
"panasian"
],
[
"_:search/eb159f1c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Napier Street City Centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"tang chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"MCSWQ2W5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/6ef9fb4f"
],
[
"_:search/6ef9fb4f",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/eb159f1c"
],
[
"_:search/eb159f1c",
"area",
"any"
],
[
"_:search/eb159f1c",
"food",
"panasian"
],
[
"_:search/eb159f1c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Napier Street City Centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"tang chinese"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"MCSWQ2W5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_: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/6ef9fb4f"
],
[
"_:search/6ef9fb4f",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/eb159f1c"
],
[
"_:search/eb159f1c",
"area",
"any"
],
[
"_:search/eb159f1c",
"food",
"panasian"
],
[
"_:search/eb159f1c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Napier Street City Centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"tang chinese"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"MCSWQ2W5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"17:27"
],
[
"_:result",
"day",
"wednesday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"london liverpool street"
],
[
"_:result",
"id",
"TR 2815"
],
[
"_:result",
"leave_at",
"15:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"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/6ef9fb4f"
],
[
"_:search/6ef9fb4f",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/eb159f1c"
],
[
"_:search/eb159f1c",
"area",
"any"
],
[
"_:search/eb159f1c",
"food",
"panasian"
],
[
"_:search/eb159f1c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Napier Street City Centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"tang chinese"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"MCSWQ2W5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"day",
"wednesday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"london liverpool street"
],
[
"_:result",
"id",
"TR 2815"
],
[
"_:result",
"leave_at",
"15:59"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"arrive_by",
"17:27"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"ticket",
"16.60 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/6ef9fb4f"
],
[
"_:search/6ef9fb4f",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/eb159f1c"
],
[
"_:search/eb159f1c",
"area",
"any"
],
[
"_:search/eb159f1c",
"food",
"panasian"
],
[
"_:search/eb159f1c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Napier Street City Centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"tang chinese"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"ref",
"MCSWQ2W5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"day",
"wednesday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"london liverpool street"
],
[
"_:result",
"id",
"TR 2815"
],
[
"_:result",
"leave_at",
"15:59"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"arrive_by",
"17:27"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"ticket",
"16.60 pounds"
],
[
"_: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,has_internet,'yes');(_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a place to stay with free wifi and a 0 star rating ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'north');(_:result,pricerange,'cheap');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))",
"inform((_:result,count,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have found three hotels which in the cheap and moderate price range . They are also located in the north and centre area . Which do you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "One with moderate price range , please ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,name,'citiroomz');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have located citiroomz in the centre area , would you like me to book you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'5');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please that would be great . Can you do it for 5 people for 5 nights starting sunday"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Sorry , that booking was unavailable . Would you like to try another hotel ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you find a hotel in the same price range ?"
},
{
"id": 7,
"rdf-acts": [
"select((_:result,name,'lovell lodge');(_:result,type,'Hotel'))",
"inform((_:result,pricerange,'moderate');(_:result,stars,'two');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How does lovell lodge sound ? It is in the moderate price range but it has a two star rating ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'5');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do they have rooms available for 5 people for 5 nights starting on Sunday ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'EWRN88MQ');(_:booking,type,'Booking');(_:result,address,'365 milton road');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , I was able to book that for you . Address is 365 milton road . Reference number is EWRN88MQ . Would that work for you ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes that 's fine . Thank you so much !"
},
{
"id": 11,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Great . Enjoy your stay in Cambridge ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "We will . Thanks again ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Let me know if you need anything else ."
}
] |
SSNG0315.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"citiroomz"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"citiroomz"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"canthelp",
"_:booking/5d76d455"
],
[
"_:booking/5d76d455",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"count",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:booking/5d76d455"
],
[
"_:booking/5d76d455",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"name",
"lovell lodge"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"two"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"count",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:booking/5d76d455"
],
[
"_:booking/5d76d455",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"name",
"lovell lodge"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"two"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"EWRN88MQ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"365 milton road"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"count",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:booking/5d76d455"
],
[
"_:booking/5d76d455",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"name",
"lovell lodge"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"two"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"EWRN88MQ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"365 milton road"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "We need to find a guesthouse of moderate price ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I can help you with that . Do you have any special area you would like to stay ? Or possibly a star request for the guesthouse ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like it to have a 3 star rating ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'south');(_:result,category,'guesthouse');(_:result,name,'Bridge Guest House');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Bridge Guest House is a 3 star guesthouse . It is in the south area . Would you like to book a room ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please , for four people ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people is the reservation for ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,stay,'two');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Four . Two nights . Beginning Saturday ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am afraid that booking is unsuccessful . Would you like a different day or amount of days ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,stay,'1');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about 1 night ? Would that work ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'85BGKWO4');(_:booking,stay,'1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "This booking is successful for 1 night . Your reference number is 85BGKWO4 . Is there anything else I can assist you with ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all . Thank you !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Great , have a pleasant stay . Bye ."
}
] |
SNG0888.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Bridge Guest House"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Bridge Guest House"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"four"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Bridge Guest House"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"four"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:system",
"canthelp",
"_:booking/a4226209"
],
[
"_:booking/a4226209",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Bridge Guest House"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"four"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:system",
"canthelp",
"_:booking/a4226209"
],
[
"_:booking/a4226209",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"1"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"85BGKWO4"
],
[
"_:booking",
"stay",
"1"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "Hi , I 've just suffered a minor injury . Can you tell me where a hospital is please ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,phone,'01223245151');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The nearest is Addenbrookes Hospital at Hills Rd , Cambridge , postcode CB20QQ . The telephone number is 01223245151 . Do you need transportation to the hospital ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "No , I am luckily near the hospital . Thank you for your assistance . Goodbye ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome . I hope you feel better . Take care ."
}
] |
SNG02135.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'polish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a Polish restaurant in the centre of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Regretfully , there is n't one . Would another cuisine do ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Hmmm , I do need something cheap . Are you sure there are no Polish places ? My friend told me there was a good one ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , I 'm still not finding anything . Do you want to try a different area ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Well , let 's try the asian oriental food instead ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,count,'2');(_:result,name,'dojo noodle bar');(_:result,name,'j restaurant');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I show two in the centre , dojo noodle bar and j restaurant in the cheap price range . Would you like a reservation for one of them ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'11:30');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need a table for 6 people at 11:30 on Saturday , please ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,count,'2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Did you have a preference between the two restaurants ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'dojo noodle bar');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Let 's do the Dojo Noodle Bar ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'IGF0ULSP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : IGF0ULSP ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Great . I also need to find some places to go to around the same area . Can you help me with that ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "I can . What sort of place are you looking for ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "I was hoping you could make some suggestions ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,category,'architecture');(_:result,name,\"Little saint mary 's church\");(_:result,name,'cambridge contemporary art museum');(_:result,name,'soul tree nightclub');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "My suggestions are Little saint mary 's church which is known for its architecture ; cambridge contemporary art museum , and the soul tree nightclub ."
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "can i get the address for Little saint mary 's church ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,address,\"little saint mary 's lane\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes the address is little saint mary 's lane ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Ok . Thanks . All set ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "It was a pleasure to assist you . Have a good day . Goodbye ."
}
] |
PMUL3318.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"polish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/71d25282"
],
[
"_:search/71d25282",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/71d25282"
],
[
"_:search/71d25282",
"type",
"Restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/8a35578e"
],
[
"_:search/8a35578e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/71d25282"
],
[
"_:search/71d25282",
"type",
"Restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/8a35578e"
],
[
"_:search/8a35578e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"dojo noodle bar"
],
[
"_:result",
"name",
"j restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/71d25282"
],
[
"_:search/71d25282",
"type",
"Restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/8a35578e"
],
[
"_:search/8a35578e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"dojo noodle bar"
],
[
"_:result",
"name",
"j restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"dojo noodle bar"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/71d25282"
],
[
"_:search/71d25282",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8a35578e"
],
[
"_:search/8a35578e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"dojo noodle bar"
],
[
"_:result",
"name",
"j restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"dojo noodle bar"
],
[
"_:booking",
"ref",
"IGF0ULSP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/71d25282"
],
[
"_:search/71d25282",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8a35578e"
],
[
"_:search/8a35578e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"dojo noodle bar"
],
[
"_:result",
"name",
"j restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"dojo noodle bar"
],
[
"_:booking",
"ref",
"IGF0ULSP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/71d25282"
],
[
"_:search/71d25282",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8a35578e"
],
[
"_:search/8a35578e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"dojo noodle bar"
],
[
"_:booking",
"ref",
"IGF0ULSP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"Little saint mary 's church"
],
[
"_:result",
"name",
"cambridge contemporary art museum"
],
[
"_:result",
"name",
"soul tree nightclub"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"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/71d25282"
],
[
"_:search/71d25282",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8a35578e"
],
[
"_:search/8a35578e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"dojo noodle bar"
],
[
"_:booking",
"ref",
"IGF0ULSP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"Little saint mary 's church"
],
[
"_:result",
"name",
"cambridge contemporary art museum"
],
[
"_:result",
"name",
"soul tree nightclub"
],
[
"_:result",
"address",
"little saint mary 's lane"
],
[
"_: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,day,'sunday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to take a train out of Cambridge on Sunday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay . What 's your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'stevenage');(_:search,leave_at,'08:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to go to Stevenage after 08:00 please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'10:10');(_:result,destination,'Stevenage');(_:result,id,'TR6488');(_:result,leave_at,'09:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR6488 leaves at 09:21 and gets to Stevenage by 10:10 . Will that train work for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can I make a reservation for 2 people and get a confirmation number ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,people,'2');(_:booking,ref,'MRVAFSWE');(_:booking,ticket,'20.48 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have confirmed booking for 2 , the total fee is 20.48 GBP payable at the station . Your reference number is MRVAFSWE . Would you like help finding anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'kings hedges learner pool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I also need to find an attraction called kings hedges learner pool ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'jedburgh court');(_:result,address,'kings hedges');(_:result,name,'kings hedges leaner pool');(_:result,phone,'122 335 3248');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "kings hedges leaner pool is located at jedburgh court , kings hedges . their phone number is 122 335 3248 ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the postcode ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,category,'swimming pool');(_:result,postcode,'cb42xh');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The swimming pool 's postcode is cb42xh . Do you need any more information ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all , thank you very much for the help !"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,name,'Parkside Police Station');(_:result,phone,'01223358966');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The Parkside Police Station phone number is 01223358966 located Parkside , Cambridge CB11JG"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That 's all I needed ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Okay . I am glad I could be of assistance ."
}
] |
MUL0530.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"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:result",
"arrive_by",
"10:10"
],
[
"_:result",
"destination",
"Stevenage"
],
[
"_:result",
"id",
"TR6488"
],
[
"_:result",
"leave_at",
"09:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:result",
"arrive_by",
"10:10"
],
[
"_:result",
"destination",
"Stevenage"
],
[
"_:result",
"id",
"TR6488"
],
[
"_:result",
"leave_at",
"09:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"MRVAFSWE"
],
[
"_:booking",
"ticket",
"20.48 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"kings hedges learner pool"
],
[
"_: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",
"stevenage"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:result",
"arrive_by",
"10:10"
],
[
"_:result",
"destination",
"Stevenage"
],
[
"_:result",
"id",
"TR6488"
],
[
"_:result",
"leave_at",
"09:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"MRVAFSWE"
],
[
"_:booking",
"ticket",
"20.48 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"kings hedges learner pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"jedburgh court"
],
[
"_:result",
"address",
"kings hedges"
],
[
"_:result",
"name",
"kings hedges leaner pool"
],
[
"_:result",
"phone",
"122 335 3248"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"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",
"stevenage"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:result",
"arrive_by",
"10:10"
],
[
"_:result",
"destination",
"Stevenage"
],
[
"_:result",
"id",
"TR6488"
],
[
"_:result",
"leave_at",
"09:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"MRVAFSWE"
],
[
"_:booking",
"ticket",
"20.48 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"kings hedges learner pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"jedburgh court"
],
[
"_:result",
"address",
"kings hedges"
],
[
"_:result",
"name",
"kings hedges leaner pool"
],
[
"_:result",
"phone",
"122 335 3248"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"swimming pool"
],
[
"_:result",
"postcode",
"cb42xh"
],
[
"_:result",
"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",
"stevenage"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:result",
"arrive_by",
"10:10"
],
[
"_:result",
"destination",
"Stevenage"
],
[
"_:result",
"id",
"TR6488"
],
[
"_:result",
"leave_at",
"09:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"MRVAFSWE"
],
[
"_:booking",
"ticket",
"20.48 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"kings hedges learner pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"swimming pool"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"name",
"Parkside Police Station"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
]
],
"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 am looking for places to go on the south side of town . Can you help me with that ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,category,'cinema');(_:result,category,'museum');(_:result,category,'nightclub');(_:result,category,'park');(_:result,category,'see some entertainment');(_:result,category,'theater');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Sure . Would you like to go to a cinema , museum , nightclub , park , theater , or to see some entertainment ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Pick a place for me . I need the postcode ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Cineworld cinema');(_:result,postcode,'cb17dy');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is a cinema Cineworld cinema with postcode cb17dy ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'park');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Actually , could you find me a park , instead ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Okay great ! There 's sheep 's green and lammas land park fen causeway or wandlebury country park . Both have free entrance fees ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That is perfect ! Can you give me the postcode for the sheep 's green park ? That 's in the south area right ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,\"Sheep 's Green\");(_:result,postcode,'cb22ad');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sheep 's Green is indeed in the south . The postcode is cb22ad ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,destination,'stansted airport');(_:search,leave_at,'08:15');(_:search,type,'Train'))",
"request((_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I am also looking for a train departing from Cambridge to Stansted airport on Thursday . The train should depart after 08:15 . I also need the train ID and price ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,id,'TR7924');(_:result,leave_at,'08:40');(_:result,ticket,'10.1 GBP');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Trian TR7924 leaves the station at 08:40 . Price for 1 ticket is 10.1 GBP ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay that 's all I needed , thank you !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Have a great day !"
}
] |
MUL1895.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"category",
"see some entertainment"
],
[
"_:result",
"category",
"theater"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"category",
"see some entertainment"
],
[
"_:result",
"category",
"theater"
],
[
"_:result",
"name",
"Cineworld cinema"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"category",
"see some entertainment"
],
[
"_:result",
"category",
"theater"
],
[
"_:result",
"name",
"Cineworld cinema"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"category",
"see some entertainment"
],
[
"_:result",
"category",
"theater"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Sheep 's Green"
],
[
"_:result",
"postcode",
"cb22ad"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"08:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"category",
"see some entertainment"
],
[
"_:result",
"category",
"theater"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Sheep 's Green"
],
[
"_:result",
"postcode",
"cb22ad"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"08:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR7924"
],
[
"_:result",
"leave_at",
"08:40"
],
[
"_:result",
"ticket",
"10.1 GBP"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hello , I am looking for a guesthouse to stay in and I would like it to have free parking ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Does location or price range matter ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,has_internet,'yes');(_:search,pricerange,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No but it would also need free wifi ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'21');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have 21 guesthouses all over Cambridge , I can narrow that down further if you tell me what part of town you 're interested in"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need the North part of town"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'the acorn guesthouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about the acorn guesthouse ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "has it free parking ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , the parking is free ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you book it for me and get a reference number ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure can ! What day are you checking in ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i would like to check in on monday at 5:30"
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many nights would you like to stay ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'6');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "monday and I actually meant 17:30 and for 6 people . Sorry , things are hectic and i m a little scatterbrained ."
},
{
"id": 13,
"rdf-acts": [
"request((_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "But how many nights are you staying ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,stay,'one');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Just one please ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'2JXK0SQ0');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : 2JXK0SQ0 . Anything else I can help with ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like the contact number an car type ."
},
{
"id": 17,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Sure . Where would you like to go to ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,type,'Hotel');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi from the hotel to the restaurant please ."
},
{
"id": 19,
"rdf-acts": [
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I can book that for you . What time would you like to leave and what restaurant ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,name,'taj tandoori');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Oh , I seem to have forgotten to ask you about the restaurant . Can you look up Taj Tandoori for me ?"
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,phone,'01223412299');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , their number is 01223412299"
},
{
"id": 22,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'17:30');(_:search,name,'Taj Tandoori');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like to book a table at Taj Tandoori for 6 people on Monday at 17:30"
},
{
"id": 23,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'JQ0WQ39K');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have you booked the reference number is JQ0WQ39K . What else can I do for you ?"
},
{
"id": 24,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'll also need a taxi ."
},
{
"id": 25,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where are you going ?"
},
{
"id": 26,
"rdf-acts": [
"inform((_:search,destination,'the restaurant');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to commute between the guesthouse and the restaurant . Make sure it arrives by the booked time and send me the contact number and car type please ."
},
{
"id": 27,
"rdf-acts": [
"inform((_:result,car,'white tesla');(_:result,phone,'07013573051');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "You are set , look for a white tesla , contact number is \t 07013573051 , any other questions ?"
},
{
"id": 28,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all for today . Thank you for all your help . Have a great day !"
},
{
"id": 29,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Have a great day ."
}
] |
PMUL0166.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"name",
"the acorn guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"name",
"the acorn guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"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",
"pricerange",
"dontcare"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"name",
"the acorn guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"name",
"the acorn guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"6"
],
[
"_: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",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"name",
"the acorn guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"one"
],
[
"_: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",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"name",
"the acorn guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"one"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"2JXK0SQ0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"name",
"the acorn guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"2JXK0SQ0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_: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": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"name",
"the acorn guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"2JXK0SQ0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"name",
"taj tandoori"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"name",
"the acorn guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"2JXK0SQ0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"car",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"phone",
"01223412299"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"name",
"Taj Tandoori"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"name",
"the acorn guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"one"
],
[
"_:result",
"car",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"phone",
"01223412299"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"name",
"Taj Tandoori"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"JQ0WQ39K"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"name",
"the acorn guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"one"
],
[
"_:result",
"car",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"phone",
"01223412299"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"name",
"Taj Tandoori"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"JQ0WQ39K"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26
]
},
{
"id": 14,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"name",
"the acorn guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"one"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"name",
"Taj Tandoori"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"ref",
"JQ0WQ39K"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white tesla"
],
[
"_:result",
"phone",
"07013573051"
],
[
"_: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,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Would you help me book a train for Thursday , please ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Yes , where would you like to go to ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to go to Cambridge"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'over 200');(_:result,day,'Thursday');(_:result,destination,'Cambridge');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are over 200 trains going to Cambridge on Thursday . Where will you be departing from ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be leaving from Kings Lynn ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'19');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "That narrows us down to about 19 trains . Do you have a time you would like to leave after or arrive by ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,leave_at,'15:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave after 15:45 ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,arrive_by,'16:58');(_:result,departure,'Kings Lynn');(_:result,destination,'Cambridge');(_:result,id,'TR0209');(_:result,leave_at,'16:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Then in that case , I recommend the TR0209 \t which departs from Kings Lynn at 16:11 and gets into Cambridge at 16:58 . Would you like me to book it for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'moderate');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please . I am also looking for a place to stay , ideally a hotel with a 4 star rating in the moderate price range ."
},
{
"id": 9,
"rdf-acts": [],
"speaker": "system",
"text": "There is nothing in the price range you mentioned . Would you be willing to stay at a cheap hotel or an expensive hotel ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,pricerange,'cheaper');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like a cheaper hotel ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok I Am going to book a cheaper hotel for you , have a good day , thank you ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can I get the reference number for that booking ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'Z3NAOPSY');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . Your reference number is Z3NAOPSY ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'2');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is that for 2 people ? And I need it for 5 nights starting thursday ."
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry , let 's get your hotel choice fixed first . There is one cheap hotel - The Cambridge Belfry . It has free internet and parking . Can I book this one for you ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I prefer a moderate price one ."
},
{
"id": 17,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Is there an area you 'd prefer to stay in ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "In the east . With free wifi , please ."
},
{
"id": 19,
"rdf-acts": [
"request((_:search,has_parking,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you need free parking ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,has_parking,'no');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No free parking is not necessary ."
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,has_internet,'none');(_:result,name,'Carolina Bed and Breakfast');(_:result,stars,'4');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'guesthouses');(_:result,count,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found 3 guesthouses matching that criteria , I would recommend the Carolina Bed and Breakfast . Located in the east , 4 stars , and has free wifi . Will this one work ?"
},
{
"id": 22,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , book that one please ."
},
{
"id": 23,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'UCVH6QPU');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your room is reserved , ref # UCVH6QPU . Is there anything else I can help you with today ?"
},
{
"id": 24,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Not that 's it . Thank you so much !"
},
{
"id": 25,
"rdf-acts": null,
"speaker": "system",
"text": "Ok . Thank you for choosing Cambridge Towninfo Centre . We hope you enjoy your stay ."
}
] |
PMUL3055.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"over 200"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"over 200"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"over 200"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"count",
"19"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:result",
"arrive_by",
"16:58"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0209"
],
[
"_:result",
"leave_at",
"16:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_: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",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"over 200"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"count",
"19"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:result",
"arrive_by",
"16:58"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0209"
],
[
"_:result",
"leave_at",
"16:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"over 200"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"count",
"19"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:result",
"arrive_by",
"16:58"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0209"
],
[
"_:result",
"leave_at",
"16:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"over 200"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"count",
"19"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:result",
"arrive_by",
"16:58"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0209"
],
[
"_:result",
"leave_at",
"16:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"Z3NAOPSY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_: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",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"over 200"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"count",
"19"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:result",
"arrive_by",
"16:58"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0209"
],
[
"_:result",
"leave_at",
"16:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"Z3NAOPSY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_: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",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"over 200"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"count",
"19"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:result",
"arrive_by",
"16:58"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0209"
],
[
"_:result",
"leave_at",
"16:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"Z3NAOPSY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"east"
],
[
"_: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,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"over 200"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"count",
"19"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:result",
"arrive_by",
"16:58"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0209"
],
[
"_:result",
"leave_at",
"16:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"Z3NAOPSY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"over 200"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:result",
"arrive_by",
"16:58"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0209"
],
[
"_:result",
"leave_at",
"16:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"Z3NAOPSY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Carolina Bed and Breakfast"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_: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": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"over 200"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:result",
"arrive_by",
"16:58"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0209"
],
[
"_:result",
"leave_at",
"16:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Carolina Bed and Breakfast"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"UCVH6QPU"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for a place to go in the east ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "ok , what type of place are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi i m looking for a museum"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,category,'museums');(_:result,count,'4');(_:result,name,'Cambridge Artworks');(_:result,name,'Cambridge Museum of Technology');(_:result,name,'Gallery at Twelve a High Street');(_:result,name,'and Saint Barnabas Press Gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 4 museums in the east : Cambridge Artworks , Cambridge Museum of Technology , Gallery at Twelve a High Street , and Saint Barnabas Press Gallery ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'cambridge artworks');(_:search,type,'Attraction'))",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you give me the phone number and post code for the Cambridge Artworks ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223902168');(_:result,postcode,'cb13ef');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Of course . The Phone number is 01223902168 and postode is cb13ef . What else can I help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you also find me an italian restaurant in the same area ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'east');(_:result,food,'Italian');(_:result,name,'pizza hut fen ditton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There 's one italian restaurant in the east called pizza hut fen ditton . Would like to reserve a table ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'19:45');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please . Can you book a table for 6 people at 19:45 on tuesday ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'LUBB48TT');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful . The table will be reserved for 15 minutes . \n Reference number is : LUBB48TT ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'19:45');(_:search,departure,'cambridge artworks');(_:search,destination,'Pizza Hut Fen Ditton');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Ok , great . Lastly , can you please schedule me a taxi from Cambridge Artworks to Pizza Hut Fen Ditton by my 19:45 reservation time ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'white bmw');(_:result,phone,'07879364830');(_:result,type,'Taxi'))",
"thank()"
],
"speaker": "system",
"text": "Sure . I have booked a white bmw . The contact numer is 07879364830 . \n ."
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That is all I will need . Thank you , good bye ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else you may need ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks , that will be everything ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Goodbye again and have a great day !"
}
] |
MUL2393.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"name",
"Cambridge Museum of Technology"
],
[
"_:result",
"name",
"Gallery at Twelve a High Street"
],
[
"_:result",
"name",
"and Saint Barnabas Press Gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"name",
"Cambridge Museum of Technology"
],
[
"_:result",
"name",
"Gallery at Twelve a High Street"
],
[
"_:result",
"name",
"and Saint Barnabas Press Gallery"
],
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"italian"
],
[
"_: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",
"count",
"4"
],
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"ref",
"LUBB48TT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"departure",
"cambridge artworks"
],
[
"_:search",
"destination",
"Pizza Hut Fen Ditton"
],
[
"_: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",
"count",
"4"
],
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"ref",
"LUBB48TT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"departure",
"cambridge artworks"
],
[
"_:search",
"destination",
"Pizza Hut Fen Ditton"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white bmw"
],
[
"_:result",
"phone",
"07879364830"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"ref",
"LUBB48TT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"departure",
"cambridge artworks"
],
[
"_:search",
"destination",
"Pizza Hut Fen Ditton"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white bmw"
],
[
"_:result",
"phone",
"07879364830"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "I need to find the nearest hospital , I 'm injured !"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "The nearest hospital is the Addenbrookes Hospital located on Hills Road , Cambridge ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "Thanks , what is the postcode ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The postcode is CB20QQ . Can I do anything else for you ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all . I appreciate the help"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting Cambridge TownInfo centre . Have a nice day ."
}
] |
SNG02068.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'university arms hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for the university arms hotel please ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'Centre');(_:result,name,'University Arms hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes the University Arms hotel is located in the Centre . Would you like me to book it for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'none');(_:search,type,'Hotel'))",
"request((_:result,address,?);(_:result,has_parking,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Not now , I just need the address and also to know whether there is free parking ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There is a parking for the hotel , we will be happy to take your reservation at your earliest convenience ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you please give me the address of the hotel ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Regent Street');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Their address is Regent Street . What else can I help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "That s great thanks . I am also looking for a college in the centre to visit- can you make a recommendation ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,name,\"Christ 's college\");(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Sure . Christ 's college is a nice , free attraction . Would you like the phone number ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))",
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , as long as it is in the Centre . Could I also get the postcode ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223334900');(_:result,postcode,'cb23bu');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The post code is cb23bu and contact number is 01223334900 . Anything else I can assist with ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'the college');(_:search,leave_at,'3:30');(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , could you book a taxi for me between the hotel and the college ? I want to leave the college by 3:30"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'grey volkswagen');(_:result,phone,'07148390604');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I 've booked a taxi for you , it 's a grey volkswagen and the contact number is 07148390604 ."
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Great , that 's all I needed ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting Cambridge TownInfo centre . Goodbye !"
}
] |
MUL2527.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"university arms hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"university arms hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"name",
"University Arms hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"has_parking",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"university arms hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"name",
"University Arms hotel"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"university arms hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"name",
"University Arms hotel"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_: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",
"name",
"university arms hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"Centre"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"university arms hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"Centre"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the college"
],
[
"_:search",
"leave_at",
"3:30"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"university arms hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"Centre"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"departure",
"the college"
],
[
"_:search",
"leave_at",
"3:30"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey volkswagen"
],
[
"_:result",
"phone",
"07148390604"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))",
"request((_:result,food,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to find an expensive restaurant in the east part of town . What is the phone number and type of food ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'british');(_:result,name,'grafton hotel restaurant');(_:result,phone,'01223 241387');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "grafton hotel restaurant serves british food , is in the east part of town and in the expensive price range . Their phone number is 01223 241387"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Ok , thank you ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ."
}
] |
WOZ20357.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_:result",
"phone",
"01223 241387"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for an expensive restaurant ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food are you interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "French food ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'north');(_:result,type,'Restaurant'))",
"inform((_:result,food,'French');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are expensive French restaurants in the centre and north areas of town . Do you have a preference for location ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,\"do n't care\");(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't care ."
},
{
"id": 5,
"rdf-acts": [
"select((_:result,food,'French');(_:result,name,'Cote');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))",
"inform((_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about Cote , which is in the expensive price range and serves French food ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'Cote');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I really have no desire for Cote . Are there other restaurants available ?"
},
{
"id": 7,
"rdf-acts": [
"select((_:result,name,'Restaurant Two Two');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "You could also try Restaurant Two Two ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Ok I will try this one . I would like the address and phone number please ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'22 Chesterton Road Chesterton');(_:result,name,'restaurant two two');(_:result,phone,'01223351880');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "restaurant two two address is 22 Chesterton Road Chesterton and the phone is 01223351880 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": "thank you . good bye"
}
] |
WOZ20137.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"French"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"do n't care"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"food",
"do n't care"
],
[
"_:result",
"food",
"French"
],
[
"_:result",
"name",
"Cote"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Cote"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"food",
"do n't care"
],
[
"_:result",
"food",
"French"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"Cote"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"Restaurant Two Two"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"food",
"do n't care"
],
[
"_:result",
"food",
"French"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"Cote"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"22 Chesterton Road Chesterton"
],
[
"_:result",
"name",
"restaurant two two"
],
[
"_:result",
"phone",
"01223351880"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "find me a place to stay which has 0 star and preferably a guest house"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouse - type hotels');(_:result,count,'2');(_:result,stars,'0');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are two guesthouse - type hotels in Cambridge with 0 stars . Do you have an area of town in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "North part of town for sure"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'city centre north b and b.it');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "that could be city centre north b and b.it is cheap with both internet and parking . can i reserve for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'6');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please book it for 6 people and 3 nights starting from tuesday ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Tuesday');(_:booking,people,'6');(_:booking,ref,'EB5RRD33');(_:booking,stay,'3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I booked your hotel reservations for 6 people for 3 days starting Tuesday . Your reference number is : EB5RRD33 . May i help you with something else ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'multiple sports');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking to go to a multiple sports center too ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "on what area do you need the attraction ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'd like it to be in the centre , please ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"canthelp((_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Unfortunately there are no attractions matching that description . Would you like to try a different area or different type ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Let 's try for a college in that case instead please"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,count,'13');(_:result,name,\"christ 's college\");(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "Alright , we now have 13 options available ! If you have no further specifications , then I recommend visiting christ 's college"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Would you forward the address for that also please ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,\"Saint Andrew 's street\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Address is Saint Andrew 's street . Can I help you find anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all for today , thanks for your help !"
},
{
"id": 15,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "You are welcome . Let us know if we can help you again ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you again ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome , goodbye until next time !"
}
] |
PMUL4691.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"0"
],
[
"_:result",
"category",
"guesthouse - type hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"0"
],
[
"_:result",
"category",
"guesthouse - type hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"stars",
"0"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"city centre north b and b.it"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"0"
],
[
"_:result",
"category",
"guesthouse - type hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"stars",
"0"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"city centre north b and b.it"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"EB5RRD33"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"0"
],
[
"_:result",
"category",
"guesthouse - type hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"city centre north b and b.it"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"EB5RRD33"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"0"
],
[
"_:result",
"category",
"guesthouse - type hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"city centre north b and b.it"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"EB5RRD33"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/e9aa3329"
],
[
"_:search/e9aa3329",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"0"
],
[
"_:result",
"category",
"guesthouse - type hotels"
],
[
"_:result",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"EB5RRD33"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/e9aa3329"
],
[
"_:search/e9aa3329",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"0"
],
[
"_:result",
"category",
"guesthouse - type hotels"
],
[
"_:result",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"EB5RRD33"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/e9aa3329"
],
[
"_:search/e9aa3329",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Saint Andrew 's street"
],
[
"_: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",
"stars",
"0"
],
[
"_:result",
"category",
"guesthouse - type hotels"
],
[
"_:result",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"EB5RRD33"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/e9aa3329"
],
[
"_:search/e9aa3329",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Saint Andrew 's street"
],
[
"_: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": [],
"speaker": "user",
"text": "I am planning a trip in Cambridge ."
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "Okay , how can I help you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i m looking for an expensive restaurant that serves italian food"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,area,'center');(_:result,name,'Caffe Uno');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have several great options , most of which are in the center of town . My favorite is Caffe Uno ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'15:30');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds great . I need a reservation for 1 on Wednesday at 15:30"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'AYQO5ZTE');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : AYQO5ZTE . Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will also need a train"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,destination,?);(_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "what area please and how many tickets"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'broxbourne');(_:search,destination,'cambridge');(_:search,leave_at,'08:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "wednesday and I want to get there by 08:00 leaving broxbourne , how much is that ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,ticket,'17.90 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The trip will cost 17.90 pounds ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes I need it to go to cambridge , is that possible ?"
},
{
"id": 11,
"rdf-acts": [
"select((_:result,id,'TR0605');(_:result,id,'TR0788');(_:result,leave_at,'05:32');(_:result,leave_at,'06:32');(_:result,type,'Train'))",
"inform((_:result,count,'2');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "We have 2 trains that match your criteria - the TR0788 that leaves at 05:32 and the TR0605 that leaves at 06:32 . Which one should I book for you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No , I do n't need it booked . What 's the price for the TR0788 ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,ticket,'17.90 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The price is 17.90 pounds . Can I help you with anything else today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is it , thank you !"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "system",
"text": "Do you need a taxi ?"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Have a great day . Good bye ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Yes , I am happy I could assist ."
}
] |
PMUL3882.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Caffe Uno"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Caffe Uno"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"AYQO5ZTE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Caffe Uno"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"AYQO5ZTE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Caffe Uno"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"AYQO5ZTE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:result",
"ticket",
"17.90 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Caffe Uno"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"AYQO5ZTE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:result",
"ticket",
"17.90 pounds"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR0605"
],
[
"_:result",
"id",
"TR0788"
],
[
"_:result",
"leave_at",
"05:32"
],
[
"_:result",
"leave_at",
"06:32"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Caffe Uno"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:booking",
"ref",
"AYQO5ZTE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR0605"
],
[
"_:result",
"id",
"TR0788"
],
[
"_:result",
"leave_at",
"05:32"
],
[
"_:result",
"leave_at",
"06:32"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"17.90 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Caffe Uno"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:booking",
"ref",
"AYQO5ZTE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR0605"
],
[
"_:result",
"id",
"TR0788"
],
[
"_:result",
"leave_at",
"05:32"
],
[
"_:result",
"leave_at",
"06:32"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"17.90 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant . I would like something cheap that has Chinese food ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'the lucky star');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 've heard good things about the lucky star . Need a reservation ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'20:00');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , could you make a reservation for 1 at 20:00 on Saturday ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,ref,'FDLFKTZM');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . The table will be reserved for 15 minutes . Reference number is : FDLFKTZM ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much for your help !"
},
{
"id": 5,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "You 're welcome . Thank you ! Have a good day now !"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , you too . Goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using Cambridge TownInfo centre . Good - bye"
}
] |
SNG01520.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"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"FDLFKTZM"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"FDLFKTZM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'ely');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hello . I need to book a train ride from Ely going to Cambridge , can you help me with that ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'plenty');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Absolutely , you have plenty of options . On what day will you be travelling ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,leave_at,'12:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be leaving on Saturday after 12:00 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'6');(_:result,day,'Saturday');(_:result,destination,'Cambridge');(_:result,leave_at,'12:00');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have 6 trains leaving after 12:00 on Saturday . Do you have a preferred time of arrival to Cambridge ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No , I do not . I would , however , like to know the travel time ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,duration,'17 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The travel time is 17 minutes . Would you like the departure times ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,duration,?);(_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Could you please confirm that train ID number with the travel time for me ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'13:52');(_:result,duration,'17 minutes');(_:result,id,'TR4698');(_:result,leave_at,'13:35');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR4698 leaves at 13:35 and it will take 17 minutes to travel before arriving at 13:52"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you . I 'd also like to find a hotel ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'9');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have about 9 different hotels to choose from . Is there a price range that would work better for you so we can narrow it down ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'hotel');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like a hotel in the north area in the moderate price range ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'Ashley Hotel');(_:result,name,'Lovell Lodge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Ashley Hotel or the Lovell Lodge should suit your needs ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,name,'ashley hotel');(_:search,type,'Hotel'))",
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "What is the address for The Ashley Hotel ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'74 Chesterton Road');(_:result,name,'Ashley Hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The address for the Ashley Hotel is 74 Chesterton Road ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Well that 's all I needed . You have been very helpful today ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . Goodbye ."
}
] |
MUL0665.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"12:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"12:00"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"arrive_by",
"13:52"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"id",
"TR4698"
],
[
"_:result",
"leave_at",
"13:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"arrive_by",
"13:52"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"id",
"TR4698"
],
[
"_:result",
"leave_at",
"13:35"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"arrive_by",
"13:52"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"id",
"TR4698"
],
[
"_:result",
"leave_at",
"13:35"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_: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",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"arrive_by",
"13:52"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"id",
"TR4698"
],
[
"_:result",
"leave_at",
"13:35"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"74 Chesterton Road"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'Parkside Police Station');(_:search,type,'Police'))"
],
"speaker": "user",
"text": "There 's a Parkside Police Station in town , right ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "Yes , it is located at Parkside , Cambridge ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "Thanks . I need the phone number and postcode too ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,phone,'01223358966');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "Sure thing . They are located in Parkside , Cambridge and the phone number is 01223358966 ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "I will also need the postcode please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "Sure , the postcode is CB11JG ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "Thanks ! Also , can you give me the exact address to the station ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The only address listed is Parkside , Cambridge . It does not give an exact address , I 'm sorry to say ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Wow . That is very odd ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Yeah , sorry for the inconvenience . Can I do anything else for you though ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all thank you"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a great day"
}
] |
SNG02011.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"type",
"Police"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:search",
"type",
"Police"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:search",
"type",
"Police"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:search",
"type",
"Police"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"type",
"Police"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to find a hotel with free wifi to stay at . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"thank()"
],
"speaker": "system",
"text": "I sure can . Are there any other requirements you 'd like to include in your search ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,stars,'1');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like a 1 star hotel ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,category,'hotel');(_:search,stars,'1');(_:search,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I am sorry but could not find a 1 star hotel with your needs . If there is anything else I can help you with let me know , thaks ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "ok , try a 4 star hotel ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,category,'hotels');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are several 4 star hotels . Do you have a particular area in mind ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Hotel'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "The area does n't matter . If you could give me the name , phone number and address of a 4 store hotel ; that would be fine ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'154 chesterton road');(_:result,name,'acorn guesthouse');(_:result,phone,'01223353888');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I recommend the acorn guesthouse it 's located at 154 chesterton road and their number is 01223353888 . Is there anything else I can help you with today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , can you recommend a college I could visit while I am there ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,amount,'quite a few');(_:result,name,'clare hall');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "we have quite a few , clare hall is one of my favorite 's"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds good . Can I get their phone number and address please ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223332360');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone I have listed is 01223332360 . Can I hlep with anything else today ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Um , how about the address too please ?"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Clare Hall address is herschel road in west area , postal code cb39al . I hope this helps today ."
}
] |
PMUL2831.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"1"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"canthelp",
"_:search/28e5ab46"
],
[
"_:search/28e5ab46",
"category",
"hotel"
],
[
"_:search/28e5ab46",
"stars",
"1"
],
[
"_:search/28e5ab46",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"canthelp",
"_:search/28e5ab46"
],
[
"_:search/28e5ab46",
"category",
"hotel"
],
[
"_:search/28e5ab46",
"stars",
"1"
],
[
"_:search/28e5ab46",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"canthelp",
"_:search/28e5ab46"
],
[
"_:search/28e5ab46",
"category",
"hotel"
],
[
"_:search/28e5ab46",
"stars",
"1"
],
[
"_:search/28e5ab46",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"154 chesterton road"
],
[
"_:result",
"name",
"acorn guesthouse"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"canthelp",
"_:search/28e5ab46"
],
[
"_:search/28e5ab46",
"category",
"hotel"
],
[
"_:search/28e5ab46",
"stars",
"1"
],
[
"_:search/28e5ab46",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"154 chesterton road"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"name",
"clare hall"
],
[
"_: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",
"has_internet",
"yes"
],
[
"_:system",
"canthelp",
"_:search/28e5ab46"
],
[
"_:search/28e5ab46",
"category",
"hotel"
],
[
"_:search/28e5ab46",
"stars",
"1"
],
[
"_:search/28e5ab46",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"154 chesterton road"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"name",
"clare hall"
],
[
"_:result",
"address",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223332360"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_internet,'dontcare');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you help me find a place to stay that has free parking ? It does n't need to include internet ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'a variety');(_:result,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "I found a variety of choices . Let 's narrow down the selection . What part of town would you like to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Definitely the south part of town , thanks ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Aylesbray lodge guest house');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Aylesbray lodge guest house is available , would you like to try them ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Are there any hotels with free parking , or just guesthouses ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guest houses');(_:result,category,'hotel');(_:result,count,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are three guest houses and a hotel . Do you have a preference for price range or number of stars ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Anything you recommend will work fine . Can I have the phone number of the one you pick ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'Lensfield Hotel');(_:result,phone,'0122355017');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I would recommend the Lensfield Hotel . You can reach them at 0122355017 . Anything else I can do for you today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please . I need a train from Cambridge to London Kings Cross ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "On what day are you planning to travel ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'8:00');(_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on Thursday and arrive by 8:00 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'07:51');(_:result,destination,'London Kings Cross');(_:result,id,'TR8335');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR8335 that will arrive in London Kings Cross at 07:51 . Would that work for you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,duration,?);(_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes thank you . I also need the travel time and the departure time please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,departure,'Cambridge');(_:result,duration,'51 minutes');(_:result,id,'TR8335');(_:result,leave_at,'07:00');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Train TR8335 departs Cambridge at 07:00 . The duration of the trip is 51 minutes ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . You have satisfied all of my requests ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling . Please let us know if there is anything else we can do . Goodbye ."
}
] |
PMUL3148.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"a variety"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:result",
"amount",
"a variety"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"name",
"Aylesbray lodge guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:result",
"amount",
"a variety"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"name",
"Aylesbray lodge guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:result",
"amount",
"a variety"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"phone",
"0122355017"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:result",
"amount",
"a variety"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"phone",
"0122355017"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"arrive_by",
"8:00"
],
[
"_: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",
"has_internet",
"dontcare"
],
[
"_:result",
"amount",
"a variety"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"phone",
"0122355017"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"arrive_by",
"8:00"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"07:51"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"id",
"TR8335"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:result",
"amount",
"a variety"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"phone",
"0122355017"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"arrive_by",
"8:00"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"07:51"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"id",
"TR8335"
],
[
"_:result",
"leave_at",
"07:00"
],
[
"_: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,'west');(_:search,food,'german');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a German restaurant in the west ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'west');(_:search,food,'German');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no German restaurants available in the west . Would you like to try a different area or different food type ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about one that serves british food instead ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'west');(_:result,count,'3');(_:result,food,'british');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are three british restaurants in the west . What price range are you considering ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'16:15');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for meals under 30 $ a person . I need to book for 3 at 16:15 on Wednesday ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Saint Johns Chop House');(_:result,pricerange,'moderate pricing');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The restaurant Saint Johns Chop House is the only restaurant to your specifications with a moderate pricing . Would you like me to make a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please and I will need a reference number ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'CZT3LA0M');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking is successful and your reference number is CZT3LA0M . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you . That is great ."
},
{
"id": 9,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Thanks !"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Have a good day !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your time !"
}
] |
SNG0485.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"german"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/183c4d10"
],
[
"_:search/183c4d10",
"area",
"west"
],
[
"_:search/183c4d10",
"food",
"German"
],
[
"_:search/183c4d10",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/183c4d10"
],
[
"_:search/183c4d10",
"area",
"west"
],
[
"_:search/183c4d10",
"food",
"German"
],
[
"_:search/183c4d10",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/183c4d10"
],
[
"_:search/183c4d10",
"area",
"west"
],
[
"_:search/183c4d10",
"food",
"German"
],
[
"_:search/183c4d10",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"british"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Saint Johns Chop House"
],
[
"_:result",
"pricerange",
"moderate pricing"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/183c4d10"
],
[
"_:search/183c4d10",
"area",
"west"
],
[
"_:search/183c4d10",
"food",
"German"
],
[
"_:search/183c4d10",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"british"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Saint Johns Chop House"
],
[
"_:result",
"pricerange",
"moderate pricing"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"CZT3LA0M"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/183c4d10"
],
[
"_:search/183c4d10",
"area",
"west"
],
[
"_:search/183c4d10",
"food",
"German"
],
[
"_:search/183c4d10",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"british"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Saint Johns Chop House"
],
[
"_:result",
"pricerange",
"moderate pricing"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"CZT3LA0M"
],
[
"_: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,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , I m looking to find a local hotel that has free parking and free wifi ..."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'multiple');(_:result,category,'hotels');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "sure , there are multiple hotels to choose from . may i ask where you are located ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The location is not important as long as it is a guesthouse ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'archway house');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have the archway house in the north that is 4 star and offers free parking and internet . Does this work ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Sounds good so far ... what is the price range ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'archway guesthouse');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The archway guesthouse is moderately priced . Would you like to book a room ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))",
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . I am looking for an indian restaurant in the cheap price range ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,count,'4');(_:result,food,'Indian');(_:result,name,'Mahal of Cambridge');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "OK , there are 4 different Indian restaurants in the cheap price range , might I suggest Mahal of Cambridge ? It 's located in the centre area ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would prefer the restaurant be located in the north . Can you help me find one there ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"request((_:booking,people,?);(_:booking,type,'Booking'))",
"inform((_:result,name,'royal spice Indian restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Certainly , we have royal spice Indian restaurant . Can I make a reservation for you , if so how many diners are there ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'12:15');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , for 1 person at 12:15 on Monday ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'CSP29AM3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Certainly , your reference number is CSP29AM3 . Is there anything else I can help you with today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that will be all ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm happy I could be of help . Have a wonderful day !"
}
] |
MUL0013.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"archway house"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"archway guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Mahal of Cambridge"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"royal spice Indian restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:booking",
"people",
"?"
],
[
"_:result",
"name",
"royal spice Indian restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"CSP29AM3"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'hotel');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you find me a 3 star hotel in the centre ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Gonville Hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Gonville Hotel meets your requirements . Would you like me to book you a room ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does it have free wifi ? I need wifi ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , they do offer free internet . Would you like me to make a booking ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'1');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . I want to book it for 1 person . I want to stay for 5 nights starting from Wednesday ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I am sorry Booking was unsuccessful , can I help you find another place to stay ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,has_internet,'yes');(_:search,stars,'3-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please . Another 3-star hotel in the centre with free wifi ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"canthelp((_:search,type,'Hotel'))",
"inform((_:result,area,'centre');(_:result,category,'hotel');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I do not have another 3 star hotel in the centre that meets your requirements . Would you like to try another area ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'Gonville Hotel');(_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do you have any hotels in the same price range as the Gonville Hotel ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,amount,'only other');(_:result,area,'south');(_:result,name,'lensfield hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The only other hotel that matches your requirements is the lensfield hotel located in the south . Would you like me to make a booking ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Yes please book a room there ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'9GBHVFZW');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great your booking was successful Your reference number is 9GBHVFZW . Anything else today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for all of your help ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Your welcome . Have a good day ."
}
] |
SSNG0297.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"canthelp",
"_:booking/4d7591df"
],
[
"_:booking/4d7591df",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"canthelp",
"_:booking/4d7591df"
],
[
"_:booking/4d7591df",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/4af46c06"
],
[
"_:search/4af46c06",
"type",
"Hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"Gonville Hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"canthelp",
"_:booking/4d7591df"
],
[
"_:booking/4d7591df",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/4af46c06"
],
[
"_:search/4af46c06",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"name",
"Gonville Hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"amount",
"only other"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"lensfield hotel"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"canthelp",
"_:booking/4d7591df"
],
[
"_:booking/4d7591df",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/4af46c06"
],
[
"_:search/4af46c06",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"name",
"Gonville Hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"amount",
"only other"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"lensfield hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"9GBHVFZW"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "Hello I need help finding the nearest police station ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "There is a station in Parkside , Cambridge . Would you like the phone number as well ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "If you could just get me the postcode and address , that would be perfect ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The address is Parkside , Cambridge . The post code is CB11JG ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks ! That 's all I need for now ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Okay . Hope that helps !"
}
] |
SNG0149.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"type",
"Police"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'pembroke college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to get some info on the pembroke college please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'trumpington street');(_:result,area,'centre');(_:result,category,'campus');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Certainly , its a beautiful campus in the centre part of town , they are on trumpington street and the admission is free ."
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks . That answers my questions ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "great , is there anything else i can assist you with today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need a hotel ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What area are you wanting to stay in ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like that to be located in the north ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What is your preferred price range ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No particular price range , but I would like it to be 4 stars ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,count,'8');(_:result,has_internet,'none');(_:result,name,'Avalon');(_:result,pricerange,'Moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have about 8 options . Might I suggest the Avalon . It is a guesthouse in the north . Moderately priced with 4 stars and offers free wifi ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'6');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds great . Could you book it please for 6 people for 4 nights ? I want to get there tuesday ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Tuesday');(_:booking,name,'Avalon');(_:booking,people,'6');(_:booking,ref,'W4A55772');(_:booking,stay,'5 days 4 nights');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking for 6 at Avalon this Tuesday for 5 days 4 nights was successful . Your Reference number is : W4A55772 . Anything else I can do for you today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much for booking that for me !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Glad to be of service ."
}
] |
PMUL2919.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pembroke college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pembroke college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"trumpington street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"campus"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pembroke college"
],
[
"_:result",
"address",
"trumpington street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"campus"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pembroke college"
],
[
"_:result",
"address",
"trumpington street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"campus"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pembroke college"
],
[
"_:result",
"address",
"trumpington street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"campus"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pembroke college"
],
[
"_:result",
"address",
"trumpington street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"pricerange",
"Moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pembroke college"
],
[
"_:result",
"address",
"trumpington street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"pricerange",
"Moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"name",
"Avalon"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"W4A55772"
],
[
"_:booking",
"stay",
"5 days 4 nights"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'16:45');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to take a train that goes to Cambridge and arrives by 16:45 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be going ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be leaving from London Liverpool Street . Oh , and I 'd like to travel on Saturday , please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'6');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 6 trains to choose from that day , do you have a specific time you 'd like to leave ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'6:30');(_:search,people,'3');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need it to arrive by 6:30 and I need it for 3 people ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,arrive_by,'01:07');(_:booking,category,'Train');(_:booking,id,'TR7909');(_:booking,leave_at,'23:39');(_:booking,people,'3');(_:booking,ref,'00PENVQG');(_:booking,ticket,'39.83');(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Ok . TR7909 leaving at 23:39 and arriving at 01:07 is booked for 3 people . Reference 00PENVQG . 39.83 payable at the station"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'maharajah tandoori restaurant');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanks . Can you also tell me some information on the Maharajah Tandoori restaurant ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'41518 Castle Street City Centre');(_:result,area,'west');(_:result,food,'indian');(_:result,name,'The maharajah tandoori restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The maharajah tandoori restaurant serves indian foodon the west side . It is in the expensive price range . Their address is 41518 Castle Street City Centre . Anything else ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all . Thank you ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice train trip !"
}
] |
MUL1442.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"6:30"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"6:30"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"arrive_by",
"01:07"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR7909"
],
[
"_:booking",
"leave_at",
"23:39"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"00PENVQG"
],
[
"_:booking",
"ticket",
"39.83"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"maharajah tandoori restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"6:30"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"arrive_by",
"01:07"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR7909"
],
[
"_:booking",
"leave_at",
"23:39"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"00PENVQG"
],
[
"_:booking",
"ticket",
"39.83"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"maharajah tandoori restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"41518 Castle Street City Centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"The maharajah tandoori restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'charlie chan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need information about a certain restaurant called charlie chan ."
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Regent Street City Centre');(_:result,area,'centre');(_:result,food,'Chinese');(_:result,name,'Charlie Chan');(_:result,phone,'01223361763');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Charlie Chan serves Chinese food and is located in Regent Street City Centre ( centre area ) . The phone number is 01223361763 . Do you have any other questions ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , could you please give me the specific address of the restaurant ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'Regent Street City Centre');(_:result,postcode,'cb21db');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , it 's located at Regent Street City Centre cb21db . May I help book a table ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Maybe later . I also need to find a train to ely on Tuesday . Can you help with that ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can absolutely help ! Where are you departing from and when would you like to arrive ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'none');(_:search,departure,'cambridge');(_:search,leave_at,'12:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be leaving from Cambridge and need to leave after 12:30 please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'10:07');(_:result,leave_at,'09:50');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is a train that fits that criteria leaving at 09:50 and arriving at 10:07 , would that work ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,leave_at,'12:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I really ca n't leave at that time . Like I said , I need something that leaves after 12:30 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'14:07');(_:result,departure,'Cambridge');(_:result,destination,'Ely');(_:result,id,'TR3420');(_:result,leave_at,'13:50');(_:result,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "My apologies . How about this : TR3420 leaves Cambridge at 13:50 and arrives in Ely at 14:07 . Would this be better ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,id,'TR3420');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes I would like reservations on train TR3420 ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many tickets will you need ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "One ticket please , thank you ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'CKPZRG81');(_:booking,ticket,'4.4 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 4.4 GBP payable at the station . Reference number is : CKPZRG81 ."
},
{
"id": 14,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the travel time ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'14:07');(_:result,leave_at,'13:50');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "You will be leaving at 13:50 and arriving by 14:07 ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you and goodbye ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Have a nice day ."
}
] |
MUL1588.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"charlie chan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"charlie chan"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"phone",
"01223361763"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"charlie chan"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"phone",
"01223361763"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"postcode",
"cb21db"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"charlie chan"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"phone",
"01223361763"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"postcode",
"cb21db"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"arrive_by",
"none"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"12:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"charlie chan"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"phone",
"01223361763"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"postcode",
"cb21db"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"arrive_by",
"none"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"leave_at",
"09:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"leave_at",
"12:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"charlie chan"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"phone",
"01223361763"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"postcode",
"cb21db"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"arrive_by",
"none"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"leave_at",
"12:30"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"id",
"TR3420"
],
[
"_:result",
"leave_at",
"13:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"id",
"TR3420"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"charlie chan"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"phone",
"01223361763"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"postcode",
"cb21db"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"arrive_by",
"none"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"leave_at",
"12:30"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"id",
"TR3420"
],
[
"_:result",
"leave_at",
"13:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"id",
"TR3420"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"charlie chan"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"phone",
"01223361763"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"postcode",
"cb21db"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"arrive_by",
"none"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"12:30"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"id",
"TR3420"
],
[
"_:result",
"leave_at",
"13:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"id",
"TR3420"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"CKPZRG81"
],
[
"_:booking",
"ticket",
"4.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
]
],
"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",
"charlie chan"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"phone",
"01223361763"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"postcode",
"cb21db"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"arrive_by",
"none"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"12:30"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"id",
"TR3420"
],
[
"_:search",
"id",
"TR3420"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"CKPZRG81"
],
[
"_:booking",
"ticket",
"4.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"leave_at",
"13:50"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,department,'emergency department');(_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "i am looking for the Addenbrookes Hospital with emergency department"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,department,'emergency department');(_:result,phone,'01223217118');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The emergency department may be contacted at 01223217118 ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "Can I have the address and phone number"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,department,'emergency department');(_:result,phone,'01223217118');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The number for the emergency department at Addenbrookes Hospital is 01223217118 and it is located on Hills Road in Cambridge . Is there anything else you need ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you that is all I needed ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our services ."
}
] |
SNG01582.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"emergency department"
],
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"emergency department"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"department",
"emergency department"
],
[
"_:result",
"phone",
"01223217118"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"emergency department"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"department",
"emergency department"
],
[
"_:result",
"phone",
"01223217118"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,\"people 's portraits exhibition at girton college\");(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for information about People 's portraits exhibition at girton college"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'west');(_:result,category,'museum');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is a museum located in the west . Do you need more information ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could I have the phone number please ?"
},
{
"id": 3,
"rdf-acts": [
"thank()",
"reqmore()",
"inform((_:result,phone,'01223338901');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Absolutely ! It 's 01223338901 . Is there anything else I can do for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm also looking for a train departing from cambridge ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Can you please give me the destination and the day and time you 'd like to leave ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'15:30');(_:search,day,'thursday');(_:search,destination,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I 'm going to Birmingham new street . It 's on Thursday and I 'd like to arrive by 15:30 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'14:44');(_:result,day,'Thursday');(_:result,departure,'cambridge');(_:result,destination,'Birmingham new street');(_:result,id,'TR6576');(_:result,leave_at,'12:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR6576 leaves cambridge at 12:01 Thursday and arrives at Birmingham new street at 14:44 . Would you like me to book that for you ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No need to book it , but can you tell me the price ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,ticket,'75.10 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The price of a ticket is 75.10 pounds . Is there anything else I can do for you ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's it for me . Thanks !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Have a great day !"
}
] |
MUL1806.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"people 's portraits exhibition at girton college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"people 's portraits exhibition at girton college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"people 's portraits exhibition at girton college"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223338901"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"people 's portraits exhibition at girton college"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223338901"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"people 's portraits exhibition at girton college"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223338901"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"14:44"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"Birmingham new street"
],
[
"_:result",
"id",
"TR6576"
],
[
"_:result",
"leave_at",
"12:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"people 's portraits exhibition at girton college"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"phone",
"01223338901"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"14:44"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"Birmingham new street"
],
[
"_:result",
"id",
"TR6576"
],
[
"_:result",
"leave_at",
"12:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you help me find a cheap guesthouse that I can stay at ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'24');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure , I have 24 options for you !"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do need one with free parking , and it needs to be in the cheap price range , but those are my only requirements . Which one is your favorite ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'Autumn house');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , my favorite is Autumn house in the east . Would you like me to book a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_internet,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I would just like to know what the postcode is and whether or not they offer internet ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,postcode,'cb58rs');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The post code is cb58rs and they do offer free wifi ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'tang chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Excellent ! I 've also heard great things about the Tang Chinese restaurant . What can you tell me about them ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,food,'chinese');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "it is a chinese restaurant located in the city centre . It has an expensive price range . Can I help you with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'17:30');(_:search,name,'tang chinese');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please book a table at Tang Chinese for 2 people at 17:30 on Tuesday ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'O8SO1FUO');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . Your reference number is O8SO1FUO . Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , that 's it for now . Thanks very much for your help !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a good day !"
}
] |
PMUL4863.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"count",
"24"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"count",
"24"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Autumn house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"count",
"24"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Autumn house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"postcode",
"cb58rs"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"tang chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"count",
"24"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Autumn house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"postcode",
"cb58rs"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"name",
"tang chinese"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"count",
"24"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Autumn house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"postcode",
"cb58rs"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"name",
"tang chinese"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"O8SO1FUO"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for some food in Cambridge today ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "No problem , are you looking for anything specific ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , the restaurant needs to be town centre , moderately priced ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are many moderately priced restaurants in the center . What type of food would you like to eat ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "I 'm not picky . Which do you recommend ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'british');(_:result,name,'cotto');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I would like to suggest cotto it serves british food . Would you like to make reservations ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No thank you . Could I get the phone number and postcode please ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Cotto');(_:result,phone,'01223302010');(_:result,postcode,'cb11bg');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Cotto can be reached at 01223302010 . Their postcode is cb11bg . Is there anything more I can assist you with today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thanks again . I wonder if there are any entertainment attractions nearby . Can you suggest something ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Where would you like it to be ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "In the town centre , the same area that I booked the restaurant for ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:search,category,'entertainment');(_:search,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry , I do n't see any entertainment attractions in that area of town . Is there anything else you 'd be interested in seeing ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you search for a college ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,\"Christ 's college\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Christ 's college is in the centre of town ."
},
{
"id": 14,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I please get their phone number and entrance fee ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,phone,'01223334900');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "it 's free and their phone number is \t 01223334900"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,departure,'cotto');(_:search,leave_at,'17:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Would you be able to get me a taxi from Cotto to Christ 's College ? I need to leave Cotto by 17:45 ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'black audi');(_:result,phone,'07911435802');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Your taxi will be a black audi . Your contact number is 07911435802 . May I help you further ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , you have been very helpful . Thank you so much ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Thank you for calling . Goodbye ."
}
] |
PMUL2260.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"cotto"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"british"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Cotto"
],
[
"_:result",
"phone",
"01223302010"
],
[
"_:result",
"postcode",
"cb11bg"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"british"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Cotto"
],
[
"_:result",
"phone",
"01223302010"
],
[
"_:result",
"postcode",
"cb11bg"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"Cotto"
],
[
"_:result",
"phone",
"01223302010"
],
[
"_:result",
"postcode",
"cb11bg"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/9ff6ddd6"
],
[
"_:search/9ff6ddd6",
"category",
"entertainment"
],
[
"_:search/9ff6ddd6",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"phone",
"01223302010"
],
[
"_:result",
"postcode",
"cb11bg"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/9ff6ddd6"
],
[
"_:search/9ff6ddd6",
"category",
"entertainment"
],
[
"_:search/9ff6ddd6",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_: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",
"name",
"?"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"postcode",
"cb11bg"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/9ff6ddd6"
],
[
"_:search/9ff6ddd6",
"category",
"entertainment"
],
[
"_:search/9ff6ddd6",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"cotto"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"postcode",
"cb11bg"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/9ff6ddd6"
],
[
"_:search/9ff6ddd6",
"category",
"entertainment"
],
[
"_:search/9ff6ddd6",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"departure",
"cotto"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black audi"
],
[
"_:result",
"phone",
"07911435802"
],
[
"_: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
]
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.