turns
listlengths 2
60
| dialogue_id
stringlengths 1
31
| states
listlengths 1
30
|
---|---|---|
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a place to dine in the expensive price range which serves italian ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are five what area would you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want it to be in the centre ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,food,'italian');(_:result,name,'clowns cafe');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "clowns cafe is an expensive italian restaurant in centre area . Would you like me to book it for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'11:45');(_:search,people,'five');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , thank you . A table for five at 11:45 on Wednesday ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am sorry but there are no openings at that time . Is there another time that would work for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,duration,'10:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you please try 10:45 for me ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,duration,'10:45');(_:booking,ref,'LY4LLFS1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "10:45 will work . Your reference number is LY4LLFS1 . Can I help you with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'nightclub');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I 'm also looking for a nightclub in the same area . Is there any place you recommend ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'nightclubs');(_:result,count,'5');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are five nightclubs in the centre area , do you have a preference of any kind ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "No , could you recommend me one to get jiggy at ? I 'll need the phone number , entrance fee , and postcode too please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'heidelberg gardens , lion yard');(_:result,entrance_fee,'5 pound');(_:result,name,'Ballare');(_:result,phone,'01223364222');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Ballare is available , phone number is 01223364222 , it has a 5 pound entrance fee , and is located at heidelberg gardens , lion yard ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Thanks . What is the postcode ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb23na');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their postcode is cb23na . Is there anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need . Thanks ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome . Glad I could help ."
}
] |
MUL2389.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"clowns cafe"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"five"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"clowns cafe"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"five"
],
[
"_:system",
"canthelp",
"_:booking/3a596464"
],
[
"_:booking/3a596464",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"10:45"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"clowns cafe"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"five"
],
[
"_:system",
"canthelp",
"_:booking/3a596464"
],
[
"_:booking/3a596464",
"type",
"Booking"
],
[
"_:search",
"duration",
"10:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"10:45"
],
[
"_:booking",
"ref",
"LY4LLFS1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"clowns cafe"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"five"
],
[
"_:system",
"canthelp",
"_:booking/3a596464"
],
[
"_:booking/3a596464",
"type",
"Booking"
],
[
"_:search",
"duration",
"10:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"10:45"
],
[
"_:booking",
"ref",
"LY4LLFS1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"five"
],
[
"_:system",
"canthelp",
"_:booking/3a596464"
],
[
"_:booking/3a596464",
"type",
"Booking"
],
[
"_:search",
"duration",
"10:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"10:45"
],
[
"_:booking",
"ref",
"LY4LLFS1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"address",
"heidelberg gardens , lion yard"
],
[
"_:result",
"entrance_fee",
"5 pound"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:result",
"phone",
"01223364222"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"five"
],
[
"_:system",
"canthelp",
"_:booking/3a596464"
],
[
"_:booking/3a596464",
"type",
"Booking"
],
[
"_:search",
"duration",
"10:45"
],
[
"_:booking",
"duration",
"10:45"
],
[
"_:booking",
"ref",
"LY4LLFS1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"heidelberg gardens , lion yard"
],
[
"_:result",
"entrance_fee",
"5 pound"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:result",
"phone",
"01223364222"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_: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,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hello , I would like information on museums in town"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'museums');(_:result,count,'23');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 23 museums to choose from , are you looking for one in a particular area ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Which is your favorite ? Get me their phone number , and I 'll check them out ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'museum');(_:result,name,'Cambridge and County Folk Museum');(_:result,phone,'01223355159');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "My favorite museum is the Cambridge and County Folk Museum . Their number is 01223355159 . Can I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Maybe you could give me one other option ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,name,'Museum of Archaelogy and Anthropology');(_:result,phone,'01223333516');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Sure . There 's also the Museum of Archaelogy and Anthropology , which is free . They 're phone number is 01223333516 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for your help ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting the help desk . Have a great day ."
}
] |
SNG1051.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",
"area",
"?"
],
[
"_: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"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"Cambridge and County Folk Museum"
],
[
"_:result",
"phone",
"01223355159"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"category",
"museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Museum of Archaelogy and Anthropology"
],
[
"_:result",
"phone",
"01223333516"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'cocum');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Hi I want to book a taxi from cocum leaving after 9 am ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What is your destination please ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'Cocum');(_:search,destination,\"hobson 's house\");(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'd like to go from Cocum to Hobson 's House . I also need the car type and contact number ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'white skoda');(_:result,phone,'07557776784');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Of course , your taxi is reserved , the vehicle will be a white skoda and the contact phone number is 07557776784"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much . That is all that I need today !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Goodbye !"
}
] |
SNG0010.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cocum"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"Cocum"
],
[
"_:search",
"destination",
"hobson 's house"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"Cocum"
],
[
"_:search",
"destination",
"hobson 's house"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white skoda"
],
[
"_:result",
"phone",
"07557776784"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a high scale restaurant located in the city centre ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Is there a type of cuisine you are looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , I just want an expensive place in the centre ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'33');(_:result,food,'seafood');(_:result,name,'Loch Fyne');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have about 33 different restaurants , but if you are looking for a recommendation I would say stop by Loch Fyne and try their amazing seafood !"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds lovely - what is their cuisine type ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,food,'seafood');(_:result,name,'Loch Fyne');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Loch Fyne serves wonderful seafood . Does that sound like something you 'd be interested in ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'11:15');(_:search,destination,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please but let 's put that to the side and instead find me a train to Stansted airport - preferably one that gets there by 11:15"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay , what day would you like to leave and where are you departing from ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to travel on Friday . My departure station is in Cambridge ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Would you like me to book it for you ?"
}
] |
PMUL0940.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"name",
"Loch Fyne"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"name",
"Loch Fyne"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"name",
"Loch Fyne"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am coming to Cambridge and need a place to stay . Is there a hotel in centre with free wifi ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'regent street');(_:result,name,'university arms hotel');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I recommend the university arms hotel on regent street . Would you like me to book your stay ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is that a guesthouse ? I would like to stay in a guesthouse please . It does n't need to have free parking ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'both');(_:result,category,'guesthouses');(_:result,name,'Alexander Bed and Breakfast');(_:result,name,'El Shaddai');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "No it is n't . But the Alexander Bed and Breakfast and El Shaddai are both guesthouses that fit what you are looking for . Are you interested ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'El Shaddai');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "El Shaddai sounds interesting . Can you tell me more about it ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'guesthouse');(_:result,name,'El Shaddai');(_:result,phone,'01223327978');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "El Shaddai is a cheap guesthouse in the centre of town . the phone number is 01223327978 . Can I be of further help ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'7');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please . I 'd like a reservation for 7 people for 4 nights starting on Tuesday ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'El Shaddai');(_:booking,ref,'XS30YDOA');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You 're booked at the El Shaddai , ref # XS30YDOA . Can I help you with anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nothing else . Thank you for getting us booked ."
},
{
"id": 9,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "You 're welcome . Have a great day !"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "actually , i also need a chinese restaurant ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "I can help you with that . In what area of town and price range would you like to dine ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for the south side and cheap please ."
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Lucky Star');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Lucky Star will fit your needs . Would you like me to make you a reservation ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'13:30');(_:search,people,'same group of people');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "yes the same group of people on the same day at 13:30 please , sorry for being such a pain today"
},
{
"id": 15,
"rdf-acts": [
"thank()",
"inform((_:booking,day,'Tuesday');(_:booking,duration,'13:30');(_:booking,name,'Lucky Star Restaurant');(_:booking,people,'7');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay . I have made reservations for 7 at the Lucky Star Restaurant for Tuesday at 13:30 ."
},
{
"id": 16,
"rdf-acts": [
"thank()",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you . What is the reference number ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,ref,'3GOBXA42');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : 3GOBXA42 ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Ok great , Thank you . That is all that I need ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Have a great day !"
}
] |
PMUL4358.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"address",
"regent street"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"El Shaddai"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"address",
"regent street"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"both"
],
[
"_:search",
"name",
"El Shaddai"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"phone",
"01223327978"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"address",
"regent street"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"both"
],
[
"_:search",
"name",
"El Shaddai"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"phone",
"01223327978"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"El Shaddai"
],
[
"_:booking",
"ref",
"XS30YDOA"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"address",
"regent street"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"both"
],
[
"_:search",
"name",
"El Shaddai"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"phone",
"01223327978"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"El Shaddai"
],
[
"_:booking",
"ref",
"XS30YDOA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_: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",
"has_internet",
"yes"
],
[
"_:result",
"address",
"regent street"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"both"
],
[
"_:search",
"name",
"El Shaddai"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"phone",
"01223327978"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"El Shaddai"
],
[
"_:booking",
"ref",
"XS30YDOA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"address",
"regent street"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"both"
],
[
"_:search",
"name",
"El Shaddai"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"phone",
"01223327978"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"El Shaddai"
],
[
"_:booking",
"ref",
"XS30YDOA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Lucky Star"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"address",
"regent street"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"both"
],
[
"_:search",
"name",
"El Shaddai"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"phone",
"01223327978"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"XS30YDOA"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Lucky Star"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"13:30"
],
[
"_:booking",
"name",
"Lucky Star Restaurant"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"address",
"regent street"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"both"
],
[
"_:search",
"name",
"El Shaddai"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"phone",
"01223327978"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Lucky Star"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"13:30"
],
[
"_:booking",
"name",
"Lucky Star Restaurant"
],
[
"_:booking",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"3GOBXA42"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am planning a trip in Cambridge ."
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "great , what can i help you with today ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I will be needing a place to stay on the west side of town ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'Hobsons house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Hobsons house is in the west part of town , would you like to stay there ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "get me the adress please"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'96 barton road');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure , it is : 96 barton road"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "i am also looking for a train"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What will be your departure and arrival locations ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be departing Cambridge and would like to arrive at Birmingham New Street ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are many trains that fit your request . To help narrow down the results , what day do you want to travel and when do you want to arrive ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'17:30');(_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am wanting to arrive by 17:30 and travel on a Monday ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'16:44');(_:result,id,'TR6251');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR6251 is available and arrives at 16:44 . Would you like me to book you a ticket ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes . I need 4 tickets and the reference number please . Thanks"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,leave_at,'14:01');(_:booking,ref,'7GL1FHW3');(_:booking,ticket,'300.39 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are booked and the total fee is 300.39 GBP . Your reference number is 7GL1FHW3 . The train leaves at 14:01 . Is there anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thanks that 's all i need"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome ! Bye now !"
}
] |
PMUL3282.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Hobsons house"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Hobsons house"
],
[
"_:result",
"address",
"96 barton road"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Hobsons house"
],
[
"_:result",
"address",
"96 barton road"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Hobsons house"
],
[
"_:result",
"address",
"96 barton road"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Hobsons house"
],
[
"_:result",
"address",
"96 barton road"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"arrive_by",
"16:44"
],
[
"_:result",
"id",
"TR6251"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Hobsons house"
],
[
"_:result",
"address",
"96 barton road"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"arrive_by",
"16:44"
],
[
"_:result",
"id",
"TR6251"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"14:01"
],
[
"_:booking",
"ref",
"7GL1FHW3"
],
[
"_:booking",
"ticket",
"300.39 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'golden wok');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need to find a restaurant in Cambridge called the Golden Wok please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'191 Histon Road Chesterton');(_:result,name,'Golden Wok');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have found a Golden Wok at 191 Histon Road Chesterton ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'19:30');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great , can you please book a table for 2 at 19:30 on Monday ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,day,'Monday');(_:booking,duration,'19:30');(_:booking,people,'2');(_:booking,type,'Booking');(_:result,name,'Golden Wok');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , I will book your table for 2 at the Golden Wok on Monday at 19:30 , would you like a reference number ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,duration,'18:30');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great , thank you , yes I would like a reference number . If the booking fails , I would like to try for 18:30 instead ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Monday');(_:booking,duration,'18:30');(_:booking,ref,'YT9NB9YW');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book a reservation for 18:30 on Monday . Your reference number is YT9NB9YW . Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'19:15');(_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes I need a train for Tuesday that arrives by 19:15 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where do you need this train to pick you up ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be going from cambridge to broxbourne ."
},
{
"id": 9,
"rdf-acts": [
"select((_:result,leave_at,'05:01');(_:result,leave_at,'18:01');(_:result,leave_at,'one minute after the hour every hour');(_:result,type,'Train'))",
"inform((_:result,count,'14');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have 14 trains that match your preferences , leaving one minute after the hour every hour starting at 05:01 and ending at 18:01 . Which train would you like to book ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'19:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need on that arrives by 19:15 please"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'10:01');(_:result,id,'TR7656');(_:result,leave_at,'09:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR7656 leaves at 09:01 and arrives by 10:01 . Is that okay ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes that should be fine , thank you for your help ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can do for you today ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,duration,?);(_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need the travel time and departure time of the train ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'10:01');(_:result,departure,'Cambridge');(_:result,destination,'Broxbourne');(_:result,duration,'60 minutes');(_:result,leave_at,'09:01');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The train departs Cambridge at 09:01 and the travel time is 60 minutes . Your train will arrive in Broxbourne at 10:01 . Can I help you with anything else ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,arrive_by,'19:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Actually , could you check to see if there is a train that will arrive by 19:15 rather than 10:01 . I 'd really prefer the earlier arrival ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,arrive_by,'19:01');(_:result,arrive_by,'19:15');(_:result,leave_at,'10:01');(_:result,leave_at,'19:15');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "10:01 is 9 hours,14 minutes before 19:15 , so it 's definitely an earlier train . If you would like to arrive closer to 19:15 , though , there is a train that arrives at 19:01 ."
},
{
"id": 18,
"rdf-acts": [],
"speaker": "user",
"text": "I think that could be okay"
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,arrive_by,'19:01');(_:result,id,'TR5484');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR5484 is the train that arrives by 19:01 . Would you like to book it ?"
},
{
"id": 20,
"rdf-acts": [
"request((_:result,duration,?);(_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No thank you . I just need the the departure time and the travel time , please ."
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,departure,'Cambridge');(_:result,destination,'Broxbourne');(_:result,duration,'60 minutes');(_:result,id,'TR 5484');(_:result,leave_at,'18:01');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR 5484 departs Cambridge at 18:01 and take 60 minutes to get to Broxbourne ."
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much ."
},
{
"id": 23,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else you need ?"
},
{
"id": 24,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , I think that covers everything . Thanks for all of your help ."
},
{
"id": 25,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a nice day ."
}
] |
MUL0327.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"golden wok"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"golden wok"
],
[
"_:result",
"address",
"191 Histon Road Chesterton"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"golden wok"
],
[
"_:result",
"address",
"191 Histon Road Chesterton"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"19:30"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"golden wok"
],
[
"_:result",
"address",
"191 Histon Road Chesterton"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"people",
"2"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"18:30"
],
[
"_:booking",
"ref",
"YT9NB9YW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"golden wok"
],
[
"_:result",
"address",
"191 Histon Road Chesterton"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"people",
"2"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"18:30"
],
[
"_:booking",
"ref",
"YT9NB9YW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"golden wok"
],
[
"_:result",
"address",
"191 Histon Road Chesterton"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"people",
"2"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"18:30"
],
[
"_:booking",
"ref",
"YT9NB9YW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"leave_at",
"05:01"
],
[
"_:result",
"leave_at",
"18:01"
],
[
"_:result",
"leave_at",
"one minute after the hour every hour"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"golden wok"
],
[
"_:result",
"address",
"191 Histon Road Chesterton"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"people",
"2"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"18:30"
],
[
"_:booking",
"ref",
"YT9NB9YW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"count",
"14"
],
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:01"
],
[
"_:result",
"id",
"TR7656"
],
[
"_:result",
"leave_at",
"09:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"golden wok"
],
[
"_:result",
"address",
"191 Histon Road Chesterton"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"people",
"2"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"18:30"
],
[
"_:booking",
"ref",
"YT9NB9YW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"count",
"14"
],
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:01"
],
[
"_:result",
"id",
"TR7656"
],
[
"_:result",
"leave_at",
"09:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"golden wok"
],
[
"_:result",
"address",
"191 Histon Road Chesterton"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"people",
"2"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"18:30"
],
[
"_:booking",
"ref",
"YT9NB9YW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"id",
"TR7656"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"arrive_by",
"10:01"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:result",
"duration",
"60 minutes"
],
[
"_:result",
"leave_at",
"09:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"golden wok"
],
[
"_:result",
"address",
"191 Histon Road Chesterton"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"people",
"2"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"18:30"
],
[
"_:booking",
"ref",
"YT9NB9YW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"id",
"TR7656"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:result",
"duration",
"60 minutes"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"19:01"
],
[
"_:result",
"arrive_by",
"19:15"
],
[
"_:result",
"leave_at",
"10:01"
],
[
"_:result",
"leave_at",
"19:15"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"golden wok"
],
[
"_:result",
"address",
"191 Histon Road Chesterton"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"people",
"2"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"18:30"
],
[
"_:booking",
"ref",
"YT9NB9YW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"count",
"14"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:result",
"duration",
"60 minutes"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"10:01"
],
[
"_:result",
"leave_at",
"19:15"
],
[
"_:result",
"arrive_by",
"19:01"
],
[
"_:result",
"id",
"TR5484"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"golden wok"
],
[
"_:result",
"address",
"191 Histon Road Chesterton"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"people",
"2"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"18:30"
],
[
"_:booking",
"ref",
"YT9NB9YW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"count",
"14"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"19:01"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:result",
"duration",
"60 minutes"
],
[
"_:result",
"id",
"TR 5484"
],
[
"_:result",
"leave_at",
"18:01"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"golden wok"
],
[
"_:result",
"address",
"191 Histon Road Chesterton"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"people",
"2"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"18:30"
],
[
"_:booking",
"ref",
"YT9NB9YW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"count",
"14"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"19:01"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:result",
"duration",
"60 minutes"
],
[
"_:result",
"id",
"TR 5484"
],
[
"_:result",
"leave_at",
"18:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a certain cool place to go in town . Could you help me narrow it down ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , are you looking for an attraction in a particular area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes . I 'd like the attraction to be located in the Centre ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,category,?);(_:search,name,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'center');(_:result,count,'79');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 79 attractions in the center . Are you looking for something in particular ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'theatre');(_:search,type,'Attraction'))",
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Ah , so sorry , I am looking for a theatre . And if you could tell me about any entrance fees ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'theatre');(_:result,count,'4');(_:result,entrance_fee,'there is no information available on their entrance fees');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "There are four theatre 's in the centre of town . I am sorry but there is no information available on their entrance fees . Would you like more information on one of them ."
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Are you absolutely sure ? Usually there 's some kind of indication about cost of entry ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'adc theatre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Okay can I recommend adc theatre then ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay . I also need a place to stay that is cheap and includes free parking ."
},
{
"id": 9,
"rdf-acts": [
"select((_:result,name,'Alexander bed and breakfast');(_:result,name,'el shaddai');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Alexander bed and breakfast and el shaddai are in the centre area . Would you like a room booked in either one of those ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'7');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please . Can you book that for 3 nights starting Friday for 7 people ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'2CBG2VCY');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes ! I have a booking with a reference number for you and it is 2CBG2VCY ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much . That was all I needed ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , let me know if I can assist with anything else ."
}
] |
PMUL2777.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"count",
"79"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"entrance_fee",
"there is no information available on their entrance fees"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"entrance_fee",
"there is no information available on their entrance fees"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"adc theatre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"entrance_fee",
"there is no information available on their entrance fees"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"entrance_fee",
"there is no information available on their entrance fees"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"2CBG2VCY"
],
[
"_: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,'theater');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a place to go in the centre of town that is a theater ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'ADC Theatre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "ADC Theatre is in the centre of town ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you give me their phone number and postcode ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223300085');(_:result,postcode,'cb58as');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Sure ! Their phone number is 01223300085 and postcode is cb58as ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,name,'alexander bed and breakfast');(_:search,type,'Hotel'))",
"request((_:result,has_parking,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Do you know if Alexander bed and breakfast offers free parking ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_parking,'none');(_:result,name,'Alexander');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes I can confirm the Alexander offers parking . Would you like me to book you a reservation there ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks , I was just looking for information . I think that takes care of everything I needed . Thanks for the help ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , great !"
}
] |
MUL1004.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"theater"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"theater"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"ADC Theatre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"theater"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"ADC Theatre"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"theater"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Alexander"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hello ! I am looking for an expensive guesthouse type hotel . Any ideals ?"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,area,'Cambridge');(_:search,category,'guesthouses');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Sorry , but none of the guesthouses in Cambridge fall into the expensive price range ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a guesthouse with free parking and a 4 star rating ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have many options . What area of town would you like ? That should help me narrow it down ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The area does n't matter , but are any of them considered cheap ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,category,'guesthouses');(_:result,count,'7');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , there are 7 cheap guesthouses in that area . Were you looking for any other specific requirements ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "recommend any and find me its postcode"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'Allenbell');(_:result,postcode,'cb13js');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Allenbell . Postcode is cb13js . Is there anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'm also looking for a Chinese place in the south ? Do you know of anything ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,count,'3');(_:result,food,'Chinese');(_:result,name,'Good Luck Chinese Food Takeaway');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are three Chinese restaurants in the south , may I recommend The Good Luck Chinese Food Takeaway ? They are a price range of expensive ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need the price to be the same as the hotel , so I need a cheap restaurant as well . Are there any that fit this criteria ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , what kind of food are you looking for ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I feel like chinese would be good ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "I would like to get a table at \" the lucky star \" ."
}
] |
PMUL0473.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/5c92edc5"
],
[
"_:search/5c92edc5",
"area",
"Cambridge"
],
[
"_:search/5c92edc5",
"category",
"guesthouses"
],
[
"_:search/5c92edc5",
"pricerange",
"expensive"
],
[
"_:search/5c92edc5",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/5c92edc5"
],
[
"_:search/5c92edc5",
"area",
"Cambridge"
],
[
"_:search/5c92edc5",
"category",
"guesthouses"
],
[
"_:search/5c92edc5",
"pricerange",
"expensive"
],
[
"_:search/5c92edc5",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/5c92edc5"
],
[
"_:search/5c92edc5",
"area",
"Cambridge"
],
[
"_:search/5c92edc5",
"category",
"guesthouses"
],
[
"_:search/5c92edc5",
"pricerange",
"expensive"
],
[
"_:search/5c92edc5",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/5c92edc5"
],
[
"_:search/5c92edc5",
"area",
"Cambridge"
],
[
"_:search/5c92edc5",
"category",
"guesthouses"
],
[
"_:search/5c92edc5",
"pricerange",
"expensive"
],
[
"_:search/5c92edc5",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"postcode",
"cb13js"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/5c92edc5"
],
[
"_:search/5c92edc5",
"area",
"Cambridge"
],
[
"_:search/5c92edc5",
"category",
"guesthouses"
],
[
"_:search/5c92edc5",
"pricerange",
"expensive"
],
[
"_:search/5c92edc5",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"postcode",
"cb13js"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Good Luck Chinese Food Takeaway"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/5c92edc5"
],
[
"_:search/5c92edc5",
"area",
"Cambridge"
],
[
"_:search/5c92edc5",
"category",
"guesthouses"
],
[
"_:search/5c92edc5",
"pricerange",
"expensive"
],
[
"_:search/5c92edc5",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"postcode",
"cb13js"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Good Luck Chinese Food Takeaway"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a place to stay in the east part of town"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Okay , I can help with that . What is your price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'no');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Cheap please , and it does n't need free parking ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,name,'allenbell');(_:result,name,'autumn house');(_:result,name,'leverton house');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The allenbell , autumn house and leverton house fit your needs . Do you have a preference ? I 'd be happy to book a reservation ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No thank you I just need the information for the hotel please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'517a coldham lane');(_:result,address,'710 newmarket road');(_:result,address,'732 - 734 newmarket road');(_:result,name,'allenbell');(_:result,name,'autumn house');(_:result,name,'leverton house');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The allenbell located 517a coldham lane , autumn house located 710 newmarket road and leverton house located 732 - 734 newmarket road . May i help you with anything else ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'2');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I will need a reservation afterall . Could you book it for 2 people starting Friday for 2 nights ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,name,'allenbell');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , do you want me to book the allenbell then ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'autumn house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The Autumn House , please ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "No matching records found would you like to try another ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'15:30');(_:search,people,'same group of people');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Once you find the restaurant you want to book a table for the same group of people at 15:30 on the same day ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I can definitely help you book a restaurant . In what area do you prefer ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "The same one as the hotel please ."
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Grafton Hotel Restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have found the Grafton Hotel Restaurant that meets your requirements . Would you like your reservations made for there ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'15:30');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes I need a table for 2 Friday at 15:30 ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'LMTYIDSX');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your table is booked , ref # LMTYIDSX . Is there anything else I can help you with today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "You covered everything , thank you ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you and have a great time in our great city !"
}
] |
PMUL0454.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:result",
"name",
"autumn house"
],
[
"_:result",
"name",
"leverton house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"address",
"710 newmarket road"
],
[
"_:result",
"address",
"732 - 734 newmarket road"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:result",
"name",
"autumn house"
],
[
"_:result",
"name",
"leverton house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"address",
"710 newmarket road"
],
[
"_:result",
"address",
"732 - 734 newmarket road"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:result",
"name",
"autumn house"
],
[
"_:result",
"name",
"leverton house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"name",
"allenbell"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"autumn house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"address",
"710 newmarket road"
],
[
"_:result",
"address",
"732 - 734 newmarket road"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:result",
"name",
"autumn house"
],
[
"_:result",
"name",
"leverton house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"name",
"allenbell"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"autumn house"
],
[
"_:system",
"canthelp",
"_:search/a8004d71"
],
[
"_:search/a8004d71",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"address",
"710 newmarket road"
],
[
"_:result",
"address",
"732 - 734 newmarket road"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:result",
"name",
"autumn house"
],
[
"_:result",
"name",
"leverton house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"name",
"allenbell"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"autumn house"
],
[
"_:system",
"canthelp",
"_:search/a8004d71"
],
[
"_:search/a8004d71",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"address",
"710 newmarket road"
],
[
"_:result",
"address",
"732 - 734 newmarket road"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"name",
"allenbell"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"autumn house"
],
[
"_:system",
"canthelp",
"_:search/a8004d71"
],
[
"_:search/a8004d71",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"name",
"Grafton Hotel Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"address",
"710 newmarket road"
],
[
"_:result",
"address",
"732 - 734 newmarket road"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"name",
"allenbell"
],
[
"_:search",
"name",
"autumn house"
],
[
"_:system",
"canthelp",
"_:search/a8004d71"
],
[
"_:search/a8004d71",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"name",
"Grafton Hotel Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"LMTYIDSX"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))",
"request((_:result,name,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a specific restaurant . I 'll give you the name when you 're ready ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Provide the name please ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'16:15');(_:search,name,'Cambridge Chop House');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like to book a table at the Cambridge Chop House . 5 people at 16:15 on Wednesday , please ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'SMCI33OO');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : SMCI33OO . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'10:00');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need to book a train that is going to Cambridge that will arrive by 10:00 ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "You 'll have to provide me your departure site and the day you will be traveling ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'10:00');(_:search,day,'wednesday');(_:search,departure,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be leaving from Bishops Stortford on Wednesday and would like to arrive by 10:00 ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,arrive_by,'6:07');(_:result,arrive_by,'8:07');(_:result,type,'Train'))",
"inform((_:result,count,'2');(_:result,departure,'bishops stortford');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are two trains departing bishops stortford that arrive before 10:00 . They arrive at 6:07 and 8:07 , which would you prefer ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll go with the one that arrives by 8:07 . I 'll need 5 tickets ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'GAROAKSU');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You 're all booked . Reference number GAROAKSU ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for the help ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling in . Have a nice day !"
}
] |
PMUL0978.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"name",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"name",
"Cambridge Chop House"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"name",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"name",
"Cambridge Chop House"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"SMCI33OO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"name",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"name",
"Cambridge Chop House"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"SMCI33OO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"name",
"?"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"name",
"Cambridge Chop House"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"SMCI33OO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:result",
"arrive_by",
"6:07"
],
[
"_:result",
"arrive_by",
"8:07"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"departure",
"bishops stortford"
],
[
"_: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": [
[
"_:result",
"name",
"?"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"name",
"Cambridge Chop House"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:result",
"arrive_by",
"6:07"
],
[
"_:result",
"arrive_by",
"8:07"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"departure",
"bishops stortford"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"GAROAKSU"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,\"saint john 's college\");(_:search,leave_at,'18:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm at Saint John 's College . I need a taxi to pick me up at 18:45 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Absolutely . Where will be you going ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'la margherita');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm going to la margherita ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'blue skoda');(_:result,phone,'07101981582');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay great , I have you a blue skoda booked and your contact number is 07101981582 ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks so much that sounds perfect . Have a great day :)"
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "We are happy to help . Do you need any further assistance ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all for now . Thanks , again . Goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for using Cambridge TownInfo Centre . Bye !"
}
] |
SNG01889.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"saint john 's college"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"saint john 's college"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:search",
"destination",
"la margherita"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"saint john 's college"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:search",
"destination",
"la margherita"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue skoda"
],
[
"_:result",
"phone",
"07101981582"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"saint john 's college"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:search",
"destination",
"la margherita"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue skoda"
],
[
"_:result",
"phone",
"07101981582"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,leave_at,'08:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Is there a train that leaves after 08:15 on wednesday ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What is your destination station ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'leicester');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm going from Leicester to Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'10:54');(_:result,id,'TR1672');(_:result,leave_at,'09:09');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR1672 departs at 09:09 and arrives by 10:54 . Would you like a ticket ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , please book it ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Will I be booking just one seat or do you require multiple seats on the train ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Train'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Just 1 seat . I 'll need the price ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,ticket,'37.80 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It costs 37.80 pounds . If that 's acceptable to you , I 'll go ahead and book it for you ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , that wo n't be necessary . Can you also help me find a place to stay at ?"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "system",
"text": "sure , do you know what you 're looking for ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "free parking and very expensive money is no object located in the north"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'North');(_:result,name,'Ashley Hotel');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ashley Hotel is moderately priced and in the North . Would you like me to book this hotel for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,people,'7');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I 'll need a room for 7 people for 3 nights on the same day ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,people,'7');(_:booking,ref,'QF2DZGMA');(_:booking,stay,'3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your hotel booking was successful . Your reference number for your 3 night stay for 7 people is QF2DZGMA ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thanks ! I do n't need anything else . Take care . Goodbye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for using our services today . Goodbye"
}
] |
PMUL1841.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"08:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"08:15"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"08:15"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:54"
],
[
"_:result",
"id",
"TR1672"
],
[
"_:result",
"leave_at",
"09:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"08:15"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:54"
],
[
"_:result",
"id",
"TR1672"
],
[
"_:result",
"leave_at",
"09:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"08:15"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:54"
],
[
"_:result",
"id",
"TR1672"
],
[
"_:result",
"leave_at",
"09:09"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"08:15"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:54"
],
[
"_:result",
"id",
"TR1672"
],
[
"_:result",
"leave_at",
"09:09"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"08:15"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:54"
],
[
"_:result",
"id",
"TR1672"
],
[
"_:result",
"leave_at",
"09:09"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"08:15"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:54"
],
[
"_:result",
"id",
"TR1672"
],
[
"_:result",
"leave_at",
"09:09"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"QF2DZGMA"
],
[
"_: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,name,\"saint john 's college\");(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for information on Saint John 's College ."
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,\"saint john 's street\");(_:result,entrance_fee,'2.50 pounds');(_:result,name,\"St John 's college\");(_:result,phone,'01223338600');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes St John 's college is located at \t saint john 's street and their telephone number is 01223338600 . It costs 2.50 pounds to enter . Anything else ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you tell me what area it is located in ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,name,\"St John 's\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes St John 's is located in the city center ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))",
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I need the address and entrance fee as well . Also can you help me find a hotel with free parking in the moderate price range ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,address,\"st . john 's st.,postcode\");(_:result,category,'hotels');(_:result,count,'14');(_:result,entrance_fee,'2.50p.');(_:result,name,'St . Johns');(_:result,postcode,'cb21tp');(_:result,type,'Attraction');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The address for St . Johns is St . John 's St.,postcode cb21tp . There is an entrance fee of 2.50P. You have 14 choices of hotels , is there a specific area you prefer ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,stars,'3');(_:search,type,'Hotel'))",
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm not concerned about the area , but I 'd like it to include free parking and wifi and have a 3 star rating please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'Bridge Guest House');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'south');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Bridge Guest House meets those criteria . It is located in the south . Would you like for me to book it for you ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "That wo n't be necessary . I just need the address ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'151 Hills Road');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The address is 151 Hills Road . Anything else I can do for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'4:15');(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'd like to book a taxi between Saint John 's College and the hotel , leaving the hotel at 4:15 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'black Volkswagen');(_:result,departure,'Bridge Guest House');(_:result,leave_at,'4:15pm');(_:result,phone,'07240037071');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Okay , I 've booked a taxi for you at 4:15pm at the Bridge Guest House . It will be a black Volkswagen . The number is 07240037071 . Anything else I can help with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's literally every thing I needed today . You 've been amazing , thank you so much !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Have a safe trip !"
}
] |
MUL1005.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"saint john 's college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"saint john 's college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"saint john 's street"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"name",
"St John 's college"
],
[
"_:result",
"phone",
"01223338600"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"saint john 's college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"saint john 's street"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"phone",
"01223338600"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"St John 's"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"saint john 's college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223338600"
],
[
"_:result",
"area",
"center"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"st . john 's st.,postcode"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"entrance_fee",
"2.50p."
],
[
"_:result",
"name",
"St . Johns"
],
[
"_:result",
"postcode",
"cb21tp"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"saint john 's college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223338600"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"st . john 's st.,postcode"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"entrance_fee",
"2.50p."
],
[
"_:result",
"postcode",
"cb21tp"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Bridge Guest House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"saint john 's college"
],
[
"_:result",
"phone",
"01223338600"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"entrance_fee",
"2.50p."
],
[
"_:result",
"postcode",
"cb21tp"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"Bridge Guest House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"address",
"151 Hills Road"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"4:15"
],
[
"_: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",
"saint john 's college"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"entrance_fee",
"2.50p."
],
[
"_:result",
"postcode",
"cb21tp"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"Bridge Guest House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"address",
"151 Hills Road"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"4:15"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black Volkswagen"
],
[
"_:result",
"departure",
"Bridge Guest House"
],
[
"_:result",
"leave_at",
"4:15pm"
],
[
"_:result",
"phone",
"07240037071"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please help me find a moderately priced restaurant located in the centre . Thanks ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'british');(_:result,name,'Colto');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "how about Colto , it serves british food , is in the city centre and is moderately priced"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'same price range and area');(_:search,food,'turkish');(_:search,pricerange,'same price range');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No thanks , is there any turkish restaurants in the same price range and area ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,name,'Anatolia');(_:result,name,'Efes Restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , there are 2 restaurants that fit that criteria , Anatolia and Efes Restaurant ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "give me its address , phone number , and postcode please"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'30 bridge street city centre');(_:result,address,'king street city centre');(_:result,name,'Anatolia');(_:result,name,'Efes');(_:result,phone,'01223362372');(_:result,phone,'01223500005');(_:result,postcode,'cb11ln');(_:result,postcode,'cb21uj');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Anatolia is at 30 bridge street city centre , 01223362372 and postcode is cb21uj . efes is at king street city centre . Phone is 01223500005 and postcode is cb11ln ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you . I also need a train going to London Liverpool Street please"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day were you looking to travel ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'18:00');(_:search,day,'friday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to travel on Friday , departing from cambridge and arriving by 18:00 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'17:27');(_:result,id,'TR9956');(_:result,leave_at,'15:59');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , the TR9956 leaves at 15:59 and arrives by 17:27 . Would you like me to book a reservation for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'three');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "yes please and make them three tickets"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'O2OFXV6A');(_:booking,ticket,'49.8 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 49.8 GBP payable at the station . Reference number is : O2OFXV6A . Is there anything else I can assist you with today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I needed today thank you ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "enjoy your stay in Cambridge !"
}
] |
PMUL0862.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": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"Colto"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"same price range and area"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"same price range and area"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Anatolia"
],
[
"_:result",
"name",
"Efes Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"same price range and area"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"address",
"30 bridge street city centre"
],
[
"_:result",
"address",
"king street city centre"
],
[
"_:result",
"name",
"Anatolia"
],
[
"_:result",
"name",
"Efes"
],
[
"_:result",
"phone",
"01223362372"
],
[
"_:result",
"phone",
"01223500005"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:result",
"postcode",
"cb21uj"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"same price range and area"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"address",
"30 bridge street city centre"
],
[
"_:result",
"address",
"king street city centre"
],
[
"_:result",
"name",
"Anatolia"
],
[
"_:result",
"name",
"Efes"
],
[
"_:result",
"phone",
"01223362372"
],
[
"_:result",
"phone",
"01223500005"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:result",
"postcode",
"cb21uj"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"same price range and area"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"address",
"30 bridge street city centre"
],
[
"_:result",
"address",
"king street city centre"
],
[
"_:result",
"name",
"Anatolia"
],
[
"_:result",
"name",
"Efes"
],
[
"_:result",
"phone",
"01223362372"
],
[
"_:result",
"phone",
"01223500005"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:result",
"postcode",
"cb21uj"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"17:27"
],
[
"_:result",
"id",
"TR9956"
],
[
"_:result",
"leave_at",
"15:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"same price range and area"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"address",
"30 bridge street city centre"
],
[
"_:result",
"address",
"king street city centre"
],
[
"_:result",
"name",
"Anatolia"
],
[
"_:result",
"name",
"Efes"
],
[
"_:result",
"phone",
"01223362372"
],
[
"_:result",
"phone",
"01223500005"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:result",
"postcode",
"cb21uj"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"17:27"
],
[
"_:result",
"id",
"TR9956"
],
[
"_:result",
"leave_at",
"15:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"O2OFXV6A"
],
[
"_:booking",
"ticket",
"49.8 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'Parkside Police Station');(_:search,type,'Police'))"
],
"speaker": "user",
"text": "I am looking for the Parkside Police Station ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,phone,'01223358966');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "Their number is 01223358966 . Do you need assistance ? Has a crime occured ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "I only needed the phone number . Thank you !"
},
{
"id": 3,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else that I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that was all I needed , thank you so much ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "So glad we could be of service today . Enjoy your time in Cambridge !"
}
] |
SNG0123.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",
"phone",
"01223358966"
],
[
"_:result",
"type",
"Police"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:search",
"type",
"Police"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"type",
"Police"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a moderately price British restaurant ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,area,'center');(_:result,area,'west');(_:result,type,'Restaurant'))",
"inform((_:result,count,'5');(_:result,food,'British');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I found 5 moderately priced British restaurants . Would you prefer the center or west part of town ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "The restaurant should be in the centre ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'6 Lensfield Road');(_:result,name,'Oak Bistro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have found The Oak Bistro . It is located at 6 Lensfield Road ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'14:30');(_:search,people,'4');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds good . Can you book it for 4 people at 14:30 on saturday ? I 'll need the reference number ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'WAU3QQKF');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked the table for you ; it will be reserved for 15 minutes . The reference number is WAU3QQKF ."
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Can you hold the reservation for 30 minutes instead ?"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry our system does n't offer that choice , would you like the phone number ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No that 's okay but I am looking for a hotel in the same area as the restaurant can you please help ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'center');(_:result,count,'5');(_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are five hotels in the center of town that range from cheap to expensive . What kind of place are you looking for ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for an expensive hotel ."
},
{
"id": 11,
"rdf-acts": [
"select((_:result,name,'Gonville');(_:result,name,'University Arms');(_:result,type,'Hotel'))",
"inform((_:result,area,'centre');(_:result,category,'hotels');(_:result,count,'2');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are two expensive hotels in the centre of town . The Gonville and University Arms . Which would you prefer ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am actually looking for a moderately priced hotel and I will need free wifi ."
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'hotel');(_:result,name,'Cityroomz');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Cityroomz is the only hotel that fits that description , would this work for you ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'4');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , that works . I 'd like to book for 4 people for 5 nights , starting on Saturday , please ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,ref,'M6OWA41B');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok , all booked , your reference number is M6OWA41B ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you . I will also need a taxi to to from the hotel to the restaurant ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,departure,'hotel');(_:result,destination,'restaurant');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Ok , I 've booked you a taxi from your hotel to your restaurant . It will get you there before your reservation time ."
},
{
"id": 18,
"rdf-acts": [
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "One last thing . May I have their contact number and car type please ?"
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,car,'yellow ford');(_:result,phone,'07171167823');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "The contact number is 07171167823 and it is a yellow ford . Is there anything else I can help you with today ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that was it . Thank you so much ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Enjoy your visit ."
}
] |
MUL0158.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:result",
"name",
"Oak Bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:result",
"name",
"Oak Bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"WAU3QQKF"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:result",
"name",
"Oak Bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"WAU3QQKF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/09cf27af"
],
[
"_:booking/09cf27af",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:result",
"name",
"Oak Bistro"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"WAU3QQKF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/09cf27af"
],
[
"_:booking/09cf27af",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"WAU3QQKF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/09cf27af"
],
[
"_:booking/09cf27af",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"name",
"Gonville"
],
[
"_:result",
"name",
"University Arms"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"WAU3QQKF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/09cf27af"
],
[
"_:booking/09cf27af",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/09cf27af"
],
[
"_:booking/09cf27af",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"M6OWA41B"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/09cf27af"
],
[
"_:booking/09cf27af",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"M6OWA41B"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"departure",
"hotel"
],
[
"_:result",
"destination",
"restaurant"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/09cf27af"
],
[
"_:booking/09cf27af",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"M6OWA41B"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"departure",
"hotel"
],
[
"_:result",
"destination",
"restaurant"
],
[
"_:result",
"car",
"yellow ford"
],
[
"_:result",
"phone",
"07171167823"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a place to stay . I would like a 4 star place in the east area ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'6');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure we have 6 places , do you have any other preferences ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I 'd like a place that includes free wifi and it should be a hotel ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'all');(_:result,area,'east');(_:result,category,'guesthouses');(_:result,stars,'4-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm afraid all of our 4-star accommodations in the east are guesthouses . Would one of those suit you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , it would not . What do you have in the west area ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,category,'hotels');(_:result,count,'2');(_:result,name,'Cambridge Belfry');(_:result,name,'Huntingdon Marriott');(_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,stars,'4-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "In the west I have two 4-star hotels - the cheap Cambridge Belfry and the expensive Huntingdon Marriott ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'dontcare');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hmm , I think we are getting confused on what I need . I really need to find a hotel with 4 stars in the east . Or a guesthouse will do also ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'allenbell');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I think allenbell would suit you well . Would you like more information ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,has_parking,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))",
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Could I get the postcode , phone number and whether they have free parking ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_parking,'none');(_:result,name,\"Allenbell 's\");(_:result,phone,'01223210353');(_:result,postcode,'cb13js');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Allenbell 's postcode is cb13js . Their phone number is 01223210353 and yes they do have free parking . Would you like to book this one ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thanks . I also need an attraction to visit in the college category . Any suggestions ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'east');(_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "there are no colleges in the east , can i look somewhere else ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes I would like to go to a college regardless of the area ."
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry , we do not have any college listings ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Okay , what about Museums in the east ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,category,'museums');(_:result,count,'4');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 4 museums in the east . Any preferences ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Please check again for a college in any area ."
},
{
"id": 17,
"rdf-acts": [
"request((_:search,entrance_fee,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'A majority');(_:result,area,'centre');(_:result,category,'colleges');(_:result,entrance_fee,'not all of them have free admission');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "A majority of our colleges are in the centre , but not all of them have free admission , are you looking for one with no entrance fee ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "The centre is fine and free would be great !"
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,address,\"Saint Andrew 's Street\");(_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,\"Christ 's College\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There 's Christ 's College on Saint Andrew 's Street . It 's in the centre and free . Are you interested ?"
},
{
"id": 20,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes . Can I get the postcode ?"
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,address,'trinity street');(_:result,name,'Gonville and Caius college');(_:result,postcode,'cb21ta');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Gonville and Caius college is quite interesting . Their post code is cb21ta . Their address is trinity street ."
},
{
"id": 22,
"rdf-acts": [
"inform((_:search,departure,'the guesthouse');(_:search,destination,'the attraction');(_:search,leave_at,'24:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thanks , I will need a taxi from the guesthouse to the attraction . I 'd like to leave the guesthouse by 24:30 ."
},
{
"id": 23,
"rdf-acts": [
"inform((_:result,car,'grey Toyota');(_:result,departure,'Allenbell');(_:result,leave_at,'24:30');(_:result,phone,'07330473463');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Alright , got you a grey Toyota taxi to pick you up from the Allenbell at 24:30 . Contact number is 07330473463 . Anything else I can do for you ?"
},
{
"id": 24,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much ."
},
{
"id": 25,
"rdf-acts": null,
"speaker": "system",
"text": "Okay great , have a good night !"
}
] |
MUL2560.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"name",
"Huntingdon Marriott"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Allenbell 's"
],
[
"_:result",
"phone",
"01223210353"
],
[
"_:result",
"postcode",
"cb13js"
],
[
"_:result",
"type",
"Hotel"
],
[
"_: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",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Allenbell 's"
],
[
"_:result",
"phone",
"01223210353"
],
[
"_:result",
"postcode",
"cb13js"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/71bcb800"
],
[
"_:search/71bcb800",
"area",
"east"
],
[
"_:search/71bcb800",
"category",
"colleges"
],
[
"_:search/71bcb800",
"type",
"Attraction"
],
[
"_:search",
"area",
"dontcare"
],
[
"_: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",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Allenbell 's"
],
[
"_:result",
"phone",
"01223210353"
],
[
"_:result",
"postcode",
"cb13js"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/71bcb800"
],
[
"_:search/71bcb800",
"area",
"east"
],
[
"_:search/71bcb800",
"category",
"colleges"
],
[
"_:search/71bcb800",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/71106a61"
],
[
"_:search/71106a61",
"category",
"college"
],
[
"_:search/71106a61",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"museums"
],
[
"_: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_internet",
"yes"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Allenbell 's"
],
[
"_:result",
"phone",
"01223210353"
],
[
"_:result",
"postcode",
"cb13js"
],
[
"_:system",
"canthelp",
"_:search/71bcb800"
],
[
"_:search/71bcb800",
"area",
"east"
],
[
"_:search/71bcb800",
"category",
"colleges"
],
[
"_:search/71bcb800",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/71106a61"
],
[
"_:search/71106a61",
"category",
"college"
],
[
"_:search/71106a61",
"type",
"Attraction"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Allenbell 's"
],
[
"_:result",
"phone",
"01223210353"
],
[
"_:result",
"postcode",
"cb13js"
],
[
"_:system",
"canthelp",
"_:search/71bcb800"
],
[
"_:search/71bcb800",
"area",
"east"
],
[
"_:search/71bcb800",
"category",
"colleges"
],
[
"_:search/71bcb800",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/71106a61"
],
[
"_:search/71106a61",
"category",
"college"
],
[
"_:search/71106a61",
"type",
"Attraction"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"amount",
"A majority"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"not all of them have free admission"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"phone",
"01223210353"
],
[
"_:result",
"postcode",
"cb13js"
],
[
"_:system",
"canthelp",
"_:search/71bcb800"
],
[
"_:search/71bcb800",
"area",
"east"
],
[
"_:search/71bcb800",
"category",
"colleges"
],
[
"_:search/71bcb800",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/71106a61"
],
[
"_:search/71106a61",
"category",
"college"
],
[
"_:search/71106a61",
"type",
"Attraction"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"amount",
"A majority"
],
[
"_:result",
"category",
"colleges"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Saint Andrew 's Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"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",
"has_internet",
"yes"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"phone",
"01223210353"
],
[
"_:system",
"canthelp",
"_:search/71bcb800"
],
[
"_:search/71bcb800",
"area",
"east"
],
[
"_:search/71bcb800",
"category",
"colleges"
],
[
"_:search/71bcb800",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/71106a61"
],
[
"_:search/71106a61",
"category",
"college"
],
[
"_:search/71106a61",
"type",
"Attraction"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"amount",
"A majority"
],
[
"_:result",
"category",
"colleges"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"trinity street"
],
[
"_:result",
"name",
"Gonville and Caius college"
],
[
"_:result",
"postcode",
"cb21ta"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the guesthouse"
],
[
"_:search",
"destination",
"the attraction"
],
[
"_:search",
"leave_at",
"24:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:system",
"canthelp",
"_:search/71bcb800"
],
[
"_:search/71bcb800",
"area",
"east"
],
[
"_:search/71bcb800",
"category",
"colleges"
],
[
"_:search/71bcb800",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/71106a61"
],
[
"_:search/71106a61",
"category",
"college"
],
[
"_:search/71106a61",
"type",
"Attraction"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"amount",
"A majority"
],
[
"_:result",
"category",
"colleges"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"trinity street"
],
[
"_:result",
"name",
"Gonville and Caius college"
],
[
"_:result",
"postcode",
"cb21ta"
],
[
"_:search",
"departure",
"the guesthouse"
],
[
"_:search",
"destination",
"the attraction"
],
[
"_:search",
"leave_at",
"24:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey Toyota"
],
[
"_:result",
"departure",
"Allenbell"
],
[
"_:result",
"leave_at",
"24:30"
],
[
"_:result",
"phone",
"07330473463"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for information in Cambridge . looking for a restaurant ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , what kind of restaurant ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "It does n't matter but it should be expensive and it should be in the centre ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Do you have any cuisine preferences ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , we would like American type food ."
},
{
"id": 5,
"rdf-acts": [
"select((_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We actually have different categories of american food -- latin american , modern american , north american , and \" the americas . \" Which of these would you prefer ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "How about latin america ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry . I have no results that meet your criteria . Would you like to try a different food type , price range , or area ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about North American cuisine instead ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'center');(_:result,name,'Gourmet Burger Kitchen');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Gourmet Burger Kitchen is expensive and in the center . Would you like to book a table ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'16:45');(_:search,people,'7');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please , for Thursday , 7 people at 16:45 . I also need a reference number ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'2FX5XCUM');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : 2FX5XCUM . is there anything else i could help you with ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train . Going to Ely Friday ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay and what time would you like to arrive ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'21:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to depart Cambridge after 21:30 ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,day,'Friday');(_:result,departure,'Cambridge');(_:result,duration,'17 minutes');(_:result,id,'TR9842');(_:result,leave_at,'21:50');(_:result,ticket,'4.40 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The train TR9842 is leaving Cambridge on Friday at 21:50 . The cost is only 4.40 pounds and the travel time is 17 minutes . Would you like me to book ?"
},
{
"id": 16,
"rdf-acts": [],
"speaker": "user",
"text": "Yes please book that for me ."
},
{
"id": 17,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'ZC86HRQ4');(_: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 : ZC86HRQ4 . is there anthing else i can do ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I will need . Thank you ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "excellent , have a great day !"
}
] |
PMUL4848.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/359a110d"
],
[
"_:search/359a110d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/359a110d"
],
[
"_:search/359a110d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Gourmet Burger Kitchen"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/359a110d"
],
[
"_:search/359a110d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Gourmet Burger Kitchen"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"2FX5XCUM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/359a110d"
],
[
"_:search/359a110d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Gourmet Burger Kitchen"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"2FX5XCUM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_: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": [
[
"_:result",
"food",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/359a110d"
],
[
"_:search/359a110d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Gourmet Burger Kitchen"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"2FX5XCUM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"id",
"TR9842"
],
[
"_:result",
"leave_at",
"21:50"
],
[
"_:result",
"ticket",
"4.40 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/359a110d"
],
[
"_:search/359a110d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Gourmet Burger Kitchen"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"id",
"TR9842"
],
[
"_:result",
"leave_at",
"21:50"
],
[
"_:result",
"ticket",
"4.40 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"ZC86HRQ4"
],
[
"_:booking",
"ticket",
"4.4 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Is there any place to go swimming here ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'jesus green outdoor pool');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "We have that ! How about jesus green outdoor pool in the north . Sound fun ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'swimming pool');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That does sound fun , but I 'm looking for a swimming pool in the east . May I please have the entrance fee and address for one ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'pool way , whitehill road , off newmarket road');(_:result,area,'east');(_:result,entrance_fee,\"is n't listed\");(_:result,name,'abbey pool and astroturf pitch');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "abbey pool and astroturf pitch is in the east , the address is pool way , whitehill road , off newmarket road and the entrance fee is n't listed I 'm afraid ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Do you have a phone number for them ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'01223902088');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "That I do : 01223902088 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'09:45');(_:search,day,'sunday');(_:search,departure,'london liverpool street');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train from London Liverpool Street to Cambridge on Sunday . I need to arrive by 09:45 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,id,'TR8580');(_:result,leave_at,'23:39');(_:result,ticket,'13.28 pounds.can');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR8580 leaves 23:39 and costs 13.28 pounds.can we book ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the travel time ?"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "The travel time is 88 minutes . Can I book seats ? Is there anything else I can help you with today ?"
}
] |
PMUL1097.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"jesus green outdoor pool"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"pool way , whitehill road , off newmarket road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"entrance_fee",
"is n't listed"
],
[
"_:result",
"name",
"abbey pool and astroturf pitch"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"address",
"pool way , whitehill road , off newmarket road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"entrance_fee",
"is n't listed"
],
[
"_:result",
"name",
"abbey pool and astroturf pitch"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"address",
"pool way , whitehill road , off newmarket road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"entrance_fee",
"is n't listed"
],
[
"_:result",
"name",
"abbey pool and astroturf pitch"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR8580"
],
[
"_:result",
"leave_at",
"23:39"
],
[
"_:result",
"ticket",
"13.28 pounds.can"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you help me out with a taxi booking ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Sure ! when would you like to arrive ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,leave_at,'18:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to leave after 18:15 ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay , no problem at all . What are your pickup and dropoff locations ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'bridge guest house');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to be dropped off at bridge guest house ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "And where will you be picked up from ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'the cambridge corn exchange');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to be picked up from The Cambridge Corn Exchange ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,car,'blue Toyota');(_:result,phone,'07852954476');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Your taxi has been booked . Look for a blue Toyota . The contact number is 07852954476 . Anything else ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that 's all thank you Goodbye"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome . Please let us know if we can be of further assistance ."
}
] |
SNG01510.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"bridge guest house"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"destination",
"bridge guest house"
],
[
"_:search",
"departure",
"the cambridge corn exchange"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"destination",
"bridge guest house"
],
[
"_:search",
"departure",
"the cambridge corn exchange"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue Toyota"
],
[
"_:result",
"phone",
"07852954476"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'asian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to find out more about places to dine in the city centre that serve asian cuisine ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "we have 4 options . which is your price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'17:00');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't really have a price range - I just need a table for 2 at 17:00 on Wednesday . Pick your favorite and let me know !"
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,name,'Yippee Noodle Club');(_:booking,ref,'0P6H7PDL');(_:booking,type,'Booking'))",
"reqmore()",
"inform((_:result,area,'centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I booked you a moderately priced restaurant in the city 's centre called Yippee Noodle Club . Your reference number is 0P6H7PDL . Can I help you further ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's it thank you ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,destination,'the restaurant');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "We can also arrange a taxi from your hotel to the restaurant when you are ready , just let us know a hour or so in advance of your reservation on Wednesday ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That 's an excellent idea . Could you help me find a hotel in the north ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,has_internet,?);(_:search,postcode,?);(_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'plenty');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are plenty of locations that meet your criteria . Would you like to narrow it down further by stars , internet , or price range ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The hotel should be in the north and should include free wifi ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Acorn Guest House');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Acorn Guest House is a nice place , do you want their info ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do they have free parking ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,has_parking,'none');(_:result,name,'Acorn Guesthouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes the Acorn Guesthouse has free parking available ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for lodging in the expensive price range . Does the Acorn Guesthouse fit this requirement ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Acron guest');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Acron guest does meet your requirements would you like for me to book it ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'2');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yeah , I want it booked for 2 people on wednesday for 2 nights"
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,ref,'BQBO6HOV');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have that booked and your reference number is BQBO6HOV ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,arrive_by,'17:00');(_:search,departure,'the hotel');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Thanks . Now I 'll just need a taxi to take me from the hotel to the restaurant , arriving by 17:00 . Please give me car type and contact info"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'blue volkswagen');(_:result,phone,'07882720799');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "blue volkswagen \n Contact number:07882720799 Is there anything else I can assist you with ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's will do it for now . Thank you"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you have a wonderful time in the city centre ."
}
] |
PMUL4987.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"asian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"asian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"asian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"Yippee Noodle Club"
],
[
"_:booking",
"ref",
"0P6H7PDL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"asian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"name",
"Yippee Noodle Club"
],
[
"_:booking",
"ref",
"0P6H7PDL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"destination",
"the restaurant"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"asian"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"name",
"Yippee Noodle Club"
],
[
"_:booking",
"ref",
"0P6H7PDL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"destination",
"the restaurant"
],
[
"_:search",
"postcode",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"asian"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"name",
"Yippee Noodle Club"
],
[
"_:booking",
"ref",
"0P6H7PDL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"destination",
"the restaurant"
],
[
"_:search",
"postcode",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_: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",
"food",
"asian"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"name",
"Yippee Noodle Club"
],
[
"_:booking",
"ref",
"0P6H7PDL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"destination",
"the restaurant"
],
[
"_:search",
"postcode",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"asian"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:booking",
"name",
"Yippee Noodle Club"
],
[
"_:booking",
"ref",
"0P6H7PDL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"destination",
"the restaurant"
],
[
"_:search",
"postcode",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Acron guest"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"asian"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:booking",
"name",
"Yippee Noodle Club"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"destination",
"the restaurant"
],
[
"_:search",
"postcode",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Acron guest"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"BQBO6HOV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"asian"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:booking",
"name",
"Yippee Noodle Club"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"destination",
"the restaurant"
],
[
"_:search",
"postcode",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Acron guest"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"BQBO6HOV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue volkswagen"
],
[
"_:result",
"phone",
"07882720799"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a cheap hotel that includes free wifi ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'about 10 options');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "That gives us about 10 options . To narrow it down some , do you have a certain area of town you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't care about the area it is in , but I will need free parking ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,category,'guesthouse');(_:result,has_parking,'none');(_:result,name,'Allenbell');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay I could recommend the Allenbell which is a 4 star guesthouse with free parking in the cheap price range located on the east side ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,name,'allenbell');(_:search,people,'3');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Ok , the Allenbell will do . Can you book me a room for 3 people , 2 nights starting Tuesday please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'KQ23HDJ5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes your booking was successful ! Your reservation number is KQ23HDJ5 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train leaving Kings Lynn ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure . Where will you be going to ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm headed to cambridge"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day and time would you like to travel to Cambridge ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "same day as the hotel booking"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "And what time do you wish to leave / arrive ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'12:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive by 12:15 . Thanks"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'5:58');(_:result,id,'TR9854');(_:result,leave_at,'5:11');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have train TR9854 leaving at 5:11 and arriving at 5:58 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for the information . I 'm ready for my visit . Good day and goodbye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your visit . Thank you for using the Cambridge TownInfo centre . Have a great day"
}
] |
PMUL1795.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"about 10 options"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"about 10 options"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"about 10 options"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"KQ23HDJ5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"about 10 options"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"KQ23HDJ5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"about 10 options"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"KQ23HDJ5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"about 10 options"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"KQ23HDJ5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"about 10 options"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"KQ23HDJ5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"5:58"
],
[
"_:result",
"id",
"TR9854"
],
[
"_:result",
"leave_at",
"5:11"
],
[
"_: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,department,'hepatology');(_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "I am looking for the Addenbrookes Hospital with hepatology department"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,phone,'01223217712');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The telephone number is 01223217712"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you Goodbye"
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Have a wonderful day !"
}
] |
SNG02022.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"hepatology"
],
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"hepatology"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"01223217712"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a cheap place to stay in the centre"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,name,'alexander bed and breakfast');(_:result,name,'el shaddai');(_:result,stars,'4');(_:result,stars,'unrated');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure , we have two guesthouses that fit , the 4 star alexander bed and breakfast and the unrated el shaddai . Would you like to book a room at one ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do either of those include free parking ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'both');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , they both include free parking ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'eight');(_:search,stay,'two');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Then book one , does n't matter which . Eight people , two nights , starting Wednesday ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'el shaddai');(_:booking,ref,'AHYOTIAB');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book a reservation at el shaddai . Reference number is : AHYOTIAB . Is there anything else you need ?"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , that is all . Thanks so much . Bye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling . Have a great day ."
}
] |
SSNG0324.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"stars",
"unrated"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"stars",
"unrated"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"eight"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"stars",
"unrated"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"eight"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"el shaddai"
],
[
"_:booking",
"ref",
"AHYOTIAB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'19:15');(_:search,destination,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am wanting to book a train arriving in Stevenage by 19:15 . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Certainly , where will you be departing from and what time would you like to leave ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be leaving cambridge on Thursday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'18:10');(_:result,id,'TR1165');(_:result,leave_at,'17:21');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR1165 arrives at 18:10 and departs at 17:21 ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That sounds good . What is the travel time for that train ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'18:10');(_:result,duration,'49 minutes');(_:result,id,'TR4765');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR4765 seems to be a better match for what you 're looking for , it arrives by 18:10 and total travel time is 49 minutes . Would you like to book a ticket ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No need to book a ticket . I can take care of that later . But thank you . Have a nice night !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You as well ! Thank you !"
}
] |
SNG0274.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"18:10"
],
[
"_:result",
"id",
"TR1165"
],
[
"_:result",
"leave_at",
"17:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"17:21"
],
[
"_:result",
"arrive_by",
"18:10"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:result",
"id",
"TR4765"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi . Can you please help me find a train to Leicester . I need to leave on Monday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Do you want to arrive or leave at a certain time ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'20:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need to leave sometime after 20:00 from Cambridge . It does n't matter when I get there ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR9424');(_:result,leave_at,'20:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay TR9424 departs at 20:21 . Would you like me to book that for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'five');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Could you book a trip for five people , and give me the reference number ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'Q0B623JD');(_:booking,ticket,'189 gbp');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have those seats booked for you . Your reference number is Q0B623JD . You will pay 189 gbp at the station ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that 's all I needed today ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day !"
}
] |
SNG0410.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"20:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"20:00"
],
[
"_:result",
"id",
"TR9424"
],
[
"_:result",
"leave_at",
"20:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"five"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"20:00"
],
[
"_:result",
"id",
"TR9424"
],
[
"_:result",
"leave_at",
"20:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"five"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"Q0B623JD"
],
[
"_:booking",
"ticket",
"189 gbp"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'08:15');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi I am looking for a train to arrive in Cambridge by 08:15 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Certainly , where will you be departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be leaving from Bishops Stortford on Monday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'8:07');(_:result,departure,'Bishops Stortford');(_:result,destination,'Cambridge');(_:result,id,'TR0532');(_:result,leave_at,'7:29');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It look like the TR0532 is what you are looking for departing Bishops Stortford at 7:29 and arriving in Cambridge at 8:07 . Would you like to book ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the price for that trip ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,ticket,'10.10 GBP');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The fare is 10.10 GBP per ticket ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,people,'2');(_:search,type,'Hotel');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to make a booking for 2 people and can you find me a place to stay in the north ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Hotel'))",
"inform((_:booking,category,'Train');(_:booking,departure,'Bishops Stortford');(_:booking,leave_at,'7:29');(_:booking,ref,'ZHT6R80S');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've booked your tickets for the 7:29 train from Bishops Stortford , reference ZHT6R80S . Can you give me more information about the type of hotel you 'd like ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a cheap hotel with free parking ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'10');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 10 total hotels , do you have a preference for area ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would prefer the hotel be in the north part of town ."
},
{
"id": 11,
"rdf-acts": [
"select((_:result,name,'City centre north b and b');(_:result,name,'Worth house');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,category,'guesthouses');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "City centre north b and b and Worth house are both guesthouses and located in the north . Would you like me to book one for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_internet,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't need to book today , thanks . Can you get me the postcode of one of them ? Oh , and please make sure the one you choose has internet !"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,name,'Worth House');(_:result,postcode,'cb41da');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The postcode for Worth House is cb41da and yes , it has internet !"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,name,'worth house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I will go ahead an book at the Worth House ."
},
{
"id": 15,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))",
"inform((_:result,day,'Monday');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "OK , great . will it be the same two people as on the train and starting on Monday ? or do you have different needs for lodging ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,people,'same people');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Nope , same people ."
},
{
"id": 17,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'd be happy to book that for you , what day will you be arriving on , and for how many nights ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "1 person 5 nights please"
},
{
"id": 19,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Could you clarify if you need the reservation for 1 or 2 people please ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need reservations for 2 ."
},
{
"id": 21,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay let me see if I can book that for you ."
},
{
"id": 22,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Actually , I 'm all set . Thank you ! Bye !"
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "Okay you sure you will not require a booking ?"
}
] |
MUL0784.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"08:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"08:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"08:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"8:07"
],
[
"_:result",
"departure",
"Bishops Stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0532"
],
[
"_:result",
"leave_at",
"7:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"08:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:result",
"arrive_by",
"8:07"
],
[
"_:result",
"departure",
"Bishops Stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0532"
],
[
"_:result",
"leave_at",
"7:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"10.10 GBP"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"08:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:result",
"arrive_by",
"8:07"
],
[
"_:result",
"departure",
"Bishops Stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0532"
],
[
"_:result",
"leave_at",
"7:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ticket",
"10.10 GBP"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Bishops Stortford"
],
[
"_:booking",
"leave_at",
"7:29"
],
[
"_:booking",
"ref",
"ZHT6R80S"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"08:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:result",
"arrive_by",
"8:07"
],
[
"_:result",
"departure",
"Bishops Stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0532"
],
[
"_:result",
"leave_at",
"7:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ticket",
"10.10 GBP"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Bishops Stortford"
],
[
"_:booking",
"leave_at",
"7:29"
],
[
"_:booking",
"ref",
"ZHT6R80S"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"08:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:result",
"arrive_by",
"8:07"
],
[
"_:result",
"departure",
"Bishops Stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0532"
],
[
"_:result",
"leave_at",
"7:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ticket",
"10.10 GBP"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Bishops Stortford"
],
[
"_:booking",
"leave_at",
"7:29"
],
[
"_:booking",
"ref",
"ZHT6R80S"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"name",
"City centre north b and b"
],
[
"_:result",
"name",
"Worth house"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"08:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:result",
"arrive_by",
"8:07"
],
[
"_:result",
"departure",
"Bishops Stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0532"
],
[
"_:result",
"leave_at",
"7:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ticket",
"10.10 GBP"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Bishops Stortford"
],
[
"_:booking",
"leave_at",
"7:29"
],
[
"_:booking",
"ref",
"ZHT6R80S"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"worth house"
],
[
"_: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",
"arrive_by",
"08:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:result",
"arrive_by",
"8:07"
],
[
"_:result",
"departure",
"Bishops Stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0532"
],
[
"_:result",
"leave_at",
"7:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ticket",
"10.10 GBP"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Bishops Stortford"
],
[
"_:booking",
"leave_at",
"7:29"
],
[
"_:booking",
"ref",
"ZHT6R80S"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:search",
"name",
"worth house"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"same people"
],
[
"_: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",
"arrive_by",
"08:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:result",
"arrive_by",
"8:07"
],
[
"_:result",
"departure",
"Bishops Stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0532"
],
[
"_:result",
"leave_at",
"7:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ticket",
"10.10 GBP"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Bishops Stortford"
],
[
"_:booking",
"leave_at",
"7:29"
],
[
"_:booking",
"ref",
"ZHT6R80S"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:search",
"name",
"worth house"
],
[
"_:booking",
"people",
"?"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"08:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:result",
"arrive_by",
"8:07"
],
[
"_:result",
"departure",
"Bishops Stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0532"
],
[
"_:result",
"leave_at",
"7:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ticket",
"10.10 GBP"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Bishops Stortford"
],
[
"_:booking",
"leave_at",
"7:29"
],
[
"_:booking",
"ref",
"ZHT6R80S"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:search",
"name",
"worth house"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"2"
],
[
"_: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",
"arrive_by",
"08:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:result",
"arrive_by",
"8:07"
],
[
"_:result",
"departure",
"Bishops Stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0532"
],
[
"_:result",
"leave_at",
"7:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ticket",
"10.10 GBP"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Bishops Stortford"
],
[
"_:booking",
"leave_at",
"7:29"
],
[
"_:booking",
"ref",
"ZHT6R80S"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:search",
"name",
"worth house"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'seafood');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a seafood restaurant in the centre ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'Loch Fyne restaurant');(_:result,type,'Restaurant'))",
"reqmore()",
"thank()"
],
"speaker": "system",
"text": "Sure thing ! There is the Loch Fyne restaurant in that area that you may enjoy . Would you like more information ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds great . Can you book me a table there for 3 people ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"inform((_:result,phone,'01223362433');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They seem to be booked solid for the next week , which is all I can book for . Their phone number is 01223362433 , if you would like to call for a reservation ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there any other restaurant that you could try for me before I call myself ?"
},
{
"id": 5,
"rdf-acts": [
"select((_:result,food,'Asian');(_:result,food,'Italian');(_:result,type,'Restaurant'))",
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Is there a different cuisine you would be willing to try ? Asian or Italian maybe ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,arrive_by,'08:00');(_:search,destination,'cambridge');(_:search,duration,'18:00');(_:search,food,'seafood');(_:search,type,'Restaurant');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "As long as the seafood restaurant is in the centre I am fine with 18:00 and I need the reference number . I need a train arriving at Cambridge by 08:00 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day will you be wanting to dine ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm dining on Saturday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,food,'seafood');(_:result,name,'Loch fyne');(_:result,type,'Restaurant'))",
"reqmore()",
"inform((_:booking,ref,'NDSUGZK9');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Loch fyne is a great seafood place . I have booked a table for you and your reservation number is NDSUGZK9 . Anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to find a train leaving london kings cross on Saturday as well ."
},
{
"id": 11,
"rdf-acts": [
"thank()",
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can help you with that . First , I need to confirm that the destination is Cambridge , and can you provide the desired timeframe for travel ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'08:00');(_:search,destination,'Cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to be in Cambridge by 08:00"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'06:08');(_:result,id,'TR2687');(_:result,leave_at,'05:17');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have found train TR2687 , it will depart at 05:17 at arrive by 06:08 . Would you like me to book this for you ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No thank you . What is the price for that train ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,ticket,'18.88 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The price is 18.88 pounds . Is there anything else I can help you with ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "THe train booking is for the same day as my dinner reservation correct ?"
},
{
"id": 17,
"rdf-acts": [
"reqmore()",
"thank()"
],
"speaker": "system",
"text": "Yes of course . Anything else ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks . I may be back in touch though !"
},
{
"id": 19,
"rdf-acts": [
"bye()",
"reqmore()"
],
"speaker": "system",
"text": "Feel free to get in touch if you need anything else . Enjoy your evening ."
},
{
"id": 20,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you , good bye"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Goodbye . Thanks for using Cambridge TownInfo centre ."
}
] |
MUL1561.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"seafood"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"seafood"
],
[
"_:result",
"name",
"Loch Fyne restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"seafood"
],
[
"_:result",
"name",
"Loch Fyne restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/67df0f63"
],
[
"_:booking/67df0f63",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223362433"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"name",
"Loch Fyne restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/67df0f63"
],
[
"_:booking/67df0f63",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223362433"
],
[
"_:result",
"food",
"Asian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"food",
"seafood"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"name",
"Loch Fyne restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/67df0f63"
],
[
"_:booking/67df0f63",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223362433"
],
[
"_:result",
"food",
"Asian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"food",
"seafood"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/67df0f63"
],
[
"_:booking/67df0f63",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223362433"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"food",
"seafood"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"name",
"Loch fyne"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"NDSUGZK9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/67df0f63"
],
[
"_:booking/67df0f63",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223362433"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"food",
"seafood"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"name",
"Loch fyne"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"NDSUGZK9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/67df0f63"
],
[
"_:booking/67df0f63",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223362433"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"food",
"seafood"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"name",
"Loch fyne"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"NDSUGZK9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"06:08"
],
[
"_:result",
"id",
"TR2687"
],
[
"_:result",
"leave_at",
"05:17"
],
[
"_: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,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/67df0f63"
],
[
"_:booking/67df0f63",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223362433"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"food",
"seafood"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"name",
"Loch fyne"
],
[
"_:booking",
"ref",
"NDSUGZK9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"arrive_by",
"06:08"
],
[
"_:result",
"id",
"TR2687"
],
[
"_:result",
"leave_at",
"05:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"18.88 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/67df0f63"
],
[
"_:booking/67df0f63",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223362433"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"food",
"seafood"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"name",
"Loch fyne"
],
[
"_:booking",
"ref",
"NDSUGZK9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"arrive_by",
"06:08"
],
[
"_:result",
"id",
"TR2687"
],
[
"_:result",
"leave_at",
"05:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"18.88 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/67df0f63"
],
[
"_:booking/67df0f63",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223362433"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"food",
"seafood"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"name",
"Loch fyne"
],
[
"_:booking",
"ref",
"NDSUGZK9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"arrive_by",
"06:08"
],
[
"_:result",
"id",
"TR2687"
],
[
"_:result",
"leave_at",
"05:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"18.88 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_: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,type,'Train'))"
],
"speaker": "user",
"text": "Hi . Can you help me find a train ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "what day would you like to leave ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to leave on Sunday , please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be departing from ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'19:30');(_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,type,'Train'))",
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be departing from cambridge and want to arrive by 19:30 on sunday . Could I also get the train ID as well ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'146');(_:result,day,'Sunday');(_:result,departure,'Cambridge');(_:result,type,'Train'))",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 146 departures from Cambridge on Sunday that match your arrive by time . Where is your destination ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,destination,'kings lynn');(_:search,pricerange,'expensive');(_:search,type,'Restaurant');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "kings lynn and I also looking for a restaurant in the south and expensive price range"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , I can help you with that . First , let 's find the train . How early would you like to leave ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'19:30');(_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,destination,'kings lynn');(_:search,type,'Train'))",
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "arriving by 19:30 on sunday . I need the train 's ID please . Leaving cambridge going to kings lynn"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'05:58');(_:result,departure,'Cambridge');(_:result,destination,'Kings Lynn');(_:result,id,'TR3212');(_:result,leave_at,'05:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR3212 leaves Cambridge at 05:11 and arrives in Kings Lynn at 05:58 . Will this one work for you ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "I 'd like something a little later in the day , please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'18:38');(_:result,id,'TR2045');(_:result,leave_at,'18:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR2045 leaves at 18:11 and arrives at 18:38 . Would that be acceptable ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "that sound just fine"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like me to book tickets for you ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "please do . i would also like help finding an expensive restaurant ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many seats do you need on that train ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,type,'Restaurant');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I do not need train reservations . I need help finding a restaurant ."
},
{
"id": 17,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are several fine restaurants . What area and what type of food would you enjoy ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,day,'same day');(_:search,duration,'15:45');(_:search,food,'dontcare');(_:search,people,'3');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "South area , and food type does n't matter . I need it for 3 people at 15:45 on the same day , if that time does n't work 14:45 and i 'd like a reference number ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:booking,duration,'1545');(_:booking,name,'frankie and bennys');(_:booking,people,'3');(_:booking,ref,'T01E84XG');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are booked at frankie and bennys for 3 at 1545 . your booking number is T01E84XG"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help . That is all I need ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Okay . Glad I could be of help ."
}
] |
PMUL0735.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"count",
"146"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"id",
"?"
],
[
"_:result",
"count",
"146"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"146"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"05:58"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:result",
"id",
"TR3212"
],
[
"_:result",
"leave_at",
"05:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"146"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"18:38"
],
[
"_:result",
"id",
"TR2045"
],
[
"_:result",
"leave_at",
"18:11"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"146"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"18:38"
],
[
"_:result",
"id",
"TR2045"
],
[
"_:result",
"leave_at",
"18:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"146"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"18:38"
],
[
"_:result",
"id",
"TR2045"
],
[
"_:result",
"leave_at",
"18:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"146"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"18:38"
],
[
"_:result",
"id",
"TR2045"
],
[
"_:result",
"leave_at",
"18:11"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"146"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"arrive_by",
"18:38"
],
[
"_:result",
"id",
"TR2045"
],
[
"_:result",
"leave_at",
"18:11"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"duration",
"1545"
],
[
"_:booking",
"name",
"frankie and bennys"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"T01E84XG"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "Help , I was robbed . I need to contact someone ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,phone,'01223358966');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "Oh no ! Call the police at 01223358966 ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "Thank you . What 's the post code ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The postcode is CB11JG . The location is Parkside , Cambridge . Do you need any other help ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I should be okay with their help . Thank you so much ."
},
{
"id": 5,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "You are most welcome . Do n't hesitate to callback ."
},
{
"id": 6,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "user",
"text": "Okay , I will if I need to ! I appreciate your help . Goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Goodbye"
}
] |
SNG01285.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"type",
"Police"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to go to a college in the north ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,name,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Can you tell me the name of the college ? And the city it is located ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Actually , I was hoping you could help me . I am looking for colleges to visit in the north part of town ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'north');(_:search,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,area,'Cambridge');(_:result,category,'colleges');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Cambridge has many different colleges , but none are in the north . Would you be interested in a different area , perhaps ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'swimming pool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Oh okay . How about a swimming pool instead ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'between victoria road and the river');(_:result,area,'north');(_:result,category,'swimming pools');(_:result,count,'2');(_:result,name,'Jesus green Outdoor Pool');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are two swimming pools in north . Jesus green Outdoor Pool is between victoria road and the river ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Either is fine . I need the postcode for the pool . Then I need to find a hotel ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Jesus Green Outdoor Pool');(_:result,postcode,'cb43px');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode for the Jesus Green Outdoor Pool is cb43px . What else can I help you with ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "How much is admission to the pool ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,entrance_fee,'do not have the information on the entrance fee');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I do not have the information on the entrance fee ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need somewhere to stay in the north . With free parking and 4 stars ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,area,'north');(_:result,category,'guesthouses');(_:result,name,'acorn house');(_:result,type,'Hotel'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are many guesthouses to choose from in the north with these specifications , how about acorn house ? When is the reservation for ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,stars,'4');(_:search,type,'Hotel'))",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "as long as it has 4 stars and free parking and in the same area as the swimming pool . I need price range , postcode and phone number"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Acorn guest house');(_:result,phone,'01223353888');(_:result,postcode,'cb41da');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Acorn guest house is in the north . It is moderately priced with 4 stars and includes internet and parking . The phone number is 01223353888 and postcode is cb41da"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much !"
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all for now . Thank you ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome , have a good day"
}
] |
PMUL2966.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/5b1e4db4"
],
[
"_:search/5b1e4db4",
"area",
"north"
],
[
"_:search/5b1e4db4",
"type",
"Attraction"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/5b1e4db4"
],
[
"_:search/5b1e4db4",
"area",
"north"
],
[
"_:search/5b1e4db4",
"type",
"Attraction"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"between victoria road and the river"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Jesus green Outdoor Pool"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/5b1e4db4"
],
[
"_:search/5b1e4db4",
"area",
"north"
],
[
"_:search/5b1e4db4",
"type",
"Attraction"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"between victoria road and the river"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Jesus Green Outdoor Pool"
],
[
"_:result",
"postcode",
"cb43px"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:system",
"canthelp",
"_:search/5b1e4db4"
],
[
"_:search/5b1e4db4",
"area",
"north"
],
[
"_:search/5b1e4db4",
"type",
"Attraction"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"address",
"between victoria road and the river"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Jesus Green Outdoor Pool"
],
[
"_:result",
"postcode",
"cb43px"
],
[
"_:result",
"entrance_fee",
"do not have the information on the entrance fee"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:system",
"canthelp",
"_:search/5b1e4db4"
],
[
"_:search/5b1e4db4",
"area",
"north"
],
[
"_:search/5b1e4db4",
"type",
"Attraction"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"address",
"between victoria road and the river"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb43px"
],
[
"_:result",
"entrance_fee",
"do not have the information on the entrance fee"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"name",
"acorn house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:system",
"canthelp",
"_:search/5b1e4db4"
],
[
"_:search/5b1e4db4",
"area",
"north"
],
[
"_:search/5b1e4db4",
"type",
"Attraction"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"address",
"between victoria road and the river"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"do not have the information on the entrance fee"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn guest house"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:system",
"canthelp",
"_:search/5b1e4db4"
],
[
"_:search/5b1e4db4",
"area",
"north"
],
[
"_:search/5b1e4db4",
"type",
"Attraction"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"address",
"between victoria road and the river"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"entrance_fee",
"do not have the information on the entrance fee"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn guest house"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train leaving from london kings cross ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can help you with that what day are you wanting to leave ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to leave on a Tuesday ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be travelling to ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be traveling to cambridge ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time do you need to depart ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'14:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "whatever time that will get me there closest to 14:00 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'12:08');(_:result,day,'Tuesday');(_:result,id,'TR7850');(_:result,leave_at,'11:17');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR7850 leaves Tuesday at 11:17 and arrives at 12:08 . Will this one work for you ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that would work great . What is the price per ticket for that train ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,ticket,'23.60 GBP');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The tickets are 23.60 GBP each ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "i am also looking for a place to go in town"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "What type of place would you like to visit ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'd like to visit a college in the south ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"canthelp((_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Unfortunately , I do n't have any colleges located in that area . Can I try a different area or attraction type ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'theatre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , can you look for a theatre in the south ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,address,'clifton way');(_:result,area,'south');(_:result,name,'the junction theatre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have the junction theatre in the south located on clifton way ."
},
{
"id": 16,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could I have their phone number and address please ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,address,'Clifton Way');(_:result,name,'Junction Theater');(_:result,phone,'01223511511');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes the Junction Theater 's address is Clifton Way and their telephone number is 01223511511 ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for the help , that is all I need for today ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Okay . Glad I could be of help ."
}
] |
PMUL1420.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"12:08"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"id",
"TR7850"
],
[
"_:result",
"leave_at",
"11:17"
],
[
"_: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",
"departure",
"london kings cross"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:result",
"arrive_by",
"12:08"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"id",
"TR7850"
],
[
"_:result",
"leave_at",
"11:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"23.60 GBP"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:result",
"arrive_by",
"12:08"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"id",
"TR7850"
],
[
"_:result",
"leave_at",
"11:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"23.60 GBP"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"south"
],
[
"_: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",
"departure",
"london kings cross"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:result",
"arrive_by",
"12:08"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"id",
"TR7850"
],
[
"_:result",
"leave_at",
"11:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"23.60 GBP"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/b2d567dd"
],
[
"_:search/b2d567dd",
"category",
"colleges"
],
[
"_:search/b2d567dd",
"type",
"Attraction"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"theatre"
],
[
"_: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",
"departure",
"london kings cross"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:result",
"arrive_by",
"12:08"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"id",
"TR7850"
],
[
"_:result",
"leave_at",
"11:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"23.60 GBP"
],
[
"_:system",
"canthelp",
"_:search/b2d567dd"
],
[
"_:search/b2d567dd",
"category",
"colleges"
],
[
"_:search/b2d567dd",
"type",
"Attraction"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"clifton way"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"the junction theatre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_: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",
"departure",
"london kings cross"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:result",
"arrive_by",
"12:08"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"id",
"TR7850"
],
[
"_:result",
"leave_at",
"11:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"23.60 GBP"
],
[
"_:system",
"canthelp",
"_:search/b2d567dd"
],
[
"_:search/b2d567dd",
"category",
"colleges"
],
[
"_:search/b2d567dd",
"type",
"Attraction"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"address",
"Clifton Way"
],
[
"_:result",
"name",
"Junction Theater"
],
[
"_:result",
"phone",
"01223511511"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Do you have information on all restaurants ? I 'm looking for a certain one ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'110');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 110 entries . Is there a type of food you are searching for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'16:15');(_:search,name,'little seoul');(_:search,people,'4');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want to book a table for 4 people at 16:15 on Tuesday in a restaurant called little seoul . please provide me with the reference number"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Tuesday');(_:booking,duration,'16:15');(_:booking,ref,'V44G1K2D');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful and the reference number is V44G1K2D . They will hold your table for 15 minutes on Tuesday at 16:15 . Is there anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,stars,'3-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . I am looking for a 3-star guesthouse ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are four different guesthouses that meet your requirements . Did you want it in a specific area ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes it must have Wifi and be moderately priced"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'The bridge guest house');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The bridge guest house is available . Would you like me to book it ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,people,'same number of people');(_:search,stay,'2');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please . For the same number of people , 2 nights , and the same day . I will also need a reference number ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'2399P9ME');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book that for you and your reference number is 2399P9ME ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thank you . I will need a taxi to get from one place to the other , please ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Will you be leaving from the guesthouse and need a taxi for 4 ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'bridge guest house');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , just as long as I 'm at the restaurant in time for the reservations ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'black ford');(_:result,phone,'07355341802');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "The taxi picking you up will be a black ford \n Contact number \t : \t 07355341802 . Is there anything else I can assist you with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all for now . Thank you"
},
{
"id": 15,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Thank you for using our services ."
},
{
"id": 16,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "user",
"text": "You are welcome for using your services . Goodbye now ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , have a good trip goodbye"
}
] |
PMUL0129.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:result",
"count",
"110"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"name",
"little seoul"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:result",
"count",
"110"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"name",
"little seoul"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"16:15"
],
[
"_:booking",
"ref",
"V44G1K2D"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"name",
"little seoul"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"16:15"
],
[
"_:booking",
"ref",
"V44G1K2D"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"name",
"little seoul"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"16:15"
],
[
"_:booking",
"ref",
"V44G1K2D"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"The bridge guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"same number of people"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"name",
"little seoul"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"16:15"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"The bridge guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"same number of people"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"2399P9ME"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"name",
"little seoul"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"16:15"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"The bridge guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"same number of people"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"2399P9ME"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"bridge guest house"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"name",
"little seoul"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"16:15"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"The bridge guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"same number of people"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"2399P9ME"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"bridge guest house"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black ford"
],
[
"_:result",
"phone",
"07355341802"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"name",
"little seoul"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"16:15"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"The bridge guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"same number of people"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"2399P9ME"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"bridge guest house"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black ford"
],
[
"_:result",
"phone",
"07355341802"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'kohinoor');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you arrange for a taxi to bring me to kohinoor ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Sure ! when would you like to arrive ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'12:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to arrive no later than 12:45 please"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "And where would you like to be picked up from ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'wandlebury country park');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm leaving from wandlebury country park ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,car,'black volvo');(_:result,phone,'07270738865');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I have a black volvo coming to pick you up . Their contact number is 07270738865 if you have any questions . Thank you !"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that is all I need today ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your trip !"
}
] |
SNG01780.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"kohinoor"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"kohinoor"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"kohinoor"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"departure",
"wandlebury country park"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"kohinoor"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"departure",
"wandlebury country park"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black volvo"
],
[
"_:result",
"phone",
"07270738865"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'Ian Hong House');(_:search,leave_at,'14:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi at Ian Hong House to leave by 14:45 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay , what is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'leicester train station');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to go to the Leicester Train Station ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'white Honda');(_:result,phone,'07040297067');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Have you in a white Honda , 07040297067 is the phone number ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for the quick response ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day !"
}
] |
SNG01270.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"Ian Hong House"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"Ian Hong House"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:search",
"destination",
"leicester train station"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"Ian Hong House"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:search",
"destination",
"leicester train station"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white Honda"
],
[
"_:result",
"phone",
"07040297067"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'multiple sports');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a multiple sports location in the centre of town"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'multiple sports locations');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Unfortunately there are no multiple sports locations in the centre of town ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hmm , okay . Well , maybe we should take a look at a local college in town centre . Could you recommend one ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,name,\"Christ 's College\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I can recommend Christ 's College . Admission is free ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Sounds good . Could I get the phone number ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223334900');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Absolutely . The phone number is 01223334900 . Is there anything else I can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'none');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I would like to book a hotel that has free wifi . Parking does n't matter ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'9');(_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have found 9 hotels with free internet . Do you have a price range you are look for ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "I would like it to be not be more that $ 120 a night ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Gonville hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Does the Gonville hotel work ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,name,'gonville hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is Gonville hotel in the town centre ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'Gonville Hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Gonville Hotel is in the \" centre \" area ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does the hotel have a star rating of 0 ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It has a rating of 3 stars ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,day,'thursday');(_:search,people,'3');(_:search,stars,'0');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a hotel located near the centre of town , with a star of 0 . For 3 people , 2 nights starting Thursday please ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,address,'41 Warkworth Street');(_:result,name,'El Shaddai');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about the El Shaddai ? It 's at 41 Warkworth Street and it 's cheap ."
},
{
"id": 16,
"rdf-acts": [],
"speaker": "user",
"text": "Okay let 's try that ."
},
{
"id": 17,
"rdf-acts": [
"canthelp((_:booking,day,'Thursday');(_:booking,stay,'2');(_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It does n't look like they have availability for a 2 night stay starting on Thursday . Would you like to book a shorter stay or start a different day ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,stay,'one');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about just one night ?"
},
{
"id": 19,
"rdf-acts": [
"reqmore()",
"inform((_:booking,people,'3');(_:booking,ref,'9ZKDXB08');(_:booking,stay,'1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to successfully book you for 3 people for a 1 night stay . Your reference number is 9ZKDXB08 . Is there anything else I can help with ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "One more thing , I would like to book a taxi to commute between the two places ."
},
{
"id": 21,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Will you be departing from El Shaddai Hotel to Christ 's College ? Also , when would you like the taxi to leave the hotel and arrive at the destination ?"
},
{
"id": 22,
"rdf-acts": [
"inform((_:search,departure,'christ college');(_:search,destination,'El Shaddai');(_:search,leave_at,'01:30');(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like the taxi to leave Christ 's College by 01:30 and take me to the El Shaddai ."
},
{
"id": 23,
"rdf-acts": [
"inform((_:result,car,'Blue Ford');(_:result,phone,'07289393506');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I reserved a Blue Ford for you , contact number 07289393506 . Is there anything else I can do for you today ?"
},
{
"id": 24,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's perfect . Thanks !"
},
{
"id": 25,
"rdf-acts": null,
"speaker": "system",
"text": "No problem . Glad you could help ."
}
] |
MUL1172.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"multiple sports locations"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"multiple sports locations"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"multiple sports locations"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"multiple sports locations"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"multiple sports locations"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Gonville hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"gonville hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"multiple sports locations"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"gonville hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_: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": [
[
"_:result",
"category",
"multiple sports locations"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"name",
"gonville hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"multiple sports locations"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"name",
"gonville hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"41 Warkworth Street"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"multiple sports locations"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"name",
"gonville hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"address",
"41 Warkworth Street"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/7378fbf0"
],
[
"_:booking/7378fbf0",
"day",
"Thursday"
],
[
"_:booking/7378fbf0",
"stay",
"2"
],
[
"_:booking/7378fbf0",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_: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,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"multiple sports locations"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"name",
"gonville hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"address",
"41 Warkworth Street"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/7378fbf0"
],
[
"_:booking/7378fbf0",
"day",
"Thursday"
],
[
"_:booking/7378fbf0",
"stay",
"2"
],
[
"_:booking/7378fbf0",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"9ZKDXB08"
],
[
"_:booking",
"stay",
"1"
],
[
"_: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
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"multiple sports locations"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"name",
"gonville hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"address",
"41 Warkworth Street"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/7378fbf0"
],
[
"_:booking/7378fbf0",
"day",
"Thursday"
],
[
"_:booking/7378fbf0",
"stay",
"2"
],
[
"_:booking/7378fbf0",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"9ZKDXB08"
],
[
"_:booking",
"stay",
"1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"christ college"
],
[
"_:search",
"destination",
"El Shaddai"
],
[
"_:search",
"leave_at",
"01:30"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"multiple sports locations"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"name",
"gonville hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"address",
"41 Warkworth Street"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:booking/7378fbf0"
],
[
"_:booking/7378fbf0",
"day",
"Thursday"
],
[
"_:booking/7378fbf0",
"stay",
"2"
],
[
"_:booking/7378fbf0",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"one"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"9ZKDXB08"
],
[
"_:booking",
"stay",
"1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"christ college"
],
[
"_:search",
"destination",
"El Shaddai"
],
[
"_:search",
"leave_at",
"01:30"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"Blue Ford"
],
[
"_:result",
"phone",
"07289393506"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a place to stay"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I will definitely be able to help you with that . Did you want a hotel or a guest house ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a guesthouse with free parking and free wifi ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'a lot');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are a lot of guesthouses that meet that criteria . Do you want to stay in a particular area ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , I do n't care about the location . I do want a 4 star place though ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,name,'The acorn guest house');(_:result,pricerange,'moderate');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The acorn guest house has a 4 star rating and is in the moderate price range . It is in the north area . Would you like to reserve a room ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . Where is a good expensive restaurant in the West area of town ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'nine');(_:result,area,'west');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are nine expensive restaurants in the west , is there a particular type of food that you are interested in ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you give me some examples of the type of cuisine that is available ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,food,'and thai');(_:result,food,'british');(_:result,food,'european');(_:result,food,'indian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There 's british , european , indian , and thai ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What 's the address , postcode and phone number of the thai restaurant ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'35 Newnham Road');(_:result,food,'Thai');(_:result,name,'Sala Thong');(_:result,phone,'01223323178');(_:result,postcode,'cb39ey');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sala Thong serves Thai food and is located at 35 Newnham Road , Newnham cb39ey . Their phone number is 01223323178 . Can I help with a booking ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Yes can you please book that for me ?"
},
{
"id": 13,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day and time would you like me to reserve the restaurant for ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "let 's book it for wednesday please ."
},
{
"id": 15,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people will the booking be for and what time would you prefer the booking to be at ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I think we 're jumping way ahead of ourselves here . Let 's start afresh . Please get me the address to the acorn and then we can proceed with getting a taxi"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,address,'154 chesterton road');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address to acorn is 154 chesterton road ."
},
{
"id": 18,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you ! Good bye ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling Cambridge TownInfo centre . It was a pleasure to help you ."
}
] |
PMUL0029.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"The acorn guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"The acorn guest house"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"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",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"The acorn guest house"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"and thai"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"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",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"35 Newnham Road"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"name",
"Sala Thong"
],
[
"_:result",
"phone",
"01223323178"
],
[
"_:result",
"postcode",
"cb39ey"
],
[
"_: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",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"address",
"35 Newnham Road"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"name",
"Sala Thong"
],
[
"_:result",
"phone",
"01223323178"
],
[
"_:result",
"postcode",
"cb39ey"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"address",
"35 Newnham Road"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"name",
"Sala Thong"
],
[
"_:result",
"phone",
"01223323178"
],
[
"_:result",
"postcode",
"cb39ey"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
]
],
"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",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"name",
"Sala Thong"
],
[
"_:result",
"phone",
"01223323178"
],
[
"_:result",
"postcode",
"cb39ey"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"154 chesterton road"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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,category,'special');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for a special place , can you help ?"
},
{
"id": 1,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "I need just a little more information to help . I think all places in Cambridge are special , and I would like to be able to narrow it down for you ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,\"saint john 's college\");(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking specifically for Saint John 's College ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "sorry i do nt have that in our list . is there something else i can do for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Okay , well I also need a train departing for Cambridge on Wednesday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,day,'Wednesday');(_:result,destination,'Cambridge');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have several trains headed to Cambridge on Wednesday . Where will you be departing from ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train will be leaving Cambridge and going to London Liverpool Street ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'10');(_:result,day,'Wednesday');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are 10 trains running that route on Wednesday . Do you have a particular departure time in mind ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Yes at 11 am , can you bnook the the one close to that time"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,ticket,'16.60 pounds');(_:result,type,'Train'))",
"select((_:result,arrive_by,'13:27');(_:result,leave_at,'11:59');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "How about the 11:59 that will arrive by 13:27 ? It is 16.60 pounds ."
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "That will work can you book that for me ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,people,'one');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "do i book only one ticket"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you book it for me and get a reference number ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,people,'one');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , please confirm how many tickets you would like me to book , just the one ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No , please book for 8 people and can I get the booking reference number ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'98NW4G1V');(_:booking,ticket,'132.8 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 132.8 GBP payable at the station . Reference number is : 98NW4G1V . Anything else ?"
},
{
"id": 16,
"rdf-acts": [],
"speaker": "user",
"text": "That 's all I needed ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Wonderful , have a great day !"
}
] |
PMUL1442.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"special"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"special"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"saint john 's college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"special"
],
[
"_:search",
"name",
"saint john 's college"
],
[
"_:system",
"canthelp",
"_:search/1e27ca39"
],
[
"_:search/1e27ca39",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"special"
],
[
"_:search",
"name",
"saint john 's college"
],
[
"_:system",
"canthelp",
"_:search/1e27ca39"
],
[
"_:search/1e27ca39",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_: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",
"category",
"special"
],
[
"_:search",
"name",
"saint john 's college"
],
[
"_:system",
"canthelp",
"_:search/1e27ca39"
],
[
"_:search/1e27ca39",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"special"
],
[
"_:search",
"name",
"saint john 's college"
],
[
"_:system",
"canthelp",
"_:search/1e27ca39"
],
[
"_:search/1e27ca39",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"ticket",
"16.60 pounds"
],
[
"_:result",
"arrive_by",
"13:27"
],
[
"_:result",
"leave_at",
"11:59"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"special"
],
[
"_:search",
"name",
"saint john 's college"
],
[
"_:system",
"canthelp",
"_:search/1e27ca39"
],
[
"_:search/1e27ca39",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"ticket",
"16.60 pounds"
],
[
"_:result",
"arrive_by",
"13:27"
],
[
"_:result",
"leave_at",
"11:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"one"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"special"
],
[
"_:search",
"name",
"saint john 's college"
],
[
"_:system",
"canthelp",
"_:search/1e27ca39"
],
[
"_:search/1e27ca39",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"ticket",
"16.60 pounds"
],
[
"_:result",
"arrive_by",
"13:27"
],
[
"_:result",
"leave_at",
"11:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"one"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"special"
],
[
"_:search",
"name",
"saint john 's college"
],
[
"_:system",
"canthelp",
"_:search/1e27ca39"
],
[
"_:search/1e27ca39",
"type",
"Attraction"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"ticket",
"16.60 pounds"
],
[
"_:result",
"arrive_by",
"13:27"
],
[
"_:result",
"leave_at",
"11:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"people",
"one"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"98NW4G1V"
],
[
"_:booking",
"ticket",
"132.8 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'irish');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i would like an expensive restaurant that serves irish food"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "there are no matches for that search"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about modern european food ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'darrys cookhouse and wine shop');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There 's darrys cookhouse and wine shop , located in the centre of town . Would you like their information ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please , I would like the address and the phone number ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'40270 King Street City Centre');(_:result,name,'Darrys Cookhouse and Wine Shop');(_:result,phone,'01223 505015');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Darrys Cookhouse and Wine Shop is located at 40270 King Street City Centre . Their phone number is 01223 505015 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . Goodbye !"
},
{
"id": 7,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "you are welcome is there anything else i can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . Goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day !"
}
] |
WOZ20193.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"irish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/1b4a92d5"
],
[
"_:search/1b4a92d5",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/1b4a92d5"
],
[
"_:search/1b4a92d5",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"darrys cookhouse and wine shop"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/1b4a92d5"
],
[
"_:search/1b4a92d5",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"40270 King Street City Centre"
],
[
"_:result",
"name",
"Darrys Cookhouse and Wine Shop"
],
[
"_:result",
"phone",
"01223 505015"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/1b4a92d5"
],
[
"_:search/1b4a92d5",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"40270 King Street City Centre"
],
[
"_:result",
"name",
"Darrys Cookhouse and Wine Shop"
],
[
"_:result",
"phone",
"01223 505015"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'broughton house gallery');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi to take me to Broughton house gallery"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I would be happy to help with your request , where will you be departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'scudmores punting co.');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I will be leaving the Scudmores Punting Co."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I can book that for you , what time will you be leaving / arriving ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'6:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to leave at 6:00 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,car,'red bmw');(_:result,phone,'07899029932');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Your booking is complete with a red bmw and a contact number of 07899029932 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your assistance ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your visit to the broughton house gallery !"
}
] |
SNG01624.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"broughton house gallery"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"broughton house gallery"
],
[
"_:search",
"departure",
"scudmores punting co."
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"broughton house gallery"
],
[
"_:search",
"departure",
"scudmores punting co."
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"6:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"broughton house gallery"
],
[
"_:search",
"departure",
"scudmores punting co."
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"6:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red bmw"
],
[
"_:result",
"phone",
"07899029932"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to find a train to London Liverpool Street ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'70');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I found 70 trains , when would you like to arrive by ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'09:45');(_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave on Thursday and arrive no later than 09:45 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'19:27');(_:result,id,'TR6332');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR6332 will arrive at 19:27 . Would you like tickets for that train ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "first , what is the price ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,ticket,'16.60 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "They are 16.60 pounds each"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'09:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks , but lets back up . I need to arrive much earlier , no later than 09:45 . Are there any trains that get there in time ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'07:27');(_:result,id,'TR4127');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR4127 arrives at 07:27"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,duration,?);(_:result,leave_at,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Sounds good . Can you give me it 's departure time , travel time , and price ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "To get price I need to know how many tickets you will need to book ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I do n't really need to book at this time . I would just like to get the price and travel time for that route please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,duration,'88 minutes');(_:result,ticket,'16.60 GBP');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Each ticket is 16.60 GBP and the travel time is 88 minutes ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you and what attractions are near therte ?"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Do you know what area you 're looking for an attraction in ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No certain area , but I 'm looking for a museum ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,area,'Cambridge');(_:result,category,'museums');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are many lovely museums in Cambridge . Are you looking for something in particular , like art , or technology , or archaeology ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))",
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No just a museum . Can you give me an address and postcode to one or more than one of them for me please ?"
},
{
"id": 17,
"rdf-acts": [
"request((_:search,address,?);(_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,count,'23');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "i have 23 options , i need us to narrow it down a bit so we can decide which address to give you"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Got any science related museums ? If so , give me one of those ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,entrance_fee,'5 pounds');(_:result,name,'the cambridge museum of technology');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There 's the cambridge museum of technology . It 's 5 pounds for entrance . Would that work ?"
},
{
"id": 20,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could you give me their address and postcode please ."
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,address,'the old pumping station , cheddars lane');(_:result,postcode,'cb58ld');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , their address is the old pumping station , cheddars lane , and their postcode is cb58ld ."
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great thank you . I think that is all I needed help with . Take care and goodbye ."
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting Cambridge TownInfo centre . Have a great time ! Goodbye !"
}
] |
MUL1738.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"count",
"70"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"count",
"70"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"19:27"
],
[
"_:result",
"id",
"TR6332"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"count",
"70"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"arrive_by",
"19:27"
],
[
"_:result",
"id",
"TR6332"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"16.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"count",
"70"
],
[
"_:search",
"day",
"thursday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"16.60 pounds"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"07:27"
],
[
"_:result",
"id",
"TR4127"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"count",
"70"
],
[
"_:search",
"day",
"thursday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"16.60 pounds"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:result",
"arrive_by",
"07:27"
],
[
"_:result",
"id",
"TR4127"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_: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",
"destination",
"london liverpool street"
],
[
"_:result",
"count",
"70"
],
[
"_:search",
"day",
"thursday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:result",
"arrive_by",
"07:27"
],
[
"_:result",
"id",
"TR4127"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"ticket",
"16.60 GBP"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"count",
"70"
],
[
"_:search",
"day",
"thursday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:result",
"arrive_by",
"07:27"
],
[
"_:result",
"id",
"TR4127"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"ticket",
"16.60 GBP"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"museum"
],
[
"_: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",
"destination",
"london liverpool street"
],
[
"_:result",
"count",
"70"
],
[
"_:search",
"day",
"thursday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:result",
"arrive_by",
"07:27"
],
[
"_:result",
"id",
"TR4127"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"ticket",
"16.60 GBP"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"category",
"museums"
],
[
"_: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,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"day",
"thursday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:result",
"arrive_by",
"07:27"
],
[
"_:result",
"id",
"TR4127"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"ticket",
"16.60 GBP"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"address",
"?"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"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",
"london liverpool street"
],
[
"_:search",
"day",
"thursday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:result",
"arrive_by",
"07:27"
],
[
"_:result",
"id",
"TR4127"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"ticket",
"16.60 GBP"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"address",
"?"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"the cambridge museum of technology"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"day",
"thursday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:result",
"arrive_by",
"07:27"
],
[
"_:result",
"id",
"TR4127"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"ticket",
"16.60 GBP"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"address",
"?"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"the cambridge museum of technology"
],
[
"_:result",
"address",
"the old pumping station , cheddars lane"
],
[
"_:result",
"postcode",
"cb58ld"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Good morning , I am looking forward to trying some local restaurants when I arrive in Cambridge next week ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Wonderful . Is there a type of cuisine that interests you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'modern american');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to try some modern American food ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,food,'American');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry there appear to be no modern American restaurants in the area . Would you like to try something else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , can you check Chinese for me please ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'17');(_:result,food,'Chinese');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "There are 17 Chinese places that you may like , do you have further criteria to narrow it down ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what 's the most expensive one ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'nine');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have nine in the expensive range . Is there an area you prefer ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "No . I would like you to pick the best one you know of ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Sesame Restaurant and Bar');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "In that case , I would recommend the Sesame Restaurant and Bar . Would you like to know more about it ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'15:15');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , that 's okay . Can I book a table for 2 on friday at 15:15 ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'LZ2KI6G5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : LZ2KI6G5 ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,leave_at,'11:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you . I also need train information . We are planning to leave on Saturday at some time after 11:45 ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'13:51');(_:result,destination,'london');(_:result,id,'TR4003');(_:result,leave_at,'13:00');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would the TR4003 train departing at 13:00 and arriving in london by 13:51 work for you ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "Yes . That works ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many tickets do you need ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need 2 tickets please ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'TKP9K1U4');(_:booking,ticket,'37.76 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "the total fee is 37.76 GBP payable at the station , reference number TKP9K1U4 ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help ."
},
{
"id": 19,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Do you need anything else ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "that is it for today thank you for asking"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day ."
}
] |
PMUL0841.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"modern american"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/2f380d3d"
],
[
"_:search/2f380d3d",
"type",
"Restaurant"
],
[
"_:result",
"food",
"American"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/2f380d3d"
],
[
"_:search/2f380d3d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"17"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/2f380d3d"
],
[
"_:search/2f380d3d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"17"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/2f380d3d"
],
[
"_:search/2f380d3d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"17"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Sesame Restaurant and Bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/2f380d3d"
],
[
"_:search/2f380d3d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"17"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Sesame Restaurant and Bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"ref",
"LZ2KI6G5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/2f380d3d"
],
[
"_:search/2f380d3d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"17"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Sesame Restaurant and Bar"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"ref",
"LZ2KI6G5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"13:51"
],
[
"_:result",
"destination",
"london"
],
[
"_:result",
"id",
"TR4003"
],
[
"_:result",
"leave_at",
"13:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/2f380d3d"
],
[
"_:search/2f380d3d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"17"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Sesame Restaurant and Bar"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:booking",
"ref",
"LZ2KI6G5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:result",
"arrive_by",
"13:51"
],
[
"_:result",
"destination",
"london"
],
[
"_:result",
"id",
"TR4003"
],
[
"_:result",
"leave_at",
"13:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/2f380d3d"
],
[
"_:search/2f380d3d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"17"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Sesame Restaurant and Bar"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:result",
"arrive_by",
"13:51"
],
[
"_:result",
"destination",
"london"
],
[
"_:result",
"id",
"TR4003"
],
[
"_:result",
"leave_at",
"13:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"TKP9K1U4"
],
[
"_:booking",
"ticket",
"37.76 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/2f380d3d"
],
[
"_:search/2f380d3d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"17"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Sesame Restaurant and Bar"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:result",
"arrive_by",
"13:51"
],
[
"_:result",
"destination",
"london"
],
[
"_:result",
"id",
"TR4003"
],
[
"_:result",
"leave_at",
"13:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"TKP9K1U4"
],
[
"_:booking",
"ticket",
"37.76 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'travellers rest');(_:search,destination,'finches bed and breakfast');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to book a taxi to pick me up Travellers Rest to take me to Finches Bed and Breakfast ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Sure ! when would you like to arrive ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to arrive at the restaurant no later than ten o'clock a.m."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'red tesla');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I have confirmed a taxi booking for you , a red tesla will be picking you up ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Ok great , can I have the contact number ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'07915006170');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure its 07915006170 . Is there anything else I can do for you ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . Great service . Goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Please contact us again if there 's anything else you need during your stay ."
}
] |
SNG01631.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"travellers rest"
],
[
"_:search",
"destination",
"finches bed and breakfast"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"travellers rest"
],
[
"_:search",
"destination",
"finches bed and breakfast"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"travellers rest"
],
[
"_:search",
"destination",
"finches bed and breakfast"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"car",
"red tesla"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"travellers rest"
],
[
"_:search",
"destination",
"finches bed and breakfast"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"car",
"red tesla"
],
[
"_:result",
"phone",
"07915006170"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,department,'psychiatry');(_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "Does the Addenbrookes Hospital have a psychiatry department ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,department,'psychiatry');(_:result,phone,'01223596102');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Yes it does . The phone number for the psychiatry department is 01223596102 . Would you like to book an appointment ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "No , thanks but can you pass on the address and postcode please ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Of course , Addenbrookes Hospital is at Hills Rd , Cambridge , postcode CB20QQ ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great . Thank you very much for your help today . That will be all ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a great day ."
}
] |
SNG0176.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"psychiatry"
],
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"psychiatry"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"department",
"psychiatry"
],
[
"_:result",
"phone",
"01223596102"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"psychiatry"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"department",
"psychiatry"
],
[
"_:result",
"phone",
"01223596102"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for a hotel with free wifi that is moderately priced ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We offer three locations with those criteria . Any preference on area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to stay at a guesthouse in the centre please"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,category,'guesthouse');(_:search,type,'Hotel'))",
"select((_:result,category,'hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I apologize , but we do n't have a guesthouse that fits your criteria . Would you like to try a hotel ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hmm , well that is n't good . Oh well , how about trying if there is a guesthouse that s cheap then . I suppose it will have to do ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,name,'Alexander Bed and Breakfast');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Alexander Bed and Breakfast is a cheap guesthouse in that area , it has 4 stars and offers free wifi . Can I book this for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please , for four people on Thursday ."
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many nights do you need ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,stay,'five');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I need five nights . And I need the reference number , please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,day,'Thursday');(_:booking,name,'Alexander B&B');(_:booking,name,'the');(_:booking,people,'4');(_:booking,ref,'1KWO2DAQ');(_:booking,stay,'5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book the Alexander B&B for you for 4 people and 5 nights starting on Thursday . The reference number is 1KWO2DAQ ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that will do , cheers ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Cheers . Have a great day ."
}
] |
SNG1019.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/b553076c"
],
[
"_:search/b553076c",
"category",
"guesthouse"
],
[
"_:search/b553076c",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/b553076c"
],
[
"_:search/b553076c",
"category",
"guesthouse"
],
[
"_:search/b553076c",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/b553076c"
],
[
"_:search/b553076c",
"category",
"guesthouse"
],
[
"_:search/b553076c",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"four"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"five"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/b553076c"
],
[
"_:search/b553076c",
"category",
"guesthouse"
],
[
"_:search/b553076c",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"stay",
"five"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"name",
"Alexander B&B"
],
[
"_:booking",
"name",
"the"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"1KWO2DAQ"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouses');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Are there any guesthouses with free parking ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'21');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , there are 21 guesthouses with free parking . Is there an area of town or price range that you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like something in the centre that is cheap"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Alexander bed and breakfast');(_:result,name,'el shaddai');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Alexander bed and breakfast and el shaddai are both available ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,name,'alexander bed and breakfast');(_:search,people,'8');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you book Alexander Bed and Breakfast for me ? I have 8 people and would like to stay 5 nights , starting Thursday ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'IY4GSCGL');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . Your reference number is IY4GSCGL . Is there anything else I can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , that is all I need . Thank you for your help . Bye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great stay ! Goodbye !"
}
] |
SNG0989.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"IY4GSCGL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train going from cambridge to london liverpool street"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,departure,'Cambridge');(_:result,destination,'Liverpool Street');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have many trains available between Cambridge and Liverpool Street . What day are you looking to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'20:15');(_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to travel on Tuesday and I would like to arrive by 20:15 please ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,arrive_by,'7:27');(_:booking,category,'Train');(_:booking,id,'TR7299');(_:booking,leave_at,'5:59');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR7299 that leaves at 5:59 and arrives at 7:27 . Would you like to book that ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'20:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Do you have a train that arrives closer to 20:15 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'19:27');(_:result,id,'TR9561');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , TR9561 arrives at 19:27 . Would you like to book that train ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need 7 tickets ."
},
{
"id": 7,
"rdf-acts": [],
"speaker": "system",
"text": "Will you needing a reference number ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please . I 'm also looking for a hotel in the west . I need free parking and wifi available . Thanks so much ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:booking,category,'Train');(_:booking,people,'7');(_:booking,ref,'MQRGDBZA');(_:booking,type,'Booking');(_:result,amount,'many');(_:result,area,'west');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Your train was booked successfully for 7 people . Your reference number is MQRGDBZA . There are many hotels located in the west . Are you looking for something in a certain price range ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,stars,'3');(_:search,type,'Hotel'))",
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "A 3 star hotel in the cheap price range"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "I m sorry I have nothing matching that criteria can we adjust the amenities ?"
}
] |
PMUL3031.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Liverpool Street"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"20:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Liverpool Street"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"7:27"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR7299"
],
[
"_:booking",
"leave_at",
"5:59"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"20:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Liverpool Street"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"7:27"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR7299"
],
[
"_:booking",
"leave_at",
"5:59"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"20:15"
],
[
"_:result",
"arrive_by",
"19:27"
],
[
"_:result",
"id",
"TR9561"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Liverpool Street"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"7:27"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR7299"
],
[
"_:booking",
"leave_at",
"5:59"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"20:15"
],
[
"_:result",
"arrive_by",
"19:27"
],
[
"_:result",
"id",
"TR9561"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"area",
"west"
],
[
"_: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": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Liverpool Street"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"7:27"
],
[
"_:booking",
"id",
"TR7299"
],
[
"_:booking",
"leave_at",
"5:59"
],
[
"_:search",
"arrive_by",
"20:15"
],
[
"_:result",
"arrive_by",
"19:27"
],
[
"_:result",
"id",
"TR9561"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"MQRGDBZA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for a place to go in the centre of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "What kind of attraction are you interested in ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Are there any outdoor festivals or activities ? I 'll need the postcode and phone number ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,count,'79');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 79 activities in the town center . How may I help narrow your search ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'nightclubs');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Are there any nightclubs in the centre ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'nightclubs');(_:result,count,'5');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 5 nightclubs in the centre . Would you like a recommendation ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , which one is the best ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'Club Salsa');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Club Salsa looks good ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,name,'club salsa');(_:search,type,'Attraction');(_:search,type,'Hotel'))",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Ok , please give me Club Salsa 's postcode and phone number . I also want to find a hotel in the same area ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,phone,'07782218745');(_:result,postcode,'cb12jb');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their phone number is 07782218745 and the post code is cb12jb . What sort of hotel are you looking for and in what area ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a hotel in the centre of town ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'hotels');(_:result,count,'5');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have 5 hotels available that are located in the centre of town ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))",
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Which hotels are rated 4 stars and offer free parking ? Can I have a phone number for those hotels ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,phone,'01223351241');(_:result,phone,'01223525725');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "sure there s two hotels , 01223525725 and 01223351241"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "What are their names ?"
},
{
"id": 15,
"rdf-acts": [
"select((_:result,name,'Alexander Bed and Breakfast');(_:result,name,'University Arms Hotel');(_:result,type,'Hotel'))",
"inform((_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "They are Alexander Bed and Breakfast and University Arms Hotel . Do you have a preference ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , not at this time . I just needed the information . Thank you and have a nice day ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . Goodbye !"
}
] |
MUL1013.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"count",
"79"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclubs"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclubs"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"category",
"nightclubs"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Club Salsa"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"name",
"club salsa"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Club Salsa"
],
[
"_:search",
"name",
"club salsa"
],
[
"_:result",
"phone",
"07782218745"
],
[
"_:result",
"postcode",
"cb12jb"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"name",
"Club Salsa"
],
[
"_:search",
"name",
"club salsa"
],
[
"_:result",
"phone",
"07782218745"
],
[
"_:result",
"postcode",
"cb12jb"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"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",
"name",
"Club Salsa"
],
[
"_:search",
"name",
"club salsa"
],
[
"_:result",
"postcode",
"cb12jb"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"phone",
"01223351241"
],
[
"_:result",
"phone",
"01223525725"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"club salsa"
],
[
"_:result",
"postcode",
"cb12jb"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"phone",
"01223351241"
],
[
"_:result",
"phone",
"01223525725"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,food,'persian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need an expensive restaurant that serves Persian food in the town center ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "We do not have any restaurants that match your request . Would you like to broaden your searcH ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'Persian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any Persian restaurants in the area ? The west side would be best ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "No I am sorry another perhaps ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Ok , how about some Indian restaurant in the west then ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'India House');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The India House fills those requirements . Would you like any information about them or assistance booking a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "May I please have their address , post code , and phone number ? Thank you ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'31 Newnham Road Newnham');(_:result,name,'India House');(_:result,phone,'01223461661');(_:result,postcode,'cb39ey');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the India House is located at 31 Newnham Road Newnham , cb39ey . Their phone number is 01223461661 . Is there anything else I can do for you today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes I 'm also looking for a train that should go to Ely and apart from Cambridge"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Do you have a day and time you would like to depart or arrive by ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,leave_at,'19:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave after 19:45 on Thursday ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,leave_at,'19:50');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The first train to leave after 19:45 leaves at 19:50 . Would you like me to book that for you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "First , what 's the train ID ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,id,'TR7979');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "That trainID is TR7979 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay Thank you . That is all I need ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Awesome . Glad we could help !"
}
] |
MUL0351.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"persian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/672c7755"
],
[
"_:search/672c7755",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"Persian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/672c7755"
],
[
"_:search/672c7755",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ba6551e6"
],
[
"_:search/ba6551e6",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/672c7755"
],
[
"_:search/672c7755",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ba6551e6"
],
[
"_:search/ba6551e6",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"India House"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/672c7755"
],
[
"_:search/672c7755",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ba6551e6"
],
[
"_:search/ba6551e6",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"31 Newnham Road Newnham"
],
[
"_:result",
"name",
"India House"
],
[
"_:result",
"phone",
"01223461661"
],
[
"_:result",
"postcode",
"cb39ey"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_: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/672c7755"
],
[
"_:search/672c7755",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ba6551e6"
],
[
"_:search/ba6551e6",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"31 Newnham Road Newnham"
],
[
"_:result",
"name",
"India House"
],
[
"_:result",
"phone",
"01223461661"
],
[
"_:result",
"postcode",
"cb39ey"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"19:45"
],
[
"_: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/672c7755"
],
[
"_:search/672c7755",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ba6551e6"
],
[
"_:search/ba6551e6",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"31 Newnham Road Newnham"
],
[
"_:result",
"name",
"India House"
],
[
"_:result",
"phone",
"01223461661"
],
[
"_:result",
"postcode",
"cb39ey"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"19:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"19:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"id",
"?"
]
],
"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/672c7755"
],
[
"_:search/672c7755",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ba6551e6"
],
[
"_:search/ba6551e6",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"31 Newnham Road Newnham"
],
[
"_:result",
"name",
"India House"
],
[
"_:result",
"phone",
"01223461661"
],
[
"_:result",
"postcode",
"cb39ey"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"19:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"19:50"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"id",
"TR7979"
],
[
"_: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,departure,'london kings cross');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I have to get to cambridge from london kings cross for a family matter , can you help me book a train ?"
},
{
"id": 1,
"rdf-acts": [
"thank()",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Yes , I can help . What day do you need to leave ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on Sunday ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Is there a certain time you want to leave after or arrive by ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,leave_at,'17:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave after 17:30 on sunday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'51 minutes later');(_:result,id,'TR1681');(_:result,leave_at,'19:17');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR1681 leaves at 19:17 and arrives 51 minutes later . How is that ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Perfect . I 'll need 2 tickets ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I will book that for you now ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'emmanuel college');(_:search,type,'Attraction'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Great , can you give me the reference number . Also can you give me some information on emmanuel college please ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'TD9C5XQU');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reference number is : TD9C5XQU . What else can I do for you today ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'emmanuel college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you give me the phone number , entrance fee , and address of emmanuel college , please ?"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "The phone number is 01223334200 . I can also tell you that there is no entrance fee and its located in centre on saint andrew 's street ."
}
] |
PMUL3486.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:result",
"arrive_by",
"51 minutes later"
],
[
"_:result",
"id",
"TR1681"
],
[
"_:result",
"leave_at",
"19:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:result",
"arrive_by",
"51 minutes later"
],
[
"_:result",
"id",
"TR1681"
],
[
"_:result",
"leave_at",
"19:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"name",
"emmanuel college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:result",
"arrive_by",
"51 minutes later"
],
[
"_:result",
"id",
"TR1681"
],
[
"_:result",
"leave_at",
"19:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"TD9C5XQU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"emmanuel college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking to visit a museum in Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'museums');(_:result,count,'23');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 23 museums in Cambridge , can you tell me an area you are wanting to visit the museum in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "How about in the centre of town ? What s available there ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have many options . Are you perchance able to narrow it own by museum type"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "No , anything that you would recommend would be great . I just need a phone number that I can call ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'Broughton house gallery');(_:result,phone,'01223314960');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Broughton house gallery \t looks good their number is 01223314960"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'8:15');(_:search,day,'wednesday');(_:search,departure,'london kings cross');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you . I 'm also looking for a train from london kings cross to cambridge on wednesday to arrive by 8:15 . Is there anything available then ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'06:08');(_:result,id,'TR5725');(_:result,leave_at,'05:17');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR5725 departs at 05:17 and arrives at 06:08 so you will have plenty of time . Would you like me to book that for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That sounds great . Please book for 5 people ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR5725');(_:booking,people,'5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I got you booked for 5 people then on TR5725 . Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "No . thank you for making the train reservations"
},
{
"id": 11,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "You 're welcome have a great day !"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , have a nice day as well ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're quite welcome . Enjoy Cambridge !"
}
] |
MUL1987.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",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"name",
"Broughton house gallery"
],
[
"_:result",
"phone",
"01223314960"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"8:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"name",
"Broughton house gallery"
],
[
"_:result",
"phone",
"01223314960"
],
[
"_:search",
"arrive_by",
"8:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"06:08"
],
[
"_:result",
"id",
"TR5725"
],
[
"_:result",
"leave_at",
"05:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"name",
"Broughton house gallery"
],
[
"_:result",
"phone",
"01223314960"
],
[
"_:search",
"arrive_by",
"8:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"06:08"
],
[
"_:result",
"id",
"TR5725"
],
[
"_:result",
"leave_at",
"05:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR5725"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"name",
"Broughton house gallery"
],
[
"_:result",
"phone",
"01223314960"
],
[
"_:search",
"arrive_by",
"8:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"06:08"
],
[
"_:result",
"id",
"TR5725"
],
[
"_:result",
"leave_at",
"05:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR5725"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'austrian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for a cheap austrian restaurant ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'Austrian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry but I do n't have any Austrian restaurants ? Would you like to try a different cuisine ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'Austrian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are you sure ? I 'd really like some Austrian food ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'a number of');(_:result,food,'European');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes I am sure . However , I do have a number of restaurants listed as serving European food . Would you like information on these ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please . I prefer the centre of town if possible ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'a number of');(_:result,area,'centre');(_:result,food,'European');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are a number of European options in the town centre . Do you have a price range ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like for that to be cheap as well ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'in the Centre');(_:result,food,'Modern European');(_:result,name,'River Bar Steakhouse and Grill');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The River Bar Steakhouse and Grill located in the Centre has cheap Modern European food . Would you care for that ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds good . Could you give me the number ? Also , the address and postcode ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'Quayside Off Bridge STreet');(_:result,phone,'01223307030');(_:result,postcode,'cb58aq');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number is 01223307030 . The address is Quayside Off Bridge STreet and the postcode is cb58aq . Can I book a reservation ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , I 'm all set , thanks . Goodbye !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , let us know if you need any more help with anything ."
}
] |
SNG0556.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"austrian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/07fa32f9"
],
[
"_:search/07fa32f9",
"food",
"Austrian"
],
[
"_:search/07fa32f9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Austrian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/07fa32f9"
],
[
"_:search/07fa32f9",
"food",
"Austrian"
],
[
"_:search/07fa32f9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Austrian"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/07fa32f9"
],
[
"_:search/07fa32f9",
"food",
"Austrian"
],
[
"_:search/07fa32f9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Austrian"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/07fa32f9"
],
[
"_:search/07fa32f9",
"food",
"Austrian"
],
[
"_:search/07fa32f9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Austrian"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"in the Centre"
],
[
"_:result",
"food",
"Modern European"
],
[
"_:result",
"name",
"River Bar Steakhouse and Grill"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/07fa32f9"
],
[
"_:search/07fa32f9",
"food",
"Austrian"
],
[
"_:search/07fa32f9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Austrian"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"in the Centre"
],
[
"_:result",
"food",
"Modern European"
],
[
"_:result",
"name",
"River Bar Steakhouse and Grill"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Quayside Off Bridge STreet"
],
[
"_:result",
"phone",
"01223307030"
],
[
"_:result",
"postcode",
"cb58aq"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'creative');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a moderately priced restaurant that serves creative food ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no results matching your query . Would you like to change your query ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . How about a restaurant that serves European food ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,food,'modern European');(_:result,name,'De Luca Cucina and Bar');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "De Luca Cucina and Bar is moderately priced and serves modern European food ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds good , can I have the address and postcode please ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "the address is 83 Regent Street , postcode is C.B 2 , 1 A.W."
}
] |
WOZ20123.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"creative"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/f9342f28"
],
[
"_:search/f9342f28",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/f9342f28"
],
[
"_:search/f9342f28",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"modern European"
],
[
"_:result",
"name",
"De Luca Cucina and Bar"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap restaurant , please"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What type of cuisine would you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'jamaican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "do you have any serves jamaican food ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,food,'Jamaican');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are n't any Jamaican restaurants nearby , would you like another type of cuisine ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about mediterranean ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,food,'mediterranean');(_:result,name,'the gardenia');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , the gardenia serves mediterranean . Would you like their phone number ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , and the postcode please ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Gardenia');(_:result,phone,'01223 356354');(_:result,postcode,'3 L.L.');(_:result,postcode,'C.B 2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the Gardenia 's phone number is 01223 356354 and the postcode is C.B 2 , 3 L.L. Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you , goodbye ,"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day . Goodbye ."
}
] |
WOZ20097.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"jamaican"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/fd577351"
],
[
"_:search/fd577351",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Jamaican"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/fd577351"
],
[
"_:search/fd577351",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"the gardenia"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/fd577351"
],
[
"_:search/fd577351",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Gardenia"
],
[
"_:result",
"phone",
"01223 356354"
],
[
"_:result",
"postcode",
"3 L.L."
],
[
"_:result",
"postcode",
"C.B 2"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I be traveling to Cambridge and ca n't wait to try the restaurants , but could you help me with a finding a hotel ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'north');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'acorn guest house');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Would you prefer a guesthouse ? The acorn guest house is in the north and moderately priced . 4 starts with free internet and parking"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'no');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would prefer a hotel type hotel , it just needs to be in the moderate price range and does n't need to have free parking , but needs wifi"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'74 chesterton road');(_:result,name,'ashley hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure ! I found ashley hotel . It is located at 74 chesterton road . Would that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes , that sounds like a good place . I appreciate the information ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "You 're welcome . Would you like a room , or perhaps I could help you with something else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , can you tell me the star rating of that hotel ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,stars,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It has 2 stars ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'hotel');(_:search,food,'european');(_:search,pricerange,'same price range');(_:search,type,'Hotel');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanks , I also need a restaurant in the Centre that serves European food . It needs to be in the same price range as hotel ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Galleria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about the Galleria ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'17:15');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds good . I would like to make a reservation for Friday at 17:15 for 4 people ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'DWMSURSO');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay I was able to make you a reservation and your reference number is DWMSURSO ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'the time of my reservation');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Could you also book me a taxi that arrives at the restaurant by the time of my reservation ?"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where will you be departing from ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "From the hotel . I would like to get a contact number for the taxi also , just in case something changes ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'yellow honda');(_:result,phone,'07236475648');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I was able to book that taxi for you . Their contact number is 07236475648 . That will be a yellow honda . Can I assist you with anything else today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that will be all thank you goodbye"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system today !"
}
] |
MUL1265.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"74 chesterton road"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"74 chesterton road"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"address",
"74 chesterton road"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"address",
"74 chesterton road"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"name",
"Galleria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"address",
"74 chesterton road"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"name",
"Galleria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"DWMSURSO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"the time of my reservation"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"address",
"74 chesterton road"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"name",
"Galleria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"DWMSURSO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"the time of my reservation"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"address",
"74 chesterton road"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"name",
"Galleria"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"DWMSURSO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"the time of my reservation"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow honda"
],
[
"_:result",
"phone",
"07236475648"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'swiss');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a place to dine . The restaurant should be in the east and should serve swiss food"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I do n't have any restaurants that meet that criteria . Are you interested in something different ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , I am only interested in a restaurant that serves swiss food and is in the east ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,area,'east');(_:search,food,'Swiss');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there are no restaurants in the east that serve Swiss food ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'international');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about international food ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'The missing sock');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The missing sock will meet your needs . Need to book a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , I just need the postcode ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb259aq');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code is cb259aq . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , you have been very helpful . Thank you so much ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you goodbye"
}
] |
SNG02239.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"swiss"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"swiss"
],
[
"_:system",
"canthelp",
"_:search/baac44f7"
],
[
"_:search/baac44f7",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/baac44f7"
],
[
"_:search/baac44f7",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/236d3a33"
],
[
"_:search/236d3a33",
"area",
"east"
],
[
"_:search/236d3a33",
"food",
"Swiss"
],
[
"_:search/236d3a33",
"type",
"Restaurant"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/baac44f7"
],
[
"_:search/baac44f7",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/236d3a33"
],
[
"_:search/236d3a33",
"area",
"east"
],
[
"_:search/236d3a33",
"food",
"Swiss"
],
[
"_:search/236d3a33",
"type",
"Restaurant"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"The missing sock"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/baac44f7"
],
[
"_:search/baac44f7",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/236d3a33"
],
[
"_:search/236d3a33",
"area",
"east"
],
[
"_:search/236d3a33",
"food",
"Swiss"
],
[
"_:search/236d3a33",
"type",
"Restaurant"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"The missing sock"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb259aq"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "I 've just has a dispute involving an auto accident . I need some help urgently !"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'Parkside Police Station');(_:result,phone,'01223358966');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The number to reach the Parkside Police Station is 01223358966 . I suggest you give them a call . They can help with the accident ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "Thank you . What is the postcode for that station ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The postcode is CB11JG ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that 's all ! !"
},
{
"id": 5,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Thank you for using this system"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "On the contrary ... thank YOU . Goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Good day and goodbye ."
}
] |
SNG01276.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"name",
"Parkside Police Station"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"type",
"Police"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"name",
"Parkside Police Station"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"name",
"Parkside Police Station"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am planning a trip in Cambridge ."
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "Excellent ! What can I help you with ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'leicester');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to get a train to cambridge from leicester ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day and time would you like to travel ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'15:45');(_:search,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need the train to arrive by 15:45 and leave on friday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'14:54');(_:result,departure,'leicester');(_:result,id,'TR4625');(_:result,ticket,'37.80 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There is TR4625 that will depart from leicester and arrive at 14:54 . The cost of the ticket is 37.80 pounds ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Sounds great . i will need a booking for 2 people ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,arrive_by,'14:54');(_:booking,category,'Train');(_:booking,departure,'Leicester');(_:booking,destination,'Cambridge');(_:booking,id,'TR4625');(_:booking,leave_at,'13:09');(_:booking,people,'2');(_:booking,ref,'TGE8CAOR');(_:booking,ticket,'75.59 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked you 2 tickets on the TR4625 leaving Leicester at 13:09 and arriving in Cambridge at 14:54 total fee is 75.59 GBP referenece TGE8CAOR ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great ! Thank you ! I will also need a hotel in the east . It must have free parking ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'express by holiday inn cambridge');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "express by holiday inn cambridge is in the east and has an expensive price range"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'2');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay can you book it for me for 3 nights from Friday for 2 people ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'MTML5ASG');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Your Reference number is : MTML5ASG . Is there anything else I can assist you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I do n't think so . Not today . Thanks for the help ! Goodbye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Great . I hope you have a great day ."
}
] |
PMUL3854.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"arrive_by",
"14:54"
],
[
"_:result",
"departure",
"leicester"
],
[
"_:result",
"id",
"TR4625"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"arrive_by",
"14:54"
],
[
"_:result",
"departure",
"leicester"
],
[
"_:result",
"id",
"TR4625"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"arrive_by",
"14:54"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Leicester"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR4625"
],
[
"_:booking",
"leave_at",
"13:09"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"TGE8CAOR"
],
[
"_:booking",
"ticket",
"75.59 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:result",
"arrive_by",
"14:54"
],
[
"_:result",
"departure",
"leicester"
],
[
"_:result",
"id",
"TR4625"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:booking",
"arrive_by",
"14:54"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Leicester"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR4625"
],
[
"_:booking",
"leave_at",
"13:09"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"TGE8CAOR"
],
[
"_:booking",
"ticket",
"75.59 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:result",
"arrive_by",
"14:54"
],
[
"_:result",
"departure",
"leicester"
],
[
"_:result",
"id",
"TR4625"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:booking",
"arrive_by",
"14:54"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Leicester"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR4625"
],
[
"_:booking",
"leave_at",
"13:09"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ticket",
"75.59 GBP"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"MTML5ASG"
],
[
"_: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,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there a cheap restaurant in the north part of town ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,name,'Da Vinci pizzeria');(_:result,name,'Royal Spice');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have found two . They are Da Vinci pizzeria and Royal Spice ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the address and phone number of one of them ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'20 Milton Road Chesterton');(_:result,name,'Da Vinci Pizzeria');(_:result,phone,'01223 351707');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address for Da Vinci Pizzeria is 20 Milton Road Chesterton and its phone number is 01223 351707 . Do you need anymore information ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that will do thanks ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge restaurant system . Goodbye ."
}
] |
WOZ20261.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Da Vinci pizzeria"
],
[
"_:result",
"name",
"Royal Spice"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"20 Milton Road Chesterton"
],
[
"_:result",
"name",
"Da Vinci Pizzeria"
],
[
"_:result",
"phone",
"01223 351707"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a cheap restaurant in the north part of town ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,food,'indian');(_:result,food,'italian');(_:result,type,'Restaurant'))",
"inform((_:result,count,'2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two restaurants that fit your criteria , would you prefer italian or indian food ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Let 's try indian , please"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'north');(_:result,food,'indian');(_:result,name,'royal spice');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal spice serves indian food in the cheap price range and in the north part of town . is there anything else i can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the name of the Italian restaurant ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "da vinci pizzeria"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the address and phone number ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'20 Milton Road Chesterton');(_:result,name,'Da Vinci Pizzeria');(_:result,phone,'01223 351707');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address for Da Vinci Pizzeria is 20 Milton Road Chesterton and the phone number is 01223 351707 ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks so much !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . Good bye"
}
] |
WOZ20211.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"20 Milton Road Chesterton"
],
[
"_:result",
"name",
"Da Vinci Pizzeria"
],
[
"_:result",
"phone",
"01223 351707"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to find places to go to in the centre of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , what type of place are you interested in ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "What would you recommend ? I just need to stay in the centre and will need to call them later to ask some questions ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'about 44');(_:result,area,'center');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are about 44 attraction in the center but if i may know what interests you i can recommend one to you ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'none');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Whatever is most popular , this is my first time to cambridge and I have no idea ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'2 Norfolk Street');(_:result,area,'centre');(_:result,category,'concert hall');(_:result,name,'Man on the Moon');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is a great concert hall in the centre called Man on the Moon . It 's one of the best for visitors . They are located at 2 Norfolk Street ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'man on the moon');(_:search,type,'Attraction'))",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you for the information . Do you happen to have the postcode and phone number for the Man on the Moon ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223474144');(_:result,postcode,'cb12lf');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their postcode is cb12lf and their phone is 01223474144 . Can I help you with anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am also looking for a train from Cambridge to Peterborough on Wednesday . Can you help with that ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are many options available . Would you like to narrow it down by departure time or arrival time ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,leave_at,'21:45');(_:search,type,'Train'))",
"request((_:result,arrive_by,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to leave after 21:45 , if possible . I wo n't need to book . I 'll just need the arrival time , please ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'22:56');(_:result,id,'TR8574');(_:result,leave_at,'22:06');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Sure , the TR8574 leaves at 22:06 and arrives at 22:56 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thanks for serving me !"
},
{
"id": 13,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "YEah , anytime . It was my pleasure ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thank you once again"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm sorry about that , I forgot to hang up . Good bye ."
}
] |
PMUL4758.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"about 44"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"none"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"about 44"
],
[
"_:search",
"category",
"none"
],
[
"_:result",
"address",
"2 Norfolk Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"concert hall"
],
[
"_:result",
"name",
"Man on the Moon"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"man on the moon"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"about 44"
],
[
"_:search",
"category",
"none"
],
[
"_:result",
"address",
"2 Norfolk Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"concert hall"
],
[
"_:result",
"name",
"Man on the Moon"
],
[
"_:search",
"name",
"man on the moon"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223474144"
],
[
"_:result",
"postcode",
"cb12lf"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"none"
],
[
"_:result",
"address",
"2 Norfolk Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"concert hall"
],
[
"_:result",
"name",
"Man on the Moon"
],
[
"_:search",
"name",
"man on the moon"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223474144"
],
[
"_:result",
"postcode",
"cb12lf"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"none"
],
[
"_:result",
"address",
"2 Norfolk Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"concert hall"
],
[
"_:result",
"name",
"Man on the Moon"
],
[
"_:search",
"name",
"man on the moon"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223474144"
],
[
"_:result",
"postcode",
"cb12lf"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"22:56"
],
[
"_:result",
"id",
"TR8574"
],
[
"_:result",
"leave_at",
"22:06"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"none"
],
[
"_:result",
"address",
"2 Norfolk Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"concert hall"
],
[
"_:result",
"name",
"Man on the Moon"
],
[
"_:search",
"name",
"man on the moon"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223474144"
],
[
"_:result",
"postcode",
"cb12lf"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"22:56"
],
[
"_:result",
"id",
"TR8574"
],
[
"_:result",
"leave_at",
"22:06"
],
[
"_: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,'north');(_:search,has_parking,'yes');(_:search,stars,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to find a four stars hotel in the north that has indoor free parking ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'7');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "We have seven matches for your requirements . Do you have any additional preferences ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It does n't need internet included"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'7');(_:result,name,'Worth House');(_:result,pricerange,'cheap');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I have 7 options for you . 6 are moderately priced , and 1 , Worth House , has a cheap price . Would you like more information ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,name,'Worth House');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does Worth House have free wifi ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'worth house');(_:result,pricerange,'cheap');(_:result,stars,'four');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , worth house is a cheap four star guesthouse in the north area with free parking and internet . All our options for your other preferences have wifi . Would you like to reserve a room ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'4');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes book me a stay for 4 people and 4 nights starting from wednesday please"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Oh , I 'm unable to process that . Would you care for a shorter stay ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,stay,'three');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you see if I can get three nights ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'V96BTDAI');(_:booking,stay,'3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book a room for 3 nights . Your reference number is V96BTDAI ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Oh , thank you so much . You 've been most helpful ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Have a great day !"
}
] |
SNG0764.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"Worth House"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"count",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"Worth House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"worth house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"count",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"Worth House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"worth house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/9bc21d9d"
],
[
"_:booking/9bc21d9d",
"type",
"Booking"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"three"
],
[
"_:search",
"type",
"Hotel"
]
],
"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",
"stars",
"four"
],
[
"_:result",
"count",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"Worth House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"worth house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/9bc21d9d"
],
[
"_:booking/9bc21d9d",
"type",
"Booking"
],
[
"_:search",
"stay",
"three"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"V96BTDAI"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hey there . I am hoping you might be able to tell me what kind of entertainment is happening tonight in town near where I am staying ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Not a problem . Where are you staying ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'northern');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am in the northern part of town ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'north');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Sorry , I do n't see any attractions in the north . Perhaps another area ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'swimming pool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Would you happen to know if there is a swimming pool in the north ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,count,'2');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There 's actually two . Would you like more information on them ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , please !"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'Kings Hedges');(_:result,address,'between Victoria Road and the river');(_:result,address,'on Jedburgh Court');(_:result,name,'Jesus Green Outdoor Pool');(_:result,name,'Kings Hedges Learner pool');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Jesus Green Outdoor Pool is between Victoria Road and the river . The Kings Hedges Learner pool is on Jedburgh Court , Kings Hedges . Would you like their phone numbers ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'jesus green outdoor pool');(_:search,type,'Attraction'))",
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , please give me the phone number for Jesus Green Outdoor Pool ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223302579');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number is 01223302579 . Can I help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you also give me the address and entrance fee for the Jesus Green pool ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'between Victoria Rd and the river');(_:result,category,'pool');(_:result,entrance_fee,\"do n't have the information\");(_:result,phone,'01223302579');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The pool is located between Victoria Rd and the river . I do n't have the information for the entrance fee , but you can give them a call at 01223302579 ."
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you that is all I need , bye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Great . Have a great day !"
}
] |
SNG1053.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",
"northern"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ca5f0f1a"
],
[
"_:search/ca5f0f1a",
"area",
"north"
],
[
"_:search/ca5f0f1a",
"type",
"Attraction"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ca5f0f1a"
],
[
"_:search/ca5f0f1a",
"area",
"north"
],
[
"_:search/ca5f0f1a",
"type",
"Attraction"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ca5f0f1a"
],
[
"_:search/ca5f0f1a",
"area",
"north"
],
[
"_:search/ca5f0f1a",
"type",
"Attraction"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"address",
"Kings Hedges"
],
[
"_:result",
"address",
"between Victoria Road and the river"
],
[
"_:result",
"address",
"on Jedburgh Court"
],
[
"_:result",
"name",
"Jesus Green Outdoor Pool"
],
[
"_:result",
"name",
"Kings Hedges Learner pool"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"jesus green outdoor pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ca5f0f1a"
],
[
"_:search/ca5f0f1a",
"area",
"north"
],
[
"_:search/ca5f0f1a",
"type",
"Attraction"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"address",
"Kings Hedges"
],
[
"_:result",
"address",
"between Victoria Road and the river"
],
[
"_:result",
"address",
"on Jedburgh Court"
],
[
"_:result",
"name",
"Jesus Green Outdoor Pool"
],
[
"_:result",
"name",
"Kings Hedges Learner pool"
],
[
"_:search",
"name",
"jesus green outdoor pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223302579"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ca5f0f1a"
],
[
"_:search/ca5f0f1a",
"area",
"north"
],
[
"_:search/ca5f0f1a",
"type",
"Attraction"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Jesus Green Outdoor Pool"
],
[
"_:result",
"name",
"Kings Hedges Learner pool"
],
[
"_:search",
"name",
"jesus green outdoor pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"between Victoria Rd and the river"
],
[
"_:result",
"category",
"pool"
],
[
"_:result",
"entrance_fee",
"do n't have the information"
],
[
"_:result",
"phone",
"01223302579"
],
[
"_: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,area,'east');(_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi . I 'm looking for a 4 star hotel in the east ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,type,'Hotel'))",
"canthelp((_:search,area,'east');(_:search,category,'hotels');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "There are no 4 star hotels in the east side of town . Would you be interested in staying at a guesthouse instead ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yeah , a guesthouse is what I 'm looking for actually ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'6');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 6 guesthouses in the area . What is your price range ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'8');(_:search,pricerange,'dontcare');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't have a particular price range in mind . What do you suggest for 8 people and 5 nights ? I will need it for Wednesday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'710 Newmarket Road');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Autumn House');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I would recommend Autumn House on 710 Newmarket Road . It has Internet and Parking and is cheap . Does that sound good ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes and also looking for places to go in town . The attraction should be in the centre and should be in the type of museum"
},
{
"id": 7,
"rdf-acts": [
"select((_:result,category,'art museum or archaeology or science');(_:result,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,area,'centre');(_:result,category,'museums');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have many museums to choose from in the centre ! Are you looking for an art museum or archaeology or science ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "You can choose for me but I would like to know the postcode of the museum ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Castle Galleries');(_:result,postcode,'cb23bj');(_:result,type,'Attraction'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Castle Galleries is my choice . The postcode is cb23bj . I never made that hotel reservation . Would you like me to do that now ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'from hotel');(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes please . I also need to book a taxi that could take me from hotel to there ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay what time will you be leaving ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'8');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Book the hotel for 8 people , 5 nights and starting on Wednesday ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'057BYPRI');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : 057BYPRI . anything else i can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,leave_at,'12:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can we book that taxi ? I 'll need to leave the galleries by 12:30 ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'red audi and');(_:result,phone,'07888569243');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Your booking is completed . That will be a red Audi and the contact number is 07888569243 . Will there be anything else today ?"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , you have been very helpful . I do n't have any other questions . Thanks . Bye ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "thank you and enjoy your stay in Cambridge !"
}
] |
PMUL2755.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/c8bd8950"
],
[
"_:search/c8bd8950",
"area",
"east"
],
[
"_:search/c8bd8950",
"category",
"hotels"
],
[
"_:search/c8bd8950",
"stars",
"4"
],
[
"_:search/c8bd8950",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/c8bd8950"
],
[
"_:search/c8bd8950",
"area",
"east"
],
[
"_:search/c8bd8950",
"category",
"hotels"
],
[
"_:search/c8bd8950",
"stars",
"4"
],
[
"_:search/c8bd8950",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/c8bd8950"
],
[
"_:search/c8bd8950",
"area",
"east"
],
[
"_:search/c8bd8950",
"category",
"hotels"
],
[
"_:search/c8bd8950",
"stars",
"4"
],
[
"_:search/c8bd8950",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"address",
"710 Newmarket Road"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Autumn House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/c8bd8950"
],
[
"_:search/c8bd8950",
"area",
"east"
],
[
"_:search/c8bd8950",
"category",
"hotels"
],
[
"_:search/c8bd8950",
"stars",
"4"
],
[
"_:search/c8bd8950",
"type",
"Hotel"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"address",
"710 Newmarket Road"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Autumn House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/c8bd8950"
],
[
"_:search/c8bd8950",
"area",
"east"
],
[
"_:search/c8bd8950",
"category",
"hotels"
],
[
"_:search/c8bd8950",
"stars",
"4"
],
[
"_:search/c8bd8950",
"type",
"Hotel"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"address",
"710 Newmarket Road"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"postcode",
"cb23bj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"from hotel"
],
[
"_: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",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/c8bd8950"
],
[
"_:search/c8bd8950",
"area",
"east"
],
[
"_:search/c8bd8950",
"category",
"hotels"
],
[
"_:search/c8bd8950",
"stars",
"4"
],
[
"_:search/c8bd8950",
"type",
"Hotel"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"address",
"710 Newmarket Road"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"postcode",
"cb23bj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"from hotel"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/c8bd8950"
],
[
"_:search/c8bd8950",
"area",
"east"
],
[
"_:search/c8bd8950",
"category",
"hotels"
],
[
"_:search/c8bd8950",
"stars",
"4"
],
[
"_:search/c8bd8950",
"type",
"Hotel"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"address",
"710 Newmarket Road"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"postcode",
"cb23bj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"departure",
"from hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"057BYPRI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"12: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",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/c8bd8950"
],
[
"_:search/c8bd8950",
"area",
"east"
],
[
"_:search/c8bd8950",
"category",
"hotels"
],
[
"_:search/c8bd8950",
"stars",
"4"
],
[
"_:search/c8bd8950",
"type",
"Hotel"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"address",
"710 Newmarket Road"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"postcode",
"cb23bj"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"departure",
"from hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"057BYPRI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"12:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red audi and"
],
[
"_:result",
"phone",
"07888569243"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi ! Do you have any Indian food on the east side ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'4');(_:result,food,'Indian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have four Indian places , do you have a price range in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'12:45');(_:search,people,'three');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , I do not , any place will do . I 'd like to find a table for three at 12:45 on Monday ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Unfortunately there are no tables available matching that , do you have another time ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,duration,'11:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Ok , how about 11:45 , also I would like to know the name of the restaurant ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,duration,'11:45');(_:booking,name,'Curry Prince');(_:booking,people,'three');(_:booking,ref,'L8GT5J3I');(_:booking,type,'Booking');(_:result,area,'east');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok I have a table for three booked at 11:45 at Curry Prince . It is in the east side of town . Your reference number is L8GT5J3I ."
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Okay that is wonderful . That is all I need ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Great , is there anything else I can do for you today ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I need , thank you for your help ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge TownInfo centre , and enjoy the rest of your day !"
}
] |
SNG0460.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"three"
],
[
"_:system",
"canthelp",
"_:booking/c351c509"
],
[
"_:booking/c351c509",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"three"
],
[
"_:system",
"canthelp",
"_:booking/c351c509"
],
[
"_:booking/c351c509",
"type",
"Booking"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"11:45"
],
[
"_:booking",
"name",
"Curry Prince"
],
[
"_:booking",
"people",
"three"
],
[
"_:booking",
"ref",
"L8GT5J3I"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"three"
],
[
"_:system",
"canthelp",
"_:booking/c351c509"
],
[
"_:booking/c351c509",
"type",
"Booking"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"11:45"
],
[
"_:booking",
"name",
"Curry Prince"
],
[
"_:booking",
"people",
"three"
],
[
"_:booking",
"ref",
"L8GT5J3I"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like a moderately priced restaurant in the east part of town ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,food,'Indian');(_:result,food,'Italian');(_:result,type,'Restaurant'))",
"inform((_:result,area,'east');(_:result,count,'3');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 3 restaurants in the moderate price range and on the east part of town . Would you like Indian or Italian food ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "I do n't have a preference . Either one is fine ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'east');(_:result,food,'Indian');(_:result,name,'Rajmahal');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Rajmahal is a moderately priced Indian restaurant in the east part of town . Would you like more information ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please . can i have the address , phone number and postcode ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'7 Barnwell Road Fen Ditton , C.B 5 , 8 R.G.');(_:result,phone,'01223 244955');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Here is the information you asked for . phone is 01223 244955 and address is at 7 Barnwell Road Fen Ditton , C.B 5 , 8 R.G. Is there anything else I can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , Thank you ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Your welcome good bye"
}
] |
WOZ20447.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Rajmahal"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Rajmahal"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"postcode",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"7 Barnwell Road Fen Ditton , C.B 5 , 8 R.G."
],
[
"_:result",
"phone",
"01223 244955"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am traveling to Cambridge and looking forward to try local restaurants ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Glad to hear you 're coming for a visit ! What type of food do you like ? I can help you find a great one ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,destination,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to find a train first . I need one on Sunday going to kings lynn ."
},
{
"id": 3,
"rdf-acts": [
"thank()",
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I would be happy to assist you . Let 's clarify your departure and destination points . Are you travelling from Cambridge to Kings Lynn ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'13:00');(_:search,departure,'cambridge');(_:search,destination,'Kings Lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that 's correct . I need to arrive in Kings Lynn by 13:00 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,day,'sunday');(_:result,departure,'cambridge');(_:result,destination,'kings lynn');(_:result,id,'TR5507');(_:result,leave_at,'12:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR5507 leaves cambridge for kings lynn on sunday at 12:11 . Would that work for you ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that should work . Could you give me the price ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,ticket,'7.84 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The cost is 7.84 pounds ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,food,'mediterranean');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanks ! Can you also tell me if there are any expensive Mediterranean restaurants in the center of town ?"
},
{
"id": 9,
"rdf-acts": [
"select((_:result,name,'La Mimosa');(_:result,name,'Shiraz Restaurant');(_:result,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'2');(_:result,food,'Mediterranean');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I see two Expensive Mediterranean Restaurants in the town centre . La Mimosa and Shiraz Restaurant , do you have a preference ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'la mimosa');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "La Mimosa and can you book it for me and get a reference number ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes I can book it for you . How many people will be dining and what time and day ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm sorry , I do n't need it booked anymore . I just need the address , postcode , and phone number please ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "The address is Thompsons Lane Fen Ditton with a phone number of 01223362525 . The postcode is cb58aq ."
}
] |
PMUL4949.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"Kings Lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"Kings Lynn"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"day",
"sunday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"kings lynn"
],
[
"_:result",
"id",
"TR5507"
],
[
"_:result",
"leave_at",
"12:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"Kings Lynn"
],
[
"_:result",
"day",
"sunday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"kings lynn"
],
[
"_:result",
"id",
"TR5507"
],
[
"_:result",
"leave_at",
"12:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"7.84 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"Kings Lynn"
],
[
"_:result",
"day",
"sunday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"kings lynn"
],
[
"_:result",
"id",
"TR5507"
],
[
"_:result",
"leave_at",
"12:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"7.84 pounds"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"La Mimosa"
],
[
"_:result",
"name",
"Shiraz Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Mediterranean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"la mimosa"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"Kings Lynn"
],
[
"_:result",
"day",
"sunday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"kings lynn"
],
[
"_:result",
"id",
"TR5507"
],
[
"_:result",
"leave_at",
"12:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"7.84 pounds"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"La Mimosa"
],
[
"_:result",
"name",
"Shiraz Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Mediterranean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"la mimosa"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train to Stevenage ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Absolutely . From where would you like to depart ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving out of Cambridge . I need the ticket for Sunday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'first');(_:result,id,'TR5390');(_:result,leave_at,'5:21');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR5390 is the first train of the day leaving at 5:21 would that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'09:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Unfortunately I need to leave after 09:30 , is there one available then ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR8464');(_:result,leave_at,'11:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure thing , train TR8464 leaves at 11:21 . Will that work ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That will probably work fine . Can you tell me the travel time for that train ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'12:10');(_:result,day,'Sunday');(_:result,leave_at,'11:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The first train of Sunday leaves at 11:21 and arrives by 12:10 . Does that meet your requirements ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "By travel time , I mean the duration of the train trip ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,duration,'49-minute');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry . That comes out to a 49-minute train ride . Does that sound agreeable to you ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Yes that will be fine ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Am I booking one ticket ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's not necessary . I can book it later . Thanks . Have a good day ."
},
{
"id": 13,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Thank you for using our system !"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks again . Goodbye !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you ! Goodbye ."
}
] |
SNG0272.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"first"
],
[
"_:result",
"id",
"TR5390"
],
[
"_:result",
"leave_at",
"5:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"09:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"first"
],
[
"_:search",
"leave_at",
"09:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR8464"
],
[
"_:result",
"leave_at",
"11:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"first"
],
[
"_:search",
"leave_at",
"09:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR8464"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"arrive_by",
"12:10"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"leave_at",
"11:21"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"first"
],
[
"_:search",
"leave_at",
"09:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR8464"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"12:10"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"leave_at",
"11:21"
],
[
"_:result",
"duration",
"49-minute"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"first"
],
[
"_:search",
"leave_at",
"09:30"
],
[
"_:result",
"id",
"TR8464"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"12:10"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"leave_at",
"11:21"
],
[
"_:result",
"duration",
"49-minute"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"first"
],
[
"_:search",
"leave_at",
"09:30"
],
[
"_:result",
"id",
"TR8464"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"12:10"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"leave_at",
"11:21"
],
[
"_:result",
"duration",
"49-minute"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you help me find a guesthouse in the north to stay at ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'quite a few');(_:result,area,'North');(_:result,category,'guesthouses');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are quite a few guesthouses in the North . Is there a price range you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you run a search for moderately priced guesthouses please ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you need free parking or free internet ( or both ! ) ? That will help me narrow it down even more ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,has_internet,'dontcare');(_:search,has_parking,'dontcare');(_:search,people,'6');(_:search,stay,'3');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "it does n't really matter . Book it for 6 for 3 nights on sunday , and I 'll need the reference number too please"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,name,'Avalon hotel');(_:booking,ref,'SSSLFOYC');(_:booking,type,'Booking');(_:result,address,'62 Gilbert Road');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have made a booking for your party at Avalon hotel on 62 Gilbert Road . Your reference number is SSSLFOYC . I 'm sure you 'll love your stay !"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would love it more if I was n't starving . Can you point me in the direction of a good Chinese restaurant near my hotel ?"
},
{
"id": 7,
"rdf-acts": [
"select((_:result,pricerange,'expensive');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))",
"inform((_:result,count,'3');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 3 of them . Two are expensive and one is moderately priced . Do you have a preference ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I do . The moderately priced restaurant , please ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'the golden wok');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about the golden wok ? Would you like to make a reservation ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Not for now but I do need their address , postcode and phone number ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'191 Histon Road Chesterton');(_:result,name,'Golden Wok');(_:result,phone,'01223350688');(_:result,postcode,'cb43hl');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address for Golden Wok is 191 Histon Road Chesterton and post code is cb43hl . Phone number is 01223350688 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks very much for your help today ."
},
{
"id": 13,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "You 're very welcome !"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for everything goodbye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day !"
}
] |
PMUL4543.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"Avalon hotel"
],
[
"_:booking",
"ref",
"SSSLFOYC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"62 Gilbert Road"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"Avalon hotel"
],
[
"_:booking",
"ref",
"SSSLFOYC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"62 Gilbert Road"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"Avalon hotel"
],
[
"_:booking",
"ref",
"SSSLFOYC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"62 Gilbert Road"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"the golden wok"
],
[
"_: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",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"Avalon hotel"
],
[
"_:booking",
"ref",
"SSSLFOYC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"191 Histon Road Chesterton"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:result",
"phone",
"01223350688"
],
[
"_:result",
"postcode",
"cb43hl"
],
[
"_: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",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"Avalon hotel"
],
[
"_:booking",
"ref",
"SSSLFOYC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"191 Histon Road Chesterton"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:result",
"phone",
"01223350688"
],
[
"_:result",
"postcode",
"cb43hl"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for an upscale restaurant with European food , please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,food,'European');(_:result,name,'Eraina');(_:result,pricerange,'upscale');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Eraina is an an upscale restaurant serving European food ."
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Is there anything else available ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,food,'European');(_:result,name,'Cambridge Lodge restaurant');(_:result,pricerange,'upscale');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , the Cambridge Lodge restaurant is also an upscale restaurant serving European food ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is there address and area ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Cambridge Lodge Hotel 139 Huntingdon Road City Centre');(_:result,area,'west');(_:result,name,'Cambridge Lodge Restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Cambridge Lodge Restaurant is located is the west part of town at Cambridge Lodge Hotel 139 Huntingdon Road City Centre . Is there anything else you need ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you . That is all the info I needed ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you ."
}
] |
WOZ20181.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"Eraina"
],
[
"_:result",
"pricerange",
"upscale"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"Cambridge Lodge restaurant"
],
[
"_:result",
"pricerange",
"upscale"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"pricerange",
"upscale"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Cambridge Lodge Hotel 139 Huntingdon Road City Centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Cambridge Lodge Restaurant"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for somewhere to go"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are many options for you . What type of attraction would you like to visit ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'western');(_:search,category,\"do n't really care\");(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I do n't really care . But it needs to be in the western part of cambridge ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,name,'Lynne strover gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Lynne strover gallery is a museum located in the west , and the entrance is free . Would you like the address and phone for it ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Just the address in the postcode would be great"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'23 High Street , Fen Ditton');(_:result,name,'Lynne Strover Gallery');(_:result,postcode,'cb30aq');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Lynne Strover Gallery is located at 23 High Street , Fen Ditton and the postcode is cb30aq . Is there anything else I can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to book a train as well ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay . Where do you need to depart from and arrive to ? And what time would you like to arrive ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'16:00');(_:search,departure,'cambridge');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to depart from cambridge and arrive in leicester by 16:00 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'15:06');(_:result,id,'TR4792');(_:result,leave_at,'13:31');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR4792 leaves at 13:31 and arrives at 15:06 . Would you like to book it ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yeah , that 'll work , good ahead and book it for just me , thanks ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,people,'one');(_:booking,ref,'BURBKJXX');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great . I booked you for one ticket on the train . Your reference number is BURBKJXX . Is there anything else I can assist you with today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 'll be all . Thanks a lot ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome . Have a great day ."
}
] |
MUL0583.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"western"
],
[
"_:search",
"category",
"do n't really care"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"western"
],
[
"_:search",
"category",
"do n't really care"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Lynne strover gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"western"
],
[
"_:search",
"category",
"do n't really care"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"23 High Street , Fen Ditton"
],
[
"_:result",
"name",
"Lynne Strover Gallery"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"western"
],
[
"_:search",
"category",
"do n't really care"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"23 High Street , Fen Ditton"
],
[
"_:result",
"name",
"Lynne Strover Gallery"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"16:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"western"
],
[
"_:search",
"category",
"do n't really care"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"23 High Street , Fen Ditton"
],
[
"_:result",
"name",
"Lynne Strover Gallery"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:search",
"arrive_by",
"16:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"15:06"
],
[
"_:result",
"id",
"TR4792"
],
[
"_:result",
"leave_at",
"13:31"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"western"
],
[
"_:search",
"category",
"do n't really care"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"23 High Street , Fen Ditton"
],
[
"_:result",
"name",
"Lynne Strover Gallery"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:search",
"arrive_by",
"16:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"15:06"
],
[
"_:result",
"id",
"TR4792"
],
[
"_:result",
"leave_at",
"13:31"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"one"
],
[
"_:booking",
"ref",
"BURBKJXX"
],
[
"_: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,'yippee noodle bar');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant called yippee noodle bar ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'40428 King Street City Centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "it is located at 40428 King Street City Centre"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I make a reservation for 5 people at 16:0 on tuesday ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,ref,'N7EM67OS');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Reference number is : N7EM67OS . Do you need anything else ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks and yes please . I also need a place to stay ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Which area would you prefer to stay in ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would prefer to stay in the north ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Would you like a hotel or a guesthouse , and do you have a price preference ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'cheap');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "A guesthouse would be nice , I am trying to stay in the affordable but not cheap range . Do you have anything that is 3 or 4 star ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'North part of town');(_:result,category,'guesthouse');(_:result,name,'Hamilton Lodge');(_:result,pricerange,'moderately - priced');(_:result,stars,'3-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Hamilton Lodge is a 3-star guesthouse in the North part of town . It is moderately - priced . Would you like to book a room ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'5');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . I need to book it for 5 people for 2 nights starting on Tuesday ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'NCE0R10K');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Congratulations , I 've booked your group a room , the reference number is NCE0R10K ."
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Great ! That is all I needed ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "If you need any more help , call us again . Thank you and have a great day !"
}
] |
PMUL0421.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"yippee noodle bar"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"yippee noodle bar"
],
[
"_:result",
"address",
"40428 King Street City Centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"yippee noodle bar"
],
[
"_:result",
"address",
"40428 King Street City Centre"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"N7EM67OS"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"yippee noodle bar"
],
[
"_:result",
"address",
"40428 King Street City Centre"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"N7EM67OS"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"yippee noodle bar"
],
[
"_:result",
"address",
"40428 King Street City Centre"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"N7EM67OS"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_: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",
"yippee noodle bar"
],
[
"_:result",
"address",
"40428 King Street City Centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"N7EM67OS"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"North part of town"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"yippee noodle bar"
],
[
"_:result",
"address",
"40428 King Street City Centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"N7EM67OS"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"North part of town"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"NCE0R10K"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I need some information about a certain restaurant ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I can certainly help ! What is the name of the restaurant you are looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'restaurant alimentum');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for Restaurant Alimentum . I would like to make a reservation ."
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have that here , For when and how many ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'17:45');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Tuesday at 17:45 for 6 please"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , they were unable to accommodate you request . Would you like to try a different day or time ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,duration,'16:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about at 16:45 instead ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'32XOQQE9');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful they will hold the table for 15 minutes . Reference number is 32XOQQE9"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you , I am also looking for a hotel in the east that has free parking for my car . I 'll need the hotel to be cheap with wifi"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'allenbell');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found the allenbell that has what you want , would you like me to make a reservation ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , that sound great . Go ahead and book it ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Of course . How many days will you be staying ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,name,'Allenbell');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Wait , before I commit , is Allenbell a guesthouse or a full hotel ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'The allenbell');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The allenbell is a guesthouse with parking and internet . Would that work ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "That 's all I need ."
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'the allenbell');(_:result,type,'Hotel'))",
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I need to know the following to book you in at the allenbell : your day of arrival , the duration of your stay , and the number of people with you ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The day will be Tuesday , as well ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,people,'6');(_:booking,type,'Booking'))",
"request((_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many nights will you be staying ? Will the hotel reservation need to accommodate 6 people as well ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I 'm sorry , I do not need the room booked anymore . Thank you !"
},
{
"id": 19,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that 's it . Thank you for your help ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system !"
}
] |
MUL1249.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"restaurant alimentum"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"restaurant alimentum"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"restaurant alimentum"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/4ea0902f"
],
[
"_:booking/4ea0902f",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"restaurant alimentum"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/4ea0902f"
],
[
"_:booking/4ea0902f",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:booking",
"ref",
"32XOQQE9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"restaurant alimentum"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/4ea0902f"
],
[
"_:booking/4ea0902f",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:booking",
"ref",
"32XOQQE9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/4ea0902f"
],
[
"_:booking/4ea0902f",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:booking",
"ref",
"32XOQQE9"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"Allenbell"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/4ea0902f"
],
[
"_:booking/4ea0902f",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:booking",
"ref",
"32XOQQE9"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"Allenbell"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"The allenbell"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/4ea0902f"
],
[
"_:booking/4ea0902f",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:booking",
"ref",
"32XOQQE9"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"name",
"Allenbell"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"the allenbell"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_: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",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/4ea0902f"
],
[
"_:booking/4ea0902f",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:booking",
"ref",
"32XOQQE9"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"name",
"Allenbell"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"the allenbell"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/4ea0902f"
],
[
"_:booking/4ea0902f",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:booking",
"ref",
"32XOQQE9"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"name",
"Allenbell"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"the allenbell"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'gourmet burger kitchen');(_:search,destination,'stevenage train station');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to book a taxi to the stevenage train station leaving gourmet burger kitchen ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Sure . When would you like to leave the burger kitchen ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'02:15');(_:search,leave_at,'dontcare');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "It does n't matter as long as I arrive by 02:15 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'yellow Tesla');(_:result,phone,'07013106336');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Alright , I have a yellow Tesla picking you up , the contact number for the taxi is 07013106336"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help . That is everything I need ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Glad to be of help ! Goodbye ."
}
] |
SNG0099.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"gourmet burger kitchen"
],
[
"_:search",
"destination",
"stevenage train station"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"gourmet burger kitchen"
],
[
"_:search",
"destination",
"stevenage train station"
],
[
"_:search",
"arrive_by",
"02:15"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"gourmet burger kitchen"
],
[
"_:search",
"destination",
"stevenage train station"
],
[
"_:search",
"arrive_by",
"02:15"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow Tesla"
],
[
"_:result",
"phone",
"07013106336"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would really like to go find places in the centre of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'lots');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , we have lots of places to go . What type of attraction are you interested in ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,category,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm not sure . What 's your favorite thing to do ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'park');(_:result,name,'cambridge university botanic gardens');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is a park that is nice . It 's called cambridge university botanic gardens , does that sound interesting to you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Sounds great ! Can I get their address and postcode ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'bateman street');(_:result,name,'cambridge university botanic gardens');(_:result,postcode,'cb21jf');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address for cambridge university botanic gardens is bateman street and postcode is cb21jf ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'broxbourne');(_:search,leave_at,'13:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train going to broxbourne I need to leave after 13:00 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,destination,'Boxbourne');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have several trains going to Boxbourne . What day do you want to leave ? Where are you leaving from ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to leave on Thursday from Cambridge ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'15:01');(_:result,destination,'Broxbourne');(_:result,id,'TR9033');(_:result,leave_at,'14:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR9033 that leaves at 14:01 and arrives in Broxbourne at 15:01 . Would that work for you ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all the information I need . Thank you ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I get you information on anything else ?"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , you have been extremely helpful . Thanks for everything . Bye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Have a great day !"
}
] |
PMUL4347.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"category",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"name",
"cambridge university botanic gardens"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"address",
"bateman street"
],
[
"_:result",
"name",
"cambridge university botanic gardens"
],
[
"_:result",
"postcode",
"cb21jf"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"address",
"bateman street"
],
[
"_:result",
"name",
"cambridge university botanic gardens"
],
[
"_:result",
"postcode",
"cb21jf"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"destination",
"Boxbourne"
],
[
"_:result",
"type",
"Train"
],
[
"_: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",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"address",
"bateman street"
],
[
"_:result",
"name",
"cambridge university botanic gardens"
],
[
"_:result",
"postcode",
"cb21jf"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"15:01"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:result",
"id",
"TR9033"
],
[
"_:result",
"leave_at",
"14:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"address",
"bateman street"
],
[
"_:result",
"name",
"cambridge university botanic gardens"
],
[
"_:result",
"postcode",
"cb21jf"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"15:01"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:result",
"id",
"TR9033"
],
[
"_:result",
"leave_at",
"14:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'mexican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i 'm looking for a mexican restaurant"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'south');(_:result,name,'Chiquito Restaurant Bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have found one . The Chiquito Restaurant Bar is in the south side of town . Would you like me to make a reservation for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is it expensive ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes it is . Would you like a reservation there ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'Mexican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Actually , I was looking for a Mexican restaurant in the centre of town ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'only');(_:result,area,'south');(_:result,food,'mexican');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry the only mexican restaurant is located in the south ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What about a gastropub ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have 4 options ! Is there a price range you 'd like to stay in ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'gastropub');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'm looking for a restaurant in the expensive price range in the city centre . Mexican is my first choice . If none is available , gastropub is fine ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Backstreet Bistro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Backstreet Bistro looks like a top choice , shall i book you for there ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'four');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes a table for four please ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I will go ahead and book that for you ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "user",
"text": "Thank you . Oh wait ! It needs to be a table for 2 ."
},
{
"id": 13,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "No problem . What day and time were you thinking ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'12:30');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "We need a table for Tuesday at 12:30 please ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Backstreet Bistro');(_:booking,people,'2');(_:booking,ref,'P4P2R28V');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are booked for Backstreet Bistro for 2 people . Your reference number is P4P2R28V . May I help with something else ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the address and postcode of the Backstreet Bistoro ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,address,'2 Sturton Street City Centre');(_:result,postcode,'cb12qa');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They are located at 2 Sturton Street City Centre postal cb12qa , have I been able to resolve all of your questions today ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,name,'corpus christi');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I also want to find an attraction called Corpus Christi ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,address,\"king 's parade\");(_:result,area,'centre');(_:result,category,'college');(_:result,entrance_fee,'2 pounds');(_:result,name,'Corpus Christi');(_:result,postcode,'cb21rh');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Corpus Christi is a college in town centre . It is located at king 's parade , postcode cb21rh . The entrance fee is 2 pounds . Do you need their phone number ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for all your help . That will be all for today . Goodbye ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great time ."
}
] |
PMUL4222.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mexican"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Chiquito Restaurant Bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Chiquito Restaurant Bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"Mexican"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Chiquito Restaurant Bar"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Chiquito Restaurant Bar"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Backstreet Bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Backstreet Bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Backstreet Bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Backstreet Bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Backstreet Bistro"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"P4P2R28V"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Backstreet Bistro"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Backstreet Bistro"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"P4P2R28V"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"2 Sturton Street City Centre"
],
[
"_:result",
"postcode",
"cb12qa"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"corpus christi"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Backstreet Bistro"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"P4P2R28V"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"corpus christi"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"king 's parade"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"name",
"Corpus Christi"
],
[
"_:result",
"postcode",
"cb21rh"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'maharajah tandoori restaurant');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to make a reservation at the Maharajah Tandoori restaurant for my trip to Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "For when and how many ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'16:00');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you book a table for 5 people at 16:00 on monday ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'ZB0MA4IZ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : ZB0MA4IZ . May I help you further ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,departure,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I also need a train for the same day . We are coming from Stevenage ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'14:43');(_:result,departure,'Stevenage');(_:result,destination,'Cambridge');(_:result,id,'TR9013');(_:result,leave_at,'13.54');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR9013 will get you from Stevenage to Cambridge at 14:43 . It departs at 13.54 . Would you like to book a ticket ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'12:30');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd prefer something earlier , actually . I need to be in Cambridge by 12:30 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'10:43');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a train arriving at 10:43 . How does that sound ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That sounds great . What time does it leave and how much will it cost me ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,leave_at,'9:54');(_:result,ticket,'12.80');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "It leaves at 9:54 and it will cost 12.80 ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant');(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Please book it and send me the reference number ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,arrive_by,'10:43');(_:booking,category,'Train');(_:booking,departure,'Stevenage');(_:booking,destination,'Cambridge');(_:booking,id,'TR 8265');(_:booking,leave_at,'9:54');(_:booking,ref,'D0V6U0MA');(_:booking,ticket,'64 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your train tickets are booked for TR 8265 , departing from Stevenage at 9:54 , arriving in Cambridge at 10:43 . Your reference number isD0V6U0MA . Total is 64 GBP payable at the station ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Fantastic , thank you for the information ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else that I can do for you ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I think that is all I needed today . Thank you ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day ."
}
] |
MUL1669.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"maharajah tandoori restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"maharajah tandoori restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"maharajah tandoori restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ZB0MA4IZ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"maharajah tandoori restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ZB0MA4IZ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"arrive_by",
"14:43"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9013"
],
[
"_:result",
"leave_at",
"13.54"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"maharajah tandoori restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ZB0MA4IZ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9013"
],
[
"_:result",
"leave_at",
"13.54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:43"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"maharajah tandoori restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ZB0MA4IZ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9013"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:43"
],
[
"_:result",
"leave_at",
"9:54"
],
[
"_:result",
"ticket",
"12.80"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"maharajah tandoori restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9013"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:43"
],
[
"_:result",
"leave_at",
"9:54"
],
[
"_:result",
"ticket",
"12.80"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"arrive_by",
"10:43"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Stevenage"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR 8265"
],
[
"_:booking",
"leave_at",
"9:54"
],
[
"_:booking",
"ref",
"D0V6U0MA"
],
[
"_:booking",
"ticket",
"64 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"maharajah tandoori restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9013"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:43"
],
[
"_:result",
"leave_at",
"9:54"
],
[
"_:result",
"ticket",
"12.80"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"arrive_by",
"10:43"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Stevenage"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR 8265"
],
[
"_:booking",
"leave_at",
"9:54"
],
[
"_:booking",
"ref",
"D0V6U0MA"
],
[
"_:booking",
"ticket",
"64 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'bloomsbury restaurant');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi there . I heard someone mention the Bloomsbury Restaurant and I was wondering if you could give me some information for them ."
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Crowne Plaza Hotel 20 Downing Street');(_:result,name,'Bloomsbury');(_:result,phone,'08719429180');(_:result,postcode,'cb23dt');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure the Bloomsbury is located at Crowne Plaza Hotel 20 Downing Street and their postcode and telephone number are cb23dt and 08719429180 respectively . Is there anything else you need ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'11:00');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like to make a reservation for 6 at 11:00 on Sunday ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Sunday');(_:booking,duration,'11:00');(_:booking,people,'6');(_:booking,ref,'7354C6CL');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your table for 6 at 11:00 on Sunday at Bloomsbury is reserved ( Reference # 7354C6CL ) . Is there anything else I can do for you today ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I need . Thanks for your help ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome , goodbye ."
}
] |
SNG0625.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bloomsbury restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bloomsbury restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Crowne Plaza Hotel 20 Downing Street"
],
[
"_:result",
"name",
"Bloomsbury"
],
[
"_:result",
"phone",
"08719429180"
],
[
"_:result",
"postcode",
"cb23dt"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bloomsbury restaurant"
],
[
"_:result",
"address",
"Crowne Plaza Hotel 20 Downing Street"
],
[
"_:result",
"name",
"Bloomsbury"
],
[
"_:result",
"phone",
"08719429180"
],
[
"_:result",
"postcode",
"cb23dt"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"11:00"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"7354C6CL"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to book a taxi please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay , I will need some more information from you . What time would you like to leave ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'11:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to get there by 11:45 ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Great . Can you tell me where you will be traveling to and from ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'wandlebury country park');(_:search,destination,'huntingdon marriott hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to go from wandlebury country park to huntingdon marriott hotel"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,car,'grey Toyota');(_:result,phone,'07426688661');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "07426688661 is the contact number , I have you in a grey Toyota ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's perfect , thanks !"
},
{
"id": 7,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , that 's everything . Goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Thank you for calling us . Goodbye ."
}
] |
SNG02201.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"?"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"wandlebury country park"
],
[
"_:search",
"destination",
"huntingdon marriott hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"wandlebury country park"
],
[
"_:search",
"destination",
"huntingdon marriott hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey Toyota"
],
[
"_:result",
"phone",
"07426688661"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"wandlebury country park"
],
[
"_:search",
"destination",
"huntingdon marriott hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey Toyota"
],
[
"_:result",
"phone",
"07426688661"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'spanish');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a cheap spanish restaurant ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'4 - 6 Rose Crescent');(_:result,name,'La Raza');(_:result,phone,'0122364550');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is the La Raza located at 4 - 6 Rose Crescent . The phone number is 0122364550 ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is it located in the center area ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , it is located in the centre . Would you like to make a booking ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Yes can you please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,name,'La Raza');(_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "When would you like to eat at La Raza and how many people in the party ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'14:30');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like a table for 3 people at 14:30 on Friday please ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'la raza');(_:booking,ref,'D0K5VZN7');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are booked at la raza with the reference number D0K5VZN7 . The table will be reserved for 15 minutes . What else can I help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'colleges');(_:search,name,'La Raza');(_:search,type,'Attraction');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for colleges in town , are there any in the same area as La Raza ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Corpus Christi');(_:result,type,'Attraction'))",
"reqmore()",
"inform((_:result,count,'13');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , there are 13 . I 'd recommend Corpus Christi . Would you like more information ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "get me the address please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,\"King 's Parade\");(_:result,postcode,'cb21rh');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is at cb21rh King 's Parade ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,destination,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thank you . Can I get a taxi from there to the restaurant , please ?"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Your booking was a success . You have a white Audi and contact number is : 07896876541 . Anything else I can assist you with ?"
}
] |
PMUL2282.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"4 - 6 Rose Crescent"
],
[
"_:result",
"name",
"La Raza"
],
[
"_:result",
"phone",
"0122364550"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"4 - 6 Rose Crescent"
],
[
"_:result",
"name",
"La Raza"
],
[
"_:result",
"phone",
"0122364550"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"4 - 6 Rose Crescent"
],
[
"_:result",
"name",
"La Raza"
],
[
"_:result",
"phone",
"0122364550"
],
[
"_:search",
"area",
"center"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"La Raza"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"4 - 6 Rose Crescent"
],
[
"_:result",
"name",
"La Raza"
],
[
"_:result",
"phone",
"0122364550"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"la raza"
],
[
"_:booking",
"ref",
"D0K5VZN7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"name",
"La Raza"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"4 - 6 Rose Crescent"
],
[
"_:result",
"phone",
"0122364550"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"name",
"la raza"
],
[
"_:booking",
"ref",
"D0K5VZN7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"name",
"La Raza"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"Corpus Christi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"0122364550"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"name",
"la raza"
],
[
"_:booking",
"ref",
"D0K5VZN7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"name",
"La Raza"
],
[
"_:result",
"name",
"Corpus Christi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"address",
"King 's Parade"
],
[
"_:result",
"postcode",
"cb21rh"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'03:45');(_:search,destination,'a and b guest house');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi to go to a and b guest house and arrive by 03:45 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay , I will just need your departure site first please"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'all saints church');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I am leaving from all saints church ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Booking completed ! \n Booked car type \t : \t white ford \n Contact number \t : \t 0701197295"
}
] |
SNG01638.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"03:45"
],
[
"_:search",
"destination",
"a and b guest house"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"03:45"
],
[
"_:search",
"destination",
"a and b guest house"
],
[
"_:search",
"departure",
"all saints church"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , I am looking for a guesthouse to stay on the north side of Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'11');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found 11 guesthouses matching your preferences . Do you have a star rating you 'd prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,stars,'4');(_:search,type,'Hotel'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "4 stars , please , but still just moderately priced ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'guesthouses');(_:result,count,'7');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I have 7 guesthouses that fit your needs . Do you have any other preferences ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_parking,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "One with free parking would be great !"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,category,'guesthouses');(_:result,count,'6');(_:result,type,'Hotel'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are 6 guesthouses that match your criteria . If you give me your length of stay and beginning date perhaps I can narrow them down for you ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,has_parking,?);(_:result,type,'Hotel'))",
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great can I get the address of one and whether or not they have free parking ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'82 Arbury Road');(_:result,has_parking,'none');(_:result,name,'Arbury Lodge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Arbury Lodge at 82 Arbury Road has free parking ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,destination,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you . Can you tell me if there is a train going to Norwich on Friday ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'19');(_:result,day,'Friday');(_:result,departure,'Norwich');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have 19 trains departing for Norwich on Friday . Do you have a preferred departure time ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'19:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , after 19:45 and departing from cambridge please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'21:55');(_:result,id,'TR4885');(_:result,leave_at,'20:36');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , the TR4885 train leaves at 20:36 and arrives by 21:55 . Would that work for you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I think that will work . Can you tell me the price , travel time and confirm the arrival time please ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'21:55');(_:result,duration,'79 minute trip');(_:result,id,'TR4886');(_:result,ticket,'17.60 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "My apologies , the train ID is actually TR4886 , it costs 17.60 pounds per ticket and is a 79 minute trip . The train arrives at 21:55 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay , thank you for your help !"
},
{
"id": 15,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You are welcome , what else can I do for you today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , that 's everything . You 've been very helpful ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you very much ! I am glad i was able to you find everything you needed . Have a wonderful day and I hope you 'll use our service again ."
}
] |
MUL0749.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"6"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"82 Arbury Road"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Arbury Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"norwich"
],
[
"_: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",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"82 Arbury Road"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Arbury Lodge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"19: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",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"82 Arbury Road"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Arbury Lodge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"19:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"21:55"
],
[
"_:result",
"id",
"TR4885"
],
[
"_:result",
"leave_at",
"20:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"82 Arbury Road"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Arbury Lodge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"19:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"20:36"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"arrive_by",
"21:55"
],
[
"_:result",
"duration",
"79 minute trip"
],
[
"_:result",
"id",
"TR4886"
],
[
"_:result",
"ticket",
"17.60 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"82 Arbury Road"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Arbury Lodge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"19:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"20:36"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"arrive_by",
"21:55"
],
[
"_:result",
"duration",
"79 minute trip"
],
[
"_:result",
"id",
"TR4886"
],
[
"_:result",
"ticket",
"17.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,arrive_by,'16:15');(_:search,destination,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you help me find a train that will arrive in birmingham new street by 16:15 ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day would you like to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave Friday from Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'15:44');(_:result,departure,'cambridge');(_:result,destination,'birmingham');(_:result,duration,'163 minutes');(_:result,id,'TR2716');(_:result,leave_at,'13:01');(_:result,ticket,'75.10 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR2716 will leave cambridge at 13:01 and arrive at birmingham at 15:44 . The trip will take 163 minutes and cost 75.10 pounds . Would you like to book ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I would like to book for 3 people ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'AS5SBC8P');(_:booking,ticket,'225.3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I booked the train . It was 225.3 and your reference is AS5SBC8P . Do you need help with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,\"queens ' college\");(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes I also need information on queens ' college ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'silver street');(_:result,area,'west');(_:result,entrance_fee,'2.50 pounds');(_:result,phone,'01223335511');(_:result,postcode,'cb39et');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It 's located in west Cambridge on silver street . The postcode is cb39et . The phone number is 01223335511 . The entrance fee is 2.50 pounds . Do you need anything else ?"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , that 's great . Thank you . Good - bye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge TownInfo centre ."
}
] |
PMUL1266.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"15:44"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"birmingham"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"id",
"TR2716"
],
[
"_:result",
"leave_at",
"13:01"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"15:44"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"birmingham"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"id",
"TR2716"
],
[
"_:result",
"leave_at",
"13:01"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"AS5SBC8P"
],
[
"_:booking",
"ticket",
"225.3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"queens ' college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"15:44"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"birmingham"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"id",
"TR2716"
],
[
"_:result",
"leave_at",
"13:01"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"AS5SBC8P"
],
[
"_:booking",
"ticket",
"225.3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"queens ' college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"silver street"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"phone",
"01223335511"
],
[
"_:result",
"postcode",
"cb39et"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi I am looking for a place to go in the west . Can you help ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "I can help with that . What attraction type are you most interested in ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,category,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Another sort of attraction . Just let me know the postcode and address ."
},
{
"id": 3,
"rdf-acts": [],
"speaker": "system",
"text": "cb39et \t cb39et there you are ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is this place ? And could I get the phone number ?"
},
{
"id": 5,
"rdf-acts": [
"thank()",
"inform((_:result,address,'silver street');(_:result,name,\"Queen 's College\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "So sorry for the system error . That postcode was for Queen 's College . The address is silver street ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you . I also need the phone number please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,phone,'01223335511');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their phone number is 01223335511"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,destination,'norwich');(_:search,leave_at,'15:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks ! I also need a train to Norwich sometime after 15:00 on Tuesday , please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,id,'TR6524');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR6524 will work for you , can I book you a ticket ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Does it leave from Cambridge ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,departure,'cambridge');(_:result,id,'TR6524');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , train TR6524 leaves from cambridge . May I book it for you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No . But what is the travel time and when will it arrive ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'16:55');(_:result,leave_at,'15:36');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "It would leave at 15:36 and arrive by 16:55 ."
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "That will be fine . Can you help me book this ?"
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I can book it for you ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Please make a booking for 1 person ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'4IYVEZIB');(_:booking,ticket,'17.6 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 17.6 GBP payable at the station . \n Reference number is : 4IYVEZIB ."
},
{
"id": 18,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "what was the travel time for the train please ?"
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,duration,'79 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "it will take 79 minutes"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "ok , thank you very much"
},
{
"id": 21,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can assist you with today ?"
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . That 's all I need . Goodbye ."
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "welcome any time you need our help"
}
] |
PMUL4233.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"silver street"
],
[
"_:result",
"name",
"Queen 's College"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"address",
"silver street"
],
[
"_:result",
"name",
"Queen 's College"
],
[
"_:result",
"phone",
"01223335511"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"address",
"silver street"
],
[
"_:result",
"name",
"Queen 's College"
],
[
"_:result",
"phone",
"01223335511"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:result",
"id",
"TR6524"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"address",
"silver street"
],
[
"_:result",
"name",
"Queen 's College"
],
[
"_:result",
"phone",
"01223335511"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR6524"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"address",
"silver street"
],
[
"_:result",
"name",
"Queen 's College"
],
[
"_:result",
"phone",
"01223335511"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR6524"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"arrive_by",
"16:55"
],
[
"_:result",
"leave_at",
"15:36"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"address",
"silver street"
],
[
"_:result",
"name",
"Queen 's College"
],
[
"_:result",
"phone",
"01223335511"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR6524"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"arrive_by",
"16:55"
],
[
"_:result",
"leave_at",
"15:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"address",
"silver street"
],
[
"_:result",
"name",
"Queen 's College"
],
[
"_:result",
"phone",
"01223335511"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR6524"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"arrive_by",
"16:55"
],
[
"_:result",
"leave_at",
"15:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"4IYVEZIB"
],
[
"_:booking",
"ticket",
"17.6 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"address",
"silver street"
],
[
"_:result",
"name",
"Queen 's College"
],
[
"_:result",
"phone",
"01223335511"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR6524"
],
[
"_:result",
"arrive_by",
"16:55"
],
[
"_:result",
"leave_at",
"15:36"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"4IYVEZIB"
],
[
"_:booking",
"ticket",
"17.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"address",
"silver street"
],
[
"_:result",
"name",
"Queen 's College"
],
[
"_:result",
"phone",
"01223335511"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR6524"
],
[
"_:result",
"arrive_by",
"16:55"
],
[
"_:result",
"leave_at",
"15:36"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"4IYVEZIB"
],
[
"_:booking",
"ticket",
"17.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am visiting and need a hotel in the north"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'82 Arbury Road');(_:result,name,'Ashbury Lodge Guesthouse');(_:result,phone,'01223364319');(_:result,postcode,'CB4 2JE');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "ow about Ashbury Lodge Guesthouse it is moderately priced and located at 82 Arbury Road CB4 2JE ( Phone : 01223364319 )"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does this guesthouse include free wifi ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It has internet access"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "then that s good for me"
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else ?"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , that 's all . Thanks , good bye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Goodbye !"
}
] |
SNG01337.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",
"82 Arbury Road"
],
[
"_:result",
"name",
"Ashbury Lodge Guesthouse"
],
[
"_:result",
"phone",
"01223364319"
],
[
"_:result",
"postcode",
"CB4 2JE"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"address",
"82 Arbury Road"
],
[
"_:result",
"name",
"Ashbury Lodge Guesthouse"
],
[
"_:result",
"phone",
"01223364319"
],
[
"_:result",
"postcode",
"CB4 2JE"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"address",
"82 Arbury Road"
],
[
"_:result",
"name",
"Ashbury Lodge Guesthouse"
],
[
"_:result",
"phone",
"01223364319"
],
[
"_:result",
"postcode",
"CB4 2JE"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for places to go , can you guide me ?"
},
{
"id": 1,
"rdf-acts": [
"thank()",
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I would love to assist you today . I can guide you to attractions , restaurants , and hotels . What would you like to do ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'd like to visit an attraction in the west . Suggest something for me please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,name,'Cafe Jello Gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "What about the Cafe Jello Gallery ? It ' a free museum ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds great . What is their phone number and postcode ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223312112');(_:result,postcode,'cb30af');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their postcode is cb30af , phone number 01223312112 . Is there anything else you need ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'hamilton lodge');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I am looking for information on the Hamilton Lodge ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,name,'The hamilton lodge');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The hamilton lodge is a moderately priced guesthouse in the north area . Would you care for more information ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , could you give me the address ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'156 chesterton Road');(_:result,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Sure thing . It 's 156 chesterton Road ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that is all I need today ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank for using our service today !"
}
] |
PMUL2666.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223312112"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223312112"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"The hamilton lodge"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223312112"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"The hamilton lodge"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"156 chesterton Road"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'stazione restaurant and coffee bar');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please find a restaurant called stazione restaurant and coffee bar"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'center');(_:result,food,'Italian');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "That is an Italian restaurant in the center of town in the expensive price range . Could you like a reservation ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'20:00');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I WOULD like a reservation for 2 people at 20:00 on Sunday , please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,ref,'DXPL9FU2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes your booking was successful and the reference number is DXPL9FU2 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'junction');(_:search,type,'Attraction'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you for the reference number . I 'm also looking for a place called The Junction ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'clifton way');(_:result,area,'south');(_:result,category,'theatre');(_:result,phone,'01223511511');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Ah , that 's a great theatre in the south part of town . Located on clifton way , phone is 01223511511 ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Is there an entrance fee ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'unknown');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The entrance fee is unknown . Can I help you with anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'arrive at the restaurant on time');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I would also like a taxi to arrive at the restaurant on time . Can I have the taxis phone number and vehicle type ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where would you like the taxi to pick you up ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'the junction');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "The junction , please ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What is your destination and what time do you want to leave ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,duration,'20:00');(_:search,name,'stazione restaurant and coffee bar');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "My destination is Stazione Restaurant and Coffee Bar . I need to arrive by 20:00 ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'grey tesla');(_:result,phone,'07362737220');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Your taxi has been booked . Please look for a grey tesla . The contact number is 07362737220 . \n ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . I have written the information down . I appreciate you gathering the details ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is it , thank you !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Hope you have a great trip . Good bye ."
}
] |
PMUL4547.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"stazione restaurant and coffee bar"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"stazione restaurant and coffee bar"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"ref",
"DXPL9FU2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"junction"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"ref",
"DXPL9FU2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"junction"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"address",
"clifton way"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"phone",
"01223511511"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"ref",
"DXPL9FU2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"junction"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"address",
"clifton way"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"phone",
"01223511511"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"unknown"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"arrive at the restaurant on time"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_: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": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"ref",
"DXPL9FU2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"junction"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"address",
"clifton way"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"phone",
"01223511511"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"unknown"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"arrive at the restaurant on time"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"departure",
"the junction"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"ref",
"DXPL9FU2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"address",
"clifton way"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"phone",
"01223511511"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"unknown"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"arrive at the restaurant on time"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"name",
"stazione restaurant and coffee bar"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"ref",
"DXPL9FU2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"address",
"clifton way"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"theatre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"unknown"
],
[
"_:search",
"arrive_by",
"arrive at the restaurant on time"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"name",
"stazione restaurant and coffee bar"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"car",
"grey tesla"
],
[
"_:result",
"phone",
"07362737220"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"ref",
"DXPL9FU2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"address",
"clifton way"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"entrance_fee",
"unknown"
],
[
"_:search",
"arrive_by",
"arrive at the restaurant on time"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"name",
"stazione restaurant and coffee bar"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"car",
"grey tesla"
],
[
"_:result",
"phone",
"07362737220"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to take a train to Cambridge on Monday ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'lots');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are lots of trains to choose from ! Where are you departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'london liverpool');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am departing from London Liverpool heading to Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time will you be traveling ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'15:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive by 15:30"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'15:07');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a train that arrives at 15:07 . Would you like a booking ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes please . Book it for 2 tickets . Also include the reference number ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'WRSETQCA');(_:booking,ticket,'33.2 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 33.2 GBP payable at the station . \n Reference number is : WRSETQCA . Can I help you with anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , can you tell me what type of architecture places are in cambridge ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'architecture');(_:result,count,'5');(_:result,entrance_fee,'2 pounds');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have five architecture attractions in Cambridge . All in the centre . One costs 2 pounds and the others are free ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you ! Can you please give me the phone number of the free one ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'All saints church');(_:result,phone,'01223452587');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "All saints church can be reached at 01223452587"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much for all your help . You have a great day now ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You too , and thank you for contacting the Cambridge TownInfo centre !"
}
] |
PMUL3935.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"london liverpool"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"london liverpool"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"departure",
"london liverpool"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:result",
"arrive_by",
"15:07"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"departure",
"london liverpool"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:result",
"arrive_by",
"15:07"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"WRSETQCA"
],
[
"_:booking",
"ticket",
"33.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"departure",
"london liverpool"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:result",
"arrive_by",
"15:07"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"WRSETQCA"
],
[
"_:booking",
"ticket",
"33.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"departure",
"london liverpool"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:result",
"arrive_by",
"15:07"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"WRSETQCA"
],
[
"_:booking",
"ticket",
"33.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_: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,area,'east');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "You can help me by finding me a moderately priced place to stay in the East"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'east');(_:result,category,'guesthouse');(_:result,count,'3');(_:result,name,'a and b guest house');(_:result,name,'carolina bed and breakfast');(_:result,name,'warkworth house');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 3 guesthouse in the east that are moderately priced . They are a and b guest house , carolina bed and breakfast , and warkworth house . WOuld you like to book one ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "One that has free parking"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'at 138 peme rd');(_:result,name,'Carolina Bed and Breakfast');(_:result,type,'Hotel'))",
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure . How about Carolina Bed and Breakfast ? It 's located at 138 Peme Rd . How many nights and how many people ? When will you need this ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'three');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want to make a reservation for three people starting Monday . We will be staying for 2 nights ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'4K8MWGUW');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your Reference number is : 4K8MWGUW . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need to find a restaurant that serves Indian food in the same area as the hotel"
},
{
"id": 7,
"rdf-acts": [
"select((_:result,pricerange,'expensive');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))",
"inform((_:result,count,'5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are five restaurants that meet that criteria . Would you prefer an expensive or moderately priced restaurant ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I prefer everything moderately priced ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'451 Newmarket Road Fen Ditton');(_:result,name,'Curry Prince');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Thanks for clarifying ! I recommend Curry Prince located at 451 Newmarket Road Fen Ditton . Would you like a reservation ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'18:00');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . The same number of people on the same day . Please book for 3 people at 18:00 on Monday ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'YO377QCJ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : YO377QCJ . Is there anything else I can assist you with ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I will also need to find a taxi ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I can book a taxi for you , no problem , I will just need to know when and where you will need the ride ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'18:00');(_:search,departure,'carolina bed & breakfast');(_:search,destination,'curry prince');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi to drive us from the Carolina Bed & Breakfast to Curry Prince restaurant to arrive by my booked time of 18:00 ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'18:00');(_:result,car,'grey honda');(_:result,phone,'07912899437');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I have booked you a taxi to arrive at your destination by 18:00 . It will be a grey honda and the contact number is 07912899437 . Anything else I can help with ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is everything , thank you so much"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great trip ."
}
] |
PMUL3061.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:result",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"name",
"warkworth house"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"at 138 peme rd"
],
[
"_:result",
"name",
"Carolina Bed and Breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"at 138 peme rd"
],
[
"_:result",
"name",
"Carolina Bed and Breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"4K8MWGUW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"at 138 peme rd"
],
[
"_:result",
"name",
"Carolina Bed and Breakfast"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"4K8MWGUW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"4K8MWGUW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"address",
"451 Newmarket Road Fen Ditton"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"address",
"451 Newmarket Road Fen Ditton"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"YO377QCJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"address",
"451 Newmarket Road Fen Ditton"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"YO377QCJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"departure",
"carolina bed & breakfast"
],
[
"_:search",
"destination",
"curry prince"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"address",
"451 Newmarket Road Fen Ditton"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"YO377QCJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"departure",
"carolina bed & breakfast"
],
[
"_:search",
"destination",
"curry prince"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"arrive_by",
"18:00"
],
[
"_:result",
"car",
"grey honda"
],
[
"_:result",
"phone",
"07912899437"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hello . I am looking for train schedules leaving from Bishops Stortford . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Yes , I can . Just to confirm , is your destination Cambridge or another city ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should depart from bishops stortford ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'oodles');(_:result,departure,'Bishops Stortford');(_:result,destination,'Cambridge');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are oodles of trains from Bishops Stortford to Cambridge . What day and time would you like to travel ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,leave_at,'14:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to travel on Friday and leave sometime after 14:00 please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,leave_at,'15:29');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a 15:29 departure . Would you like to book that ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,leave_at,'15:29');(_:search,type,'Train'))",
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the travel time for the 15:29 departing train ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,duration,'38 minutes');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The travel time is 38 minutes . Would you like me to book that ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes . What attraction is good in the North ? May I have the address ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'cambridge passenger cruisers , jubilee house');(_:result,name,'Riverboat georgina');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Riverboat georgina is located at cambridge passenger cruisers , jubilee house"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Great can I get their address please ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223902091');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Absolutely . Their phone number is 01223902091 . Is there anything else I can do for you today ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I would also like the street address please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'cambridge passenger cruisers , jubilee house');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It 's located at cambridge passenger cruisers , jubilee house ."
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Is there a street address or landmark to locate them ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "That is the street address . I do n't have any further information ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much for double - checking that for me ."
},
{
"id": 17,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "You 're welcome is there anything else I can do for you ?"
},
{
"id": 18,
"rdf-acts": [],
"speaker": "user",
"text": "no that is all"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Have a good day !"
}
] |
MUL1883.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:result",
"amount",
"oodles"
],
[
"_:result",
"departure",
"Bishops Stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"14:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:result",
"amount",
"oodles"
],
[
"_:result",
"departure",
"Bishops Stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"leave_at",
"15:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"15:29"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:result",
"amount",
"oodles"
],
[
"_:result",
"departure",
"Bishops Stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"leave_at",
"15:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"15:29"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:result",
"amount",
"oodles"
],
[
"_:result",
"departure",
"Bishops Stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"leave_at",
"15:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"15:29"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"cambridge passenger cruisers , jubilee house"
],
[
"_:result",
"name",
"Riverboat georgina"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:result",
"amount",
"oodles"
],
[
"_:result",
"departure",
"Bishops Stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"leave_at",
"15:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"15:29"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"cambridge passenger cruisers , jubilee house"
],
[
"_:result",
"name",
"Riverboat georgina"
],
[
"_:result",
"address",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223902091"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:result",
"amount",
"oodles"
],
[
"_:result",
"departure",
"Bishops Stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"leave_at",
"15:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"15:29"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Riverboat georgina"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223902091"
],
[
"_:result",
"address",
"cambridge passenger cruisers , jubilee house"
],
[
"_: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": [
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:result",
"amount",
"oodles"
],
[
"_:result",
"departure",
"Bishops Stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"leave_at",
"15:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"15:29"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Riverboat georgina"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223902091"
],
[
"_:result",
"address",
"cambridge passenger cruisers , jubilee house"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:result",
"amount",
"oodles"
],
[
"_:result",
"departure",
"Bishops Stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"leave_at",
"15:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"15:29"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Riverboat georgina"
],
[
"_:result",
"phone",
"01223902091"
],
[
"_:result",
"address",
"cambridge passenger cruisers , jubilee house"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am traveling to Cambridge and looking forward to try local restaurants ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'22');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Is there a certain type of cuisine or part of town you 're looking for ? There are 22 restaurants to choose from ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'tuscan');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yeah . I 'd like a moderately priced tuscan food restaurant ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry there 's no matching results ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay , can we try modern European food instead , please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'Galleria at 33 Bridge Street');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about Galleria at 33 Bridge Street in the town centre . Great food ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'17:45');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great can you book that for 4 people at 17:45 on sunday ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'33TISTQB');(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Yes sure . I have a reference number for you and it is 33TISTQB ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks so much . Can you help me find a train ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'5');(_:result,day,'Friday');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "We have 5 different train times for you all on Friday . What time would you like to leave ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,destination,'london kings cross');(_:search,leave_at,'17:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "anytime after 17:00 on thursday going to london kings cross"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Just so I can narrow down the results and get you exactly what you need , what 's your departure station ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am departing from cambridge and want to arrive in london kings cross ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,id,'TR1791');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Om I have train i d TR1791 that fits your needs . Shall I book it ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "yes book it for 4 people"
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,day,'Thursday');(_:booking,id,'TR1791');(_:booking,leave_at,'17:00');(_:booking,ref,'HN91KJWK');(_:booking,ticket,'94.4GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR1791 will leave at 17:00 on Thursday . It will cost 94.4GBP . Your reference number is HN91KJWK . Have your luggage ready , thank you !"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank , that is everything i need , you were so helpful ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you ! Have a great day !"
}
] |
PMUL3900.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"22"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"tuscan"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"22"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/c036424c"
],
[
"_:search/c036424c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"22"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/c036424c"
],
[
"_:search/c036424c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Galleria at 33 Bridge Street"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"22"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/c036424c"
],
[
"_:search/c036424c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Galleria at 33 Bridge Street"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"33TISTQB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/c036424c"
],
[
"_:search/c036424c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Galleria at 33 Bridge Street"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"33TISTQB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"leave_at",
"17:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/c036424c"
],
[
"_:search/c036424c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Galleria at 33 Bridge Street"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"33TISTQB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"17:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/c036424c"
],
[
"_:search/c036424c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Galleria at 33 Bridge Street"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:booking",
"ref",
"33TISTQB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"day",
"Friday"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"17:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"id",
"TR1791"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"4"
],
[
"_: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",
"?"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/c036424c"
],
[
"_:search/c036424c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Galleria at 33 Bridge Street"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"day",
"Friday"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"17:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"id",
"TR1791"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"id",
"TR1791"
],
[
"_:booking",
"leave_at",
"17:00"
],
[
"_:booking",
"ref",
"HN91KJWK"
],
[
"_:booking",
"ticket",
"94.4GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,stars,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you locate any four star places to stay ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'21');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 21 hotels with the 4 star rating . What area would you like to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Are there any with free wifi available ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes . What area of town could you like to stay in ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like for it to be in the Centre ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'Centre');(_:result,category,'guest house');(_:result,name,'Alexander bed and breakfast');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Alexander bed and breakfast is located in the Centre area , it is a 4 star guest house in the cheap range . Would you like to book a room ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'moderate');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hmm , I kind of was looking for something 4 star rated with free wifi but in the moderate price range if possible . Do you have anything like that ?"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry we do nt have any like that ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you try a guesthouse ?"
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,pricerange,'moderate');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry , there are no 4 star places in the centre in the moderate price range . Is there something you 'd like to change ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "how about one that is in the type of guesthouse ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I am sorry another area perhaps ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,category,'guesthouse');(_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,pricerange,'moderately');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yeah , sorry . Any area is actually fine . I just want somewhere with 4 stars , moderately priced with wifi . Preferably a hotel , but guesthouse is ok if no hotels available ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,name,'alexander bed and breakfast');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "alexander bed and breakfast is 4 star but it is in the cheap price range . Is that going to work for you ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'7');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "yes , i want to book it for 7 people and 5 nights starting from sunday ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'HVGCSQR9');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : HVGCSQR9 . Anything else I can help with ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes please - I love interesting architecture . Is there anything interesting in the west ?"
},
{
"id": 17,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'west');(_:search,category,'architectural attractions');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "There are no architectural attractions in the west . Would you prefer something else , or another area ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you chekc for colleges"
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,category,'colleges');(_:result,count,'5');(_:result,entrance_fee,'free');(_:result,name,'Churchill College');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are five colleges in the west . I would suggest Churchill College . The entrance fee is free . Would like like the information for it ?"
},
{
"id": 20,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Get me their phone number please"
},
{
"id": 21,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223336233');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , their phone number is 01223336233 . Is there anything else I can assist you with today ?"
},
{
"id": 22,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you . Good bye ."
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "Good bye ?"
}
] |
PMUL2555.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"four"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"four"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/2f6b80d3"
],
[
"_:search/2f6b80d3",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/2f6b80d3"
],
[
"_:search/2f6b80d3",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/a91b1a09"
],
[
"_:search/a91b1a09",
"area",
"centre"
],
[
"_:search/a91b1a09",
"pricerange",
"moderate"
],
[
"_:search/a91b1a09",
"stars",
"4"
],
[
"_:search/a91b1a09",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/2f6b80d3"
],
[
"_:search/2f6b80d3",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/a91b1a09"
],
[
"_:search/a91b1a09",
"area",
"centre"
],
[
"_:search/a91b1a09",
"pricerange",
"moderate"
],
[
"_:search/a91b1a09",
"stars",
"4"
],
[
"_:search/a91b1a09",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_: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": [
[
"_:result",
"count",
"21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"guest house"
],
[
"_:system",
"canthelp",
"_:search/2f6b80d3"
],
[
"_:search/2f6b80d3",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/a91b1a09"
],
[
"_:search/a91b1a09",
"area",
"centre"
],
[
"_:search/a91b1a09",
"pricerange",
"moderate"
],
[
"_:search/a91b1a09",
"stars",
"4"
],
[
"_:search/a91b1a09",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_: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": [
[
"_:result",
"count",
"21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"guest house"
],
[
"_:system",
"canthelp",
"_:search/2f6b80d3"
],
[
"_:search/2f6b80d3",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/a91b1a09"
],
[
"_:search/a91b1a09",
"area",
"centre"
],
[
"_:search/a91b1a09",
"pricerange",
"moderate"
],
[
"_:search/a91b1a09",
"stars",
"4"
],
[
"_:search/a91b1a09",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"HVGCSQR9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"guest house"
],
[
"_:system",
"canthelp",
"_:search/2f6b80d3"
],
[
"_:search/2f6b80d3",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/a91b1a09"
],
[
"_:search/a91b1a09",
"area",
"centre"
],
[
"_:search/a91b1a09",
"pricerange",
"moderate"
],
[
"_:search/a91b1a09",
"stars",
"4"
],
[
"_:search/a91b1a09",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"HVGCSQR9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/d6d2debe"
],
[
"_:search/d6d2debe",
"area",
"west"
],
[
"_:search/d6d2debe",
"category",
"architectural attractions"
],
[
"_:search/d6d2debe",
"type",
"Attraction"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/2f6b80d3"
],
[
"_:search/2f6b80d3",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/a91b1a09"
],
[
"_:search/a91b1a09",
"area",
"centre"
],
[
"_:search/a91b1a09",
"pricerange",
"moderate"
],
[
"_:search/a91b1a09",
"stars",
"4"
],
[
"_:search/a91b1a09",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"HVGCSQR9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/d6d2debe"
],
[
"_:search/d6d2debe",
"area",
"west"
],
[
"_:search/d6d2debe",
"category",
"architectural attractions"
],
[
"_:search/d6d2debe",
"type",
"Attraction"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/2f6b80d3"
],
[
"_:search/2f6b80d3",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/a91b1a09"
],
[
"_:search/a91b1a09",
"area",
"centre"
],
[
"_:search/a91b1a09",
"pricerange",
"moderate"
],
[
"_:search/a91b1a09",
"stars",
"4"
],
[
"_:search/a91b1a09",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"HVGCSQR9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/d6d2debe"
],
[
"_:search/d6d2debe",
"area",
"west"
],
[
"_:search/d6d2debe",
"category",
"architectural attractions"
],
[
"_:search/d6d2debe",
"type",
"Attraction"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223336233"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Could you give me some places to go in Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'some');(_:result,category,\"cinema 's\");(_:result,category,'multiple sports');(_:result,category,'museums');(_:result,category,\"nightclub 's\");(_:result,category,'restaurants');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have some great museums in Cambridge as well as great restaurants , nightclub 's , multiple sports and cinema 's . Do you have anything particular in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for an attraction in the centre ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,category,'architecture');(_:result,category,'boats');(_:result,category,'cinemas');(_:result,category,'colleges');(_:result,category,'concerthalls');(_:result,category,'museums');(_:result,category,'nightclubs');(_:result,category,'parks');(_:result,category,'swimmingpools');(_:result,category,'theatres');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Are you more interested by architecture , boats , cinemas , colleges , concerthalls , museums , nightclubs , parks , swimmingpools , or theatres ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm not really sure , you can surprise me with something you think would be fun . I just would need the postcode please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'all saints church');(_:result,postcode,'cb58bs');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "How about all saints church ? The postcode is cb58bs ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "That 'll work just fine . I 'm also looking to book a train ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'over 2,800');(_:result,type,'Train'))",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are over 2,800 trains - I will need some more information to narrow down your search . Let 's start with your destination please ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Of course , I would like to travel to Cambridge on Sunday ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Departure location ? And do you have a preferred departure or arrival time ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'ely');(_:search,leave_at,'08:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Leaving from Ely , sometime after 08:30 please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,count,'8');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 8 trains available . Do you have an arrival time in mind ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "I do not have one in mind , no ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'09:52');(_:result,departure,'Ely');(_:result,destination,'Cambridge');(_:result,leave_at,'09:35');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is a train leaving from Ely at 09:35 and arriving in Cambridge at 09:52 . How does that sound ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That would be great . Can you get me 8 tickets on that train , and give me the reference number ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ticket,'28.16');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked your order , your total is 28.16"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "May I have the reference number please ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,ref,'T3AWW926');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "My fault ! It 's T3AWW926 . Can I help you with anything else ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that seems to be everything today . Thank you ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our service . Have a wonderful day !"
}
] |
MUL0546.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"category",
"cinema 's"
],
[
"_:result",
"category",
"multiple sports"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclub 's"
],
[
"_:result",
"category",
"restaurants"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"some"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"boats"
],
[
"_:result",
"category",
"cinemas"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"concerthalls"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"category",
"swimmingpools"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"some"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"boats"
],
[
"_:result",
"category",
"cinemas"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"concerthalls"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"category",
"swimmingpools"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"boats"
],
[
"_:result",
"category",
"cinemas"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"concerthalls"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"category",
"swimmingpools"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:result",
"amount",
"over 2,800"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"boats"
],
[
"_:result",
"category",
"cinemas"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"concerthalls"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"category",
"swimmingpools"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:result",
"amount",
"over 2,800"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"08:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"boats"
],
[
"_:result",
"category",
"cinemas"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"concerthalls"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"category",
"swimmingpools"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:result",
"amount",
"over 2,800"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"08:30"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"boats"
],
[
"_:result",
"category",
"cinemas"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"concerthalls"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"category",
"swimmingpools"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:result",
"amount",
"over 2,800"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"08:30"
],
[
"_:result",
"count",
"8"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"arrive_by",
"09:52"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"09:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"boats"
],
[
"_:result",
"category",
"cinemas"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"concerthalls"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"category",
"swimmingpools"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:result",
"amount",
"over 2,800"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"08:30"
],
[
"_:result",
"count",
"8"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"arrive_by",
"09:52"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"09:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"28.16"
],
[
"_: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",
"category",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"boats"
],
[
"_:result",
"category",
"cinemas"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"concerthalls"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"category",
"swimmingpools"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:result",
"amount",
"over 2,800"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"08:30"
],
[
"_:result",
"count",
"8"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"arrive_by",
"09:52"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"09:35"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"28.16"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"T3AWW926"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'Saint John');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello ! I 've been recommended a restaurant but do n't know where it is . It 's called Saint John 's Chop House . Can you help me find it ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'21 - 24 Northampton Street');(_:result,name,'Saint Johns Chop House');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Saint Johns Chop House is at 21 - 24 Northampton Street . Would you like the phone number as well or could I book a table for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'14:00');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please book a table for 4 people at 14:00 on sunday . Thank you ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'IPY1DUUN');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are all set . The table will be held for 15 minutes and your reference number is IPY1DUUN . Can I assist you with anything further today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please . We will need a train departing from Cambridge ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Sure thing - just let me know where you 're going , what day you 're going there , and at what time ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,destination,'peterborough');(_:search,leave_at,'10:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should go to peterborough and should leave on monday after 10:30 ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,id,'TR7076');(_:result,id,'TR7386');(_:result,leave_at,'10:34');(_:result,leave_at,'11:06');(_:result,type,'Train'))",
"inform((_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR7076 leaves at 10:34 , would you like that one ? There 's TR7386 that leaves at 11:06 ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "They both would work , what 's the price on those ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,ticket,'16.50 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "They both cost 16.50 pounds . How many tickets would you like me to reserve for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Train'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I would like 4 tickets please . Can you tell the price of those ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,people,'four');(_:result,ticket,'66 GBP');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The price for either would be 66 GBP for four tickets . Would you like me to book one of these for you ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Yes I would like you to book the 10:34 please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'U4GOWVHS');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've booked it for you , the reference number is U4GOWVHS ."
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Great , thanks . I think that s all for today . Have a good one . Bye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Glad to be of help . have a nice day ."
}
] |
MUL1571.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Saint John"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Saint John"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"21 - 24 Northampton Street"
],
[
"_:result",
"name",
"Saint Johns Chop House"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Saint John"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"21 - 24 Northampton Street"
],
[
"_:result",
"name",
"Saint Johns Chop House"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"IPY1DUUN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Saint John"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"21 - 24 Northampton Street"
],
[
"_:result",
"name",
"Saint Johns Chop House"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"IPY1DUUN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"10:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Saint John"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"21 - 24 Northampton Street"
],
[
"_:result",
"name",
"Saint Johns Chop House"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"IPY1DUUN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"10:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR7076"
],
[
"_:result",
"id",
"TR7386"
],
[
"_:result",
"leave_at",
"10:34"
],
[
"_:result",
"leave_at",
"11:06"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Saint John"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"21 - 24 Northampton Street"
],
[
"_:result",
"name",
"Saint Johns Chop House"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"IPY1DUUN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"10:30"
],
[
"_:result",
"id",
"TR7076"
],
[
"_:result",
"id",
"TR7386"
],
[
"_:result",
"leave_at",
"10:34"
],
[
"_:result",
"leave_at",
"11:06"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Saint John"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"21 - 24 Northampton Street"
],
[
"_:result",
"name",
"Saint Johns Chop House"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"IPY1DUUN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"10:30"
],
[
"_:result",
"id",
"TR7076"
],
[
"_:result",
"id",
"TR7386"
],
[
"_:result",
"leave_at",
"10:34"
],
[
"_:result",
"leave_at",
"11:06"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"people",
"four"
],
[
"_:result",
"ticket",
"66 GBP"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Saint John"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"21 - 24 Northampton Street"
],
[
"_:result",
"name",
"Saint Johns Chop House"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"10:30"
],
[
"_:result",
"id",
"TR7076"
],
[
"_:result",
"id",
"TR7386"
],
[
"_:result",
"leave_at",
"10:34"
],
[
"_:result",
"leave_at",
"11:06"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"people",
"four"
],
[
"_:result",
"ticket",
"66 GBP"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"U4GOWVHS"
],
[
"_: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,arrive_by,'14:15');(_:search,destination,'cambridge lodge restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'd like to book a taxi . I need it to arrive by 14:15 and my destination is Cambridge Lodge Restaurant ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Thank you , but before I can create your booking I need to know where you 'll be departing from ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'jesus green outdoor pool');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I will be departing from Jesus Green Outdoor Pool ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'red honda');(_:result,phone,'07924138056');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Your booking was successful . Your car is a red honda and its contact number is 07924138056 . Can I assist you with anything else today ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "What type of car is it ? And is there a contact number ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,car,'Red Honda');(_:result,phone,'07924138056');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , I can repeat it . A Red Honda car and the contact info is 07924138056 . Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "than you very much . that is all i need today ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Great . Thank you for contacting Cambridge Towninfo Centre . Have a great day ."
}
] |
SNG0009.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:15"
],
[
"_:search",
"destination",
"cambridge lodge restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:15"
],
[
"_:search",
"destination",
"cambridge lodge restaurant"
],
[
"_:search",
"departure",
"jesus green outdoor pool"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:15"
],
[
"_:search",
"destination",
"cambridge lodge restaurant"
],
[
"_:search",
"departure",
"jesus green outdoor pool"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red honda"
],
[
"_:result",
"phone",
"07924138056"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"car",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:15"
],
[
"_:search",
"destination",
"cambridge lodge restaurant"
],
[
"_:search",
"departure",
"jesus green outdoor pool"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"Red Honda"
],
[
"_:result",
"phone",
"07924138056"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I so excited to see some of your great attractions ! Can you suggest a college in the centre ? Also I need a train schedule from airport to Cambridge on Saturday ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'college');(_:result,count,'13');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Let 's start with your college request . We have 13 in the centre of town . Wht features are you interested ? Maybe , we can narrow your search ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "If you could recommend one that would be great ! Can you send me the address , entrance fee , and phone number ?"
},
{
"id": 3,
"rdf-acts": [
"select((_:result,entrance_fee,'an entrance fee');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))",
"request((_:search,entrance_fee,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , were you looking for a free one or one with an entrance fee ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you , I 'm looking for one with an entrance fee ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,entrance_fee,'2 pounds');(_:result,name,'Corpus Cristi');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Corpus Cristi charges 2 pounds , do you want their phone number ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes and their address please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,\"King 's Parade\");(_:result,phone,'01223338000');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address is King 's Parade and the phone number is 01223338000 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks . Can you also help me find a moderately priced guesthouse in the west with free parking ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'1');(_:result,name,'hobsons house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure , I have one possible option here . It is hobsons house . Would you like a reservation ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'4');(_:search,stay,'2');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . Please book for 4 people , from sunday , for 2 nights . And tell me the refernce number"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'RBKY459T');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the reference number is RBKY459T . , any further questions today ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , I need a taxi to take me to the Hobson 's House ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where will you be departing from ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'Corpus Cristi');(_:search,leave_at,'04:45');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I will need to depart from Corpus Cristi by 04:45 to go to Hobson 's house . I will need to know the contact number and car type please ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Your contact number is 07902709327 and the car type is a black Toyota . Is there anything else I can help you with ?"
}
] |
PMUL3227.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"entrance_fee",
"an entrance fee"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"name",
"Corpus Cristi"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"name",
"Corpus Cristi"
],
[
"_:result",
"address",
"King 's Parade"
],
[
"_:result",
"phone",
"01223338000"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"college"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"address",
"King 's Parade"
],
[
"_:result",
"phone",
"01223338000"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"college"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"address",
"King 's Parade"
],
[
"_:result",
"phone",
"01223338000"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"RBKY459T"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"college"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"address",
"King 's Parade"
],
[
"_:result",
"phone",
"01223338000"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"RBKY459T"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"Corpus Cristi"
],
[
"_:search",
"leave_at",
"04:45"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi . Can you help me find an east hotel ?"
},
{
"id": 1,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Sure , did you need anything else specifically ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,stars,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like something with 4 or 5 stars ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'east');(_:result,category,'guesthouses');(_:result,count,'6');(_:result,stars,'four');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have six four star guesthouses on the east side . Does price matter ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , it does not matter . I am also looking a for place with free parking ."
},
{
"id": 5,
"rdf-acts": [
"select((_:result,pricerange,'cheaply priced');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))",
"inform((_:result,amount,'all');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "All have free parking ! Moderately or cheaply priced ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'does not matter');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The price does not matter ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'Warkworth Terrace');(_:result,name,'Warkworth House');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I recommend the Warkworth House at Warkworth Terrace . Would you like me to book this for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does it also have free wifi ? I need wifi too ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes it has free wifi . Would you like me to book it for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , for myself and 4 nights starting tuesday"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'ZI27S8E2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are all set , the reference number is ZI27S8E2 , any further questions ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'21:15');(_:search,departure,'cambridge');(_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train ticket from cambridge to ely . I want to arrive at least by 21:15 , can I get the reference # too please ?"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day would you be traveling ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be traveling on tuesday ."
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like me to book it for you ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "yes please . Can I get the reference number ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,arrive_by,'21:15');(_:result,count,'8');(_:result,departure,'Cambridge');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 8 trains that would get you there by 21:15 . What time would you like to depart Cambridge ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,leave_at,'dontcare');(_:search,type,'Train'))",
"thank()"
],
"speaker": "user",
"text": "I do not have a specific time to leave , thank you for asking ."
},
{
"id": 19,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay ! How many people would you like me to book a train for ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,arrive_by,'21:15');(_:search,people,'same group of people');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "arrive by 21:15 for the same group of people . and I need a reference number"
},
{
"id": 21,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,departure,'Cambridge');(_:booking,leave_at,'19:50');(_:booking,type,'Booking');(_:result,arrive_by,'20:07');(_:result,ref,'7776W8DF');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have booked you on the train leaving Cambridge at 19:50 . Your will arrive at 20:07 and your reference number is 7776W8DF ."
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much for your help ."
},
{
"id": 23,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I look up anything else for you today ?"
},
{
"id": 24,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all for now . Thank you for all your help ."
},
{
"id": 25,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us and have a nice day ."
}
] |
PMUL1914.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"5"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"5"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"pricerange",
"cheaply priced"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"does not matter"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"5"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"pricerange",
"cheaply priced"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"does not matter"
],
[
"_:result",
"address",
"Warkworth Terrace"
],
[
"_:result",
"name",
"Warkworth House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"5"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"pricerange",
"cheaply priced"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"does not matter"
],
[
"_:result",
"address",
"Warkworth Terrace"
],
[
"_:result",
"name",
"Warkworth House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_: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",
"area",
"east"
],
[
"_:search",
"stars",
"5"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"pricerange",
"cheaply priced"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"does not matter"
],
[
"_:result",
"address",
"Warkworth Terrace"
],
[
"_:result",
"name",
"Warkworth House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ZI27S8E2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"21:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"5"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"pricerange",
"cheaply priced"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"does not matter"
],
[
"_:result",
"address",
"Warkworth Terrace"
],
[
"_:result",
"name",
"Warkworth House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ZI27S8E2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"21:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"5"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"pricerange",
"cheaply priced"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"does not matter"
],
[
"_:result",
"address",
"Warkworth Terrace"
],
[
"_:result",
"name",
"Warkworth House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ZI27S8E2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"21:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"5"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"pricerange",
"cheaply priced"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"does not matter"
],
[
"_:result",
"address",
"Warkworth Terrace"
],
[
"_:result",
"name",
"Warkworth House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ZI27S8E2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"21:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"arrive_by",
"21:15"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"5"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"pricerange",
"cheaply priced"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"does not matter"
],
[
"_:result",
"address",
"Warkworth Terrace"
],
[
"_:result",
"name",
"Warkworth House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ZI27S8E2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"arrive_by",
"21:15"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"arrive_by",
"21:15"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"5"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"pricerange",
"cheaply priced"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"does not matter"
],
[
"_:result",
"address",
"Warkworth Terrace"
],
[
"_:result",
"name",
"Warkworth House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ZI27S8E2"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"arrive_by",
"21:15"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Cambridge"
],
[
"_:booking",
"leave_at",
"19:50"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"20:07"
],
[
"_:result",
"ref",
"7776W8DF"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"5"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"pricerange",
"cheaply priced"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"does not matter"
],
[
"_:result",
"address",
"Warkworth Terrace"
],
[
"_:result",
"name",
"Warkworth House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"ZI27S8E2"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"arrive_by",
"21:15"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Cambridge"
],
[
"_:booking",
"leave_at",
"19:50"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"20:07"
],
[
"_:result",
"ref",
"7776W8DF"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "Is there a hospital near by ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The medical center in Cambridge is called Addenbrookes Hospital . It is located at Hills Road , in postalcode CB20QQ ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "I will need their phone number also ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223245151');(_:result,type,'Hospital'))",
"reqmore()"
],
"speaker": "system",
"text": "The phone number is 01223245151 . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's everything . Thanks !"
},
{
"id": 5,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "welcome . at your service next time"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thanks again . Goodbye !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day !"
}
] |
SNG01532.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.