turns
listlengths 2
60
| dialogue_id
stringlengths 1
31
| states
listlengths 1
30
|
---|---|---|
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'worth house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you find a hotel named Worth House for me ? Thanks ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure , it is a guesthouse in the north . Would you like me to book a room for you ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,has_internet,?);(_:result,type,'Hotel'))",
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you tell me if they have free internet ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , they have free wifi . Do you need anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'14:30');(_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would also like a train that leaves on Tuesday and arrive by 14:30 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,day,'Tuesday');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are many trains moving on Tuesday , can I get your preferred point of departure and arrival ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be going from Cambridge to Bishops Stortford ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'multiple');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are multiple trains leaving that match your request . When is the earliest you would want to leave ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'14:30');(_:search,leave_at,'dontcare');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive by 14:30 I do n't have a preference on departing time ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'14:07');(_:result,id,'TR2771');(_:result,leave_at,'13:29');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR2771 leaves at 13:29 and arrives at 14:07 . Would this one work for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yeah that works for me . Could you book that train for 6 people and then give me the reference number ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,ref,'1GWWEV63');(_:result,type,'Train'))",
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ticket,'60.59 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 60.59 GBP payable at the station . Reference number is : 1GWWEV63 . Will there be anything else today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I needed . Thank you very much !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm glad I could have been of service !"
}
] |
PMUL1895.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"worth house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"worth house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"worth house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"worth house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"worth house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"worth house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"id",
"TR2771"
],
[
"_:result",
"leave_at",
"13:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"worth house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"id",
"TR2771"
],
[
"_:result",
"leave_at",
"13:29"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"1GWWEV63"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"60.59 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,'cityroomz');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hello , I 'm looking for a hotel named cityroomz . Can you provide me information about it please ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'sleeperz hotel , station road');(_:result,area,'centre');(_:result,category,'hotel');(_:result,stars,'0');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes . It 's a 0 star hotel that 's located at sleeperz hotel , station road in the centre of town . Would you like their phone number as well ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'3');(_:search,stay,'5');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No thanks , but can you book me for 3 people and 5 nights starting on saturday ? I 'll also need the reference number ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,ref,'L30FIVE7');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I booked it for you . The reference is L30FIVE7 . Do you need anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'multiple sports');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I m looking for a place to go in the centre area with multiple sports ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'centre');(_:search,category,'multiple sports');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I am sorry but there are no multiple sports in the centre area . Do you want me to try a different area or a different attraction ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'nightclub');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "How about let 's try a nightclub ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'Heidelberg Gardens , Lion yard');(_:result,category,'nightclubs');(_:result,count,'5');(_:result,name,'Ballare');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes I found 5 nightclubs . Would like to try the Ballare located at Heidelberg Gardens , Lion yard ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I think that would work . Can you tell me their entrance fee and postcode please ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,entrance_fee,'5 pounds');(_:result,postcode,'cb23na');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yeah , the entrance fee is 5 pounds , and the postcode is cb23na ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you book me a taxi between the two locations please ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "When would you like to be picked up ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,leave_at,'17:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "at 17:00 hours please"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'blue Ford');(_:result,phone,'07043795737');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Okay . You 'll be expecting a blue Ford . Their number is 07043795737 . Anything else ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,leave_at,'18:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Was that taxi booking for leaving by 18:45 ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,leave_at,'17:00');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "It was at 17:00 , quite a bit before 18:45 . Would you prefer a later booking ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,arrive_by,'18:45');(_:search,destination,'my attraction');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I just need to arrive at my attraction by 18:45 . Can I get the car type and contact number please ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'blue ford');(_:result,phone,'07043795737');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "It 's a blue ford and the contact number is 07043795737 ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for your help !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the help desk ! Good bye !"
}
] |
MUL2501.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cityroomz"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cityroomz"
],
[
"_:result",
"address",
"sleeperz hotel , station road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cityroomz"
],
[
"_:result",
"address",
"sleeperz hotel , station road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"L30FIVE7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cityroomz"
],
[
"_:result",
"address",
"sleeperz hotel , station road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"L30FIVE7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/fe84b6cd"
],
[
"_:search/fe84b6cd",
"area",
"centre"
],
[
"_:search/fe84b6cd",
"category",
"multiple sports"
],
[
"_:search/fe84b6cd",
"type",
"Attraction"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cityroomz"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"stars",
"0"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"L30FIVE7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/fe84b6cd"
],
[
"_:search/fe84b6cd",
"area",
"centre"
],
[
"_:search/fe84b6cd",
"category",
"multiple sports"
],
[
"_:search/fe84b6cd",
"type",
"Attraction"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Heidelberg Gardens , Lion yard"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cityroomz"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"stars",
"0"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"L30FIVE7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/fe84b6cd"
],
[
"_:search/fe84b6cd",
"area",
"centre"
],
[
"_:search/fe84b6cd",
"category",
"multiple sports"
],
[
"_:search/fe84b6cd",
"type",
"Attraction"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"address",
"Heidelberg Gardens , Lion yard"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cityroomz"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"stars",
"0"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"L30FIVE7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/fe84b6cd"
],
[
"_:search/fe84b6cd",
"area",
"centre"
],
[
"_:search/fe84b6cd",
"category",
"multiple sports"
],
[
"_:search/fe84b6cd",
"type",
"Attraction"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"address",
"Heidelberg Gardens , Lion yard"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"17:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cityroomz"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"stars",
"0"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"L30FIVE7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/fe84b6cd"
],
[
"_:search/fe84b6cd",
"area",
"centre"
],
[
"_:search/fe84b6cd",
"category",
"multiple sports"
],
[
"_:search/fe84b6cd",
"type",
"Attraction"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"address",
"Heidelberg Gardens , Lion yard"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:search",
"departure",
"?"
],
[
"_:result",
"car",
"blue Ford"
],
[
"_:result",
"phone",
"07043795737"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cityroomz"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"stars",
"0"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"L30FIVE7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/fe84b6cd"
],
[
"_:search/fe84b6cd",
"area",
"centre"
],
[
"_:search/fe84b6cd",
"category",
"multiple sports"
],
[
"_:search/fe84b6cd",
"type",
"Attraction"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"address",
"Heidelberg Gardens , Lion yard"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:search",
"departure",
"?"
],
[
"_:result",
"car",
"blue Ford"
],
[
"_:result",
"phone",
"07043795737"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:result",
"leave_at",
"17:00"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"destination",
"my attraction"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cityroomz"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"stars",
"0"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"L30FIVE7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/fe84b6cd"
],
[
"_:search/fe84b6cd",
"area",
"centre"
],
[
"_:search/fe84b6cd",
"category",
"multiple sports"
],
[
"_:search/fe84b6cd",
"type",
"Attraction"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"address",
"Heidelberg Gardens , Lion yard"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:search",
"departure",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:result",
"leave_at",
"17:00"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"destination",
"my attraction"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue ford"
],
[
"_:result",
"phone",
"07043795737"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need help finding a train . Can you do that ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Of course . Where are you traveling to ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'liverpool street');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave Liverpool street on Tuesday and arrive in Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'10');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "We have 10 different trains on that day . Do you prefer a particular time ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'08:45');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to arrive in Cambridge by 08:45 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'07:07');(_:result,id,'TR6939');(_:result,leave_at,'05:39');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR6939 is your best option . It will leave at 05:39 and arrive at 07:07 . Would you like to book passage on that train ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I 'll need 7 tickets ."
},
{
"id": 7,
"rdf-acts": [],
"speaker": "system",
"text": "Okay , do you need a reference number ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "yes please tyhat you for all your help"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,id,'TR6939');(_:booking,people,'7');(_:booking,ref,'OK7WYTNQ');(_:booking,ticket,'116.2GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "OK , you have 7 tickets reserved on TR6939 . Total due at the station will be 116.2GBP . Your reference number is OK7WYTNQ ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need a place to stay . 2 star is my preference ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "okay , what area and price range ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "In the west part of town . The price does n't matter ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,area,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"canthelp((_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I do n't have any 2 star hotels in that area . Would you like a different area or a higher rated hotel ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "do you have one with a star of 4 ?"
},
{
"id": 15,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'3');(_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I do . We have three options . Two that are cheap and one that 's expensive . Do you have a preference ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'7');(_:search,pricerange,'cheap');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Try either one of the cheap ones , I need one that can hold my group of 7 for 5 nights on tuesday ."
},
{
"id": 17,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'cambridge belfry');(_:booking,ref,'X33MYBK5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "the cambridge belfry was the best match for a large group so I booked you there , the reference number is X33MYBK5 , may I assist with anything else ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . That will be all ."
},
{
"id": 19,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Have a great time ."
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , and have a great day ."
}
] |
PMUL1679.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"liverpool street"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"liverpool street"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"07:07"
],
[
"_:result",
"id",
"TR6939"
],
[
"_:result",
"leave_at",
"05:39"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"liverpool street"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"07:07"
],
[
"_:result",
"id",
"TR6939"
],
[
"_:result",
"leave_at",
"05:39"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"liverpool street"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"07:07"
],
[
"_:result",
"id",
"TR6939"
],
[
"_:result",
"leave_at",
"05:39"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR6939"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"OK7WYTNQ"
],
[
"_:booking",
"ticket",
"116.2GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"liverpool street"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"07:07"
],
[
"_:result",
"id",
"TR6939"
],
[
"_:result",
"leave_at",
"05:39"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR6939"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"OK7WYTNQ"
],
[
"_:booking",
"ticket",
"116.2GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"liverpool street"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"07:07"
],
[
"_:result",
"id",
"TR6939"
],
[
"_:result",
"leave_at",
"05:39"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR6939"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"OK7WYTNQ"
],
[
"_:booking",
"ticket",
"116.2GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/047e8752"
],
[
"_:search/047e8752",
"stars",
"2"
],
[
"_:search/047e8752",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"liverpool street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"07:07"
],
[
"_:result",
"id",
"TR6939"
],
[
"_:result",
"leave_at",
"05:39"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR6939"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"OK7WYTNQ"
],
[
"_:booking",
"ticket",
"116.2GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/047e8752"
],
[
"_:search/047e8752",
"stars",
"2"
],
[
"_:search/047e8752",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"liverpool street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"07:07"
],
[
"_:result",
"id",
"TR6939"
],
[
"_:result",
"leave_at",
"05:39"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR6939"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ticket",
"116.2GBP"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/047e8752"
],
[
"_:search/047e8752",
"stars",
"2"
],
[
"_:search/047e8752",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"cambridge belfry"
],
[
"_:booking",
"ref",
"X33MYBK5"
],
[
"_: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",
"departure",
"liverpool street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"07:07"
],
[
"_:result",
"id",
"TR6939"
],
[
"_:result",
"leave_at",
"05:39"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR6939"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ticket",
"116.2GBP"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/047e8752"
],
[
"_:search/047e8752",
"stars",
"2"
],
[
"_:search/047e8752",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"cambridge belfry"
],
[
"_:booking",
"ref",
"X33MYBK5"
],
[
"_: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,destination,'London');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train to London please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Can I have a departure site , date and time you are leaving ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm sorry , I do n't know what came over me . I 'm just looking for a museum in town ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'museums');(_:result,count,'23');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Okay , we 've got about 23 museums in town , any particular type of area ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I do not have any preference on the area . Can I have the phone number and entrance fee to one of the museums ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'free');(_:result,name,'Broughton House Gallery');(_:result,phone,'01223314960');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , the Broughton House Gallery is free to enter , and their phone number is 01223314960 . Can I help with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'italian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm also looking to find an Italian restaurant that is cheap to eat at in the north part of town ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We only have da vinci pizzeria , would you like me to book a table ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'18:15');(_:search,people,'1');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , thank you . I need to reserve a table for 1 person on Wednesday at 18:15 . Thank you . I also need the reference number ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was unable to book that time . Is there another time we could try that would still suit you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,day,'wednesday');(_:search,duration,'18:15');(_:search,food,'italian');(_:search,people,'1');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Darn , could you try again ? Any cheap Italian restaurant on the north side . 1 person , 18:15 on Wednesday ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'ZMBFZRC2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sorry about that , I accidentally hit 5 instead of 1 . Alright , I have you booked ! Reference number is ZMBFZRC2 . Anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Good , I really wanted to eat there . No , I do n't need anything else , thank you . Bye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Great . Glad I could help ."
}
] |
MUL0896.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"London"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"London"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"London"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"London"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"phone",
"01223314960"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"London"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223314960"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"London"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223314960"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/ce76dc98"
],
[
"_:booking/ce76dc98",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"people",
"1"
],
[
"_: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": [
[
"_:search",
"destination",
"London"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223314960"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/ce76dc98"
],
[
"_:booking/ce76dc98",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ZMBFZRC2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'nightclub');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a nightclub in the town centre ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'lion yard');(_:result,category,'nightclubs');(_:result,count,'5');(_:result,name,'Ballare');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are five nightclubs I can show you . How about the Ballare at lion yard ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'ballare');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you tell me what the entrance fee is for Ballare ? I also need the address ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'heidelberg gardens , lion yard');(_:result,entrance_fee,'5 pounds');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "address is heidelberg gardens , lion yard . entrance fee is 5 pounds"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,leave_at,'11:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks for the info . Can you also tell me if there are any trains on Saturday that leave after 11:15 ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,leave_at,'11:15');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Yes , there are trains that leave after 11:15 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks , Are there trains that depart from Cambridge ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'134');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Certainly , there are 134 , do you have an arrival time in mind ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,leave_at,'11:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No , but I need to leave after 11:15 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "To help narrow it down , what is your destination and what day will you be leaving ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,destination,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am going to stansted airport and need to leave on Saturday ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'12:08');(_:result,id,'TR3373');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR3373 meets your criteria and arrives by 12:08 . Would you like to book it ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes I need to book for 8 people and get the reference number please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'7LIC35YA');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great the reference number is 7LIC35YA ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you ! That 's all I need today . I appreciate your help !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are quite welcome ! Have a safe flight !"
}
] |
MUL0439.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"address",
"lion yard"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"ballare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:search",
"name",
"ballare"
],
[
"_:result",
"address",
"heidelberg gardens , lion yard"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:search",
"name",
"ballare"
],
[
"_:result",
"address",
"heidelberg gardens , lion yard"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:result",
"leave_at",
"11:15"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:search",
"name",
"ballare"
],
[
"_:result",
"address",
"heidelberg gardens , lion yard"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"leave_at",
"11:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"count",
"134"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:search",
"name",
"ballare"
],
[
"_:result",
"address",
"heidelberg gardens , lion yard"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"leave_at",
"11:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"count",
"134"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:search",
"name",
"ballare"
],
[
"_:result",
"address",
"heidelberg gardens , lion yard"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"leave_at",
"11:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"count",
"134"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"arrive_by",
"12:08"
],
[
"_:result",
"id",
"TR3373"
],
[
"_: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
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:search",
"name",
"ballare"
],
[
"_:result",
"address",
"heidelberg gardens , lion yard"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"leave_at",
"11:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"count",
"134"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"arrive_by",
"12:08"
],
[
"_:result",
"id",
"TR3373"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"7LIC35YA"
],
[
"_: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,'sitar tandoori');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant sitar tandoori . Can you give me more information ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'Sitar tandoori');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sitar tandoori is a indian restaurant in the east . It is considered expensive . Would you like to make a reservation ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'18:00');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . I would like to book a table for 6 at 18:00 on Monday please ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "sorry , the booking was unsuccessful . can you please choose another day or time slot ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,duration,'17:00');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you try for 17:00 instead ? And if they are available , I need the reference number ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'PE2FBNEN');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alright , I 've got your reservation booked , reference number is PE2FBNEN ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thanks . I am also looking for a college to visit while I am in town ."
},
{
"id": 7,
"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": 8,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "How about in a different area ?"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "There are 4 colleges in the west . Churchill college is located at storey 's way . It 's entrance fee is free ."
}
] |
MUL2493.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"sitar tandoori"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"sitar tandoori"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"Sitar tandoori"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"sitar tandoori"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"Sitar tandoori"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/04fd510b"
],
[
"_:booking/04fd510b",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"sitar tandoori"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"Sitar tandoori"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/04fd510b"
],
[
"_:booking/04fd510b",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"PE2FBNEN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"sitar tandoori"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"Sitar tandoori"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/04fd510b"
],
[
"_:booking/04fd510b",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"PE2FBNEN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/a13f6635"
],
[
"_:search/a13f6635",
"area",
"east"
],
[
"_:search/a13f6635",
"category",
"colleges"
],
[
"_:search/a13f6635",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,name,'university arms hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want some information on the university arms hotel please"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'The university arms hotel');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The university arms hotel is an expensive hotel in the centre with internet and parking . Would you like me to make a booking ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'5');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . I need rooms for 5 people for 5 nights , starting wednesday ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Unfortunately , the hotel is unavailable at that time . Would you like me to find another hotel ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'that area');(_:search,category,'hotel');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Are there any listings for a moderately priced hotel in that area ?"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "a and b guest house is moderately priceed . Would you like me to book you ?"
}
] |
SSNG0342.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"university arms hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"university arms hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"The university arms hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"university arms hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"The university arms hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"canthelp",
"_:booking/eb6a3d3d"
],
[
"_:booking/eb6a3d3d",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"that area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a moderately priced restaurant in the west part of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Do n't care ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'West');(_:result,food,'Indian');(_:result,name,'Meghna');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Meghna serves moderately priced Indian food and is in the West part of town ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any other restaurants ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'saint johns chop house');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is saint johns chop house with moderate pricing in the west part of town ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the address , phone number and postcode ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'21 - 24 northampton street');(_:result,name,'saint johns chop house');(_:result,phone,'01223 353110');(_:result,postcode,'CB30AD');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "saint johns chop house is located at 21 - 24 northampton street . Its phone number is 01223 353110 and the postcode is CB30AD , Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . That 'll do it ."
},
{
"id": 9,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Thank you , and have a great day !"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Goodbye !"
}
] |
WOZ20194.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:result",
"area",
"West"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"21 - 24 northampton street"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"phone",
"01223 353110"
],
[
"_:result",
"postcode",
"CB30AD"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"21 - 24 northampton street"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"phone",
"01223 353110"
],
[
"_:result",
"postcode",
"CB30AD"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'pool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I will be visting in North Cambridge and would like to spend sometime at the pool , are there any in the area ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,name,'Jesus Green Outdoor pool');(_:result,name,'Kings Hedges Learner pool');(_:result,type,'Attraction'))",
"inform((_:result,area,'north');(_:result,category,'pools');(_:result,count,'2');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "We have two pools located in the north area . Jesus Green Outdoor pool and Kings Hedges Learner pool . Would you like any additional information on either of these options ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the phone number , address and fee for the Green Outdoor Pool ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,entrance_fee,'I do not have information');(_:result,phone,'01223302579');(_:result,postcode,'cb43px');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number is 01223302579 and post code cb43px . I do not have information about the entrance fee , you may want to call them directly ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the address ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'between victoria road and the river');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is between victoria road and the river . Is there anything else that I can do for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'12:45');(_:search,day,'monday');(_:search,departure,'broxbourne');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I would like to book a train leaving from Broxbourne on Monday and arriving in Cambridge by 12:45 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'11:32');(_:result,departure,'Broxbourne');(_:result,destination,'Cambridge');(_:result,id,'TR9199');(_:result,leave_at,'10:32');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The train closest to your requested arrival time is TR9199 , leaving Broxbourne at 10:32 , arriving Cambridge at 11:32 . Would you like to book a ticket on this train ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "If you could just tell me how much the tickets are that would be fine ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,ticket,'17.90 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "17.90 pounds , what else will you need me to help you with ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That was all the info I needed today , thank you !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Have a great day !"
}
] |
MUL1910.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"pool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Jesus Green Outdoor pool"
],
[
"_:result",
"name",
"Kings Hedges Learner pool"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"pools"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Jesus Green Outdoor pool"
],
[
"_:result",
"name",
"Kings Hedges Learner pool"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"pools"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"I do not have information"
],
[
"_:result",
"phone",
"01223302579"
],
[
"_:result",
"postcode",
"cb43px"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"pool"
],
[
"_:result",
"name",
"Jesus Green Outdoor pool"
],
[
"_:result",
"name",
"Kings Hedges Learner pool"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"pools"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"entrance_fee",
"I do not have information"
],
[
"_:result",
"phone",
"01223302579"
],
[
"_:result",
"postcode",
"cb43px"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"between victoria road and the river"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"pool"
],
[
"_:result",
"name",
"Jesus Green Outdoor pool"
],
[
"_:result",
"name",
"Kings Hedges Learner pool"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"pools"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"entrance_fee",
"I do not have information"
],
[
"_:result",
"phone",
"01223302579"
],
[
"_:result",
"postcode",
"cb43px"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"between victoria road and the river"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"11:32"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9199"
],
[
"_:result",
"leave_at",
"10:32"
],
[
"_: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",
"area",
"north"
],
[
"_:search",
"category",
"pool"
],
[
"_:result",
"name",
"Jesus Green Outdoor pool"
],
[
"_:result",
"name",
"Kings Hedges Learner pool"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"pools"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"entrance_fee",
"I do not have information"
],
[
"_:result",
"phone",
"01223302579"
],
[
"_:result",
"postcode",
"cb43px"
],
[
"_:result",
"address",
"between victoria road and the river"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"11:32"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9199"
],
[
"_:result",
"leave_at",
"10:32"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"17.90 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , I need a hotel that includes free wifi in the north of Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,category,'hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes I have many listings for that type of hotel , if you tell me your price range I can narrow down your options ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'no');(_:search,pricerange,'dontcare');(_:search,type,'Hotel'))",
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Hotel does n't need to have free parking . I do n't care about price range ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'guesthouse - type');(_:result,name,'The avalon');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The avalon is a moderately priced guesthouse - type that matches your criteria ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "What is the postcode , price range , and address ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'62 gilbert road');(_:result,category,'hotel');(_:result,name,'Avalon');(_:result,postcode,'cb43pd');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The postcode for the Avalon is cb43pd , it is moderately priced hotel , and it is located at 62 gilbert road ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,food,'international');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you so much . I am also looking for information on a place to dine in the same area of the hotel . I would prefer international food ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'North');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunately there are no matching restaurants in the North . Would you like to try a different type of cuisine , or a different area ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'international');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Maybe ... are you sure there is no cheap international food in the north ?"
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "No I am sorry there are no locations I have found . Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Since there is no cheap international restaurants , is there any Italian restaurants ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'1');(_:result,name,'Da Vinci Pizzeria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is one , Da Vinci Pizzeria , would you like to book that ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hold off on booking . Could you give me the address and phone number for it ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'20 Milton Road Chesterton');(_:result,name,'da vinci pizzeria');(_:result,phone,'01223351707');(_:result,postcode,'cb41jy');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , da vinci pizzeria is located at 20 Milton Road Chesterton postcode cb41jy , phone 01223351707 . Can I help you with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that should be all thank you"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , goodbye ."
}
] |
MUL0177.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse - type"
],
[
"_:result",
"name",
"The avalon"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"address",
"62 gilbert road"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"postcode",
"cb43pd"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"address",
"62 gilbert road"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"postcode",
"cb43pd"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/d49d1c25"
],
[
"_:search/d49d1c25",
"area",
"North"
],
[
"_:search/d49d1c25",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"address",
"62 gilbert road"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"postcode",
"cb43pd"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/d49d1c25"
],
[
"_:search/d49d1c25",
"area",
"North"
],
[
"_:search/d49d1c25",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/0aa11782"
],
[
"_:search/0aa11782",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_: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": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"address",
"62 gilbert road"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"postcode",
"cb43pd"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"canthelp",
"_:search/d49d1c25"
],
[
"_:search/d49d1c25",
"area",
"North"
],
[
"_:search/d49d1c25",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/0aa11782"
],
[
"_:search/0aa11782",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Da Vinci Pizzeria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"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",
"many"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"canthelp",
"_:search/d49d1c25"
],
[
"_:search/d49d1c25",
"area",
"North"
],
[
"_:search/d49d1c25",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/0aa11782"
],
[
"_:search/0aa11782",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"20 Milton Road Chesterton"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"phone",
"01223351707"
],
[
"_:result",
"postcode",
"cb41jy"
],
[
"_: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,name,'rice house');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi ! I 'm looking for information on the Rice House restaurant ."
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223367755');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number is 01223367755 . Is there anything else I can help you with ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'll also need their address please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'88 Mill Road City Centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They are located at 88 Mill Road City Centre ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thank you . Thanks for the info . Have a good rest of your day ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "You 're welcome , is there anything else you need ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , I have all the information I need . Thank you ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using this system !"
}
] |
SNG0543.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rice house"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rice house"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223367755"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rice house"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223367755"
],
[
"_:result",
"address",
"88 Mill Road City Centre"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rice house"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"01223367755"
],
[
"_:result",
"address",
"88 Mill Road City Centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'curry garden');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need help finding a place to eat called curry garden ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'Indian');(_:result,name,'Curry garden');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Curry garden is an expensive restaurant that serves Indian food . Do you want me to book it for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'16:15');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes can I make a reservation for 1 people at 16:15 on wednesday ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , there are no available tables at that time . Would you like me to look for a different restaurant ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,pricerange,'same area and price range');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about a different place to eat in the same area and price range ? Can you book it and I need the reference number ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,day,'Wednesday');(_:booking,duration,'16:15 pm');(_:booking,name,'Kymmoy restaurant');(_:booking,people,'1');(_:booking,type,'Booking');(_:result,area,'centre');(_:result,food,'asian');(_:result,pricerange,'expensive');(_:result,ref,'N08TP996');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have booked the Kymmoy restaurant for 1 at 16:15 pm on Wednesday . It is an expensive asian restaurant in the centre . Your reservation number is N08TP996 ."
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Wonderful , thank you . That is all I need for today . Bye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Your welcome . Have a great day ."
}
] |
SSNG0119.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"curry garden"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"curry garden"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Curry garden"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"curry garden"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Curry garden"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/f01bad15"
],
[
"_:booking/f01bad15",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same area and price range"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"curry garden"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Curry garden"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/f01bad15"
],
[
"_:booking/f01bad15",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same area and price range"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"16:15 pm"
],
[
"_:booking",
"name",
"Kymmoy restaurant"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"asian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"ref",
"N08TP996"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'pizza hut fen ditton');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for this restaurant called pizza hut fen ditton"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'Italian');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "it is a moderately priced restaurant in the east that serves italian food . can i five you the address ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'16:00');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , but could you book a table for me ? 3 people on Friday at 16:00 , please ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'F78J1SK2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : F78J1SK2 . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "I 'm not sure ... let me ask my wife ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need a place to stay ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,has_internet,?);(_:search,has_parking,?);(_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Can you please tell me what type of place and if you have any preferences ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'guesthouse');(_:search,pricerange,'moderate');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want a guesthouse in the north with a moderate price range and 4 stars ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'a and b guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "a and b guest house would fit that criteria , would you like to make a booking ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'3');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , that would be great . I 'll need to book for Friday , 3 people , and for 3 nights ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,type,'Hotel'))",
"inform((_:result,area,'east');(_:result,name,'A and B Guest House');(_:result,pricerange,'moderate');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Actually , the A and B Guest House is in the east . It is 4 stars with a moderate price range . I did n't see anything that fit your criteria in the north ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'guesthouse');(_:search,pricerange,'moderate');(_:search,stars,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Would you check again for a guesthouse in the moderate price range , in the north with four stars , please ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'acorn guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "acorn guest house \t fits your criteria . can i book this ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , sounds good . Can I get the reference with that too please ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,ref,'WMSF8TU5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked your room here is your information : Booking was successful . \n Reference number is : WMSF8TU5"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thank you very much"
},
{
"id": 17,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "is there anything else i can do for you ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , that 's all ! Thanks !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our services . Have a wonderful day !"
}
] |
PMUL4440.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza hut fen ditton"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"F78J1SK2"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"F78J1SK2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"F78J1SK2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:booking",
"ref",
"F78J1SK2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"3"
],
[
"_: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",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:booking",
"ref",
"F78J1SK2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"canthelp",
"_:search/60298a3d"
],
[
"_:search/60298a3d",
"area",
"north"
],
[
"_:search/60298a3d",
"type",
"Hotel"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"A and B Guest House"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"four"
],
[
"_: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",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:booking",
"ref",
"F78J1SK2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"canthelp",
"_:search/60298a3d"
],
[
"_:search/60298a3d",
"area",
"north"
],
[
"_:search/60298a3d",
"type",
"Hotel"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"canthelp",
"_:search/60298a3d"
],
[
"_:search/60298a3d",
"area",
"north"
],
[
"_:search/60298a3d",
"type",
"Hotel"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"WMSF8TU5"
],
[
"_: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",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"canthelp",
"_:search/60298a3d"
],
[
"_:search/60298a3d",
"area",
"north"
],
[
"_:search/60298a3d",
"type",
"Hotel"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"WMSF8TU5"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'persian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for an expensive restaurant that serves Persian food ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "There are no Persian restaurants listed . Is there something else I can search for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about a restaurant that serves European food ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 4 restaurants that meet those specification . Do you have a preference of the area of town it is located at ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Restaurant'))",
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "The area does n't matter ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'European');(_:result,name,'Cambridge Lodge Restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay , I suggest the Cambridge Lodge Restaurant . They serve great European food and are located in the west part of town . Would you like their phone number ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please . And the address as well ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'Hotel 139 Huntingdon Road City Centre');(_:result,phone,'01223 355166');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "their address is Hotel 139 Huntingdon Road City Centre and their phone number is 01223 355166 ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Goodbye ."
}
] |
WOZ20489.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"persian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/fcf7ac24"
],
[
"_:search/fcf7ac24",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/fcf7ac24"
],
[
"_:search/fcf7ac24",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/fcf7ac24"
],
[
"_:search/fcf7ac24",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"Cambridge Lodge Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/fcf7ac24"
],
[
"_:search/fcf7ac24",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"Cambridge Lodge Restaurant"
],
[
"_:result",
"address",
"Hotel 139 Huntingdon Road City Centre"
],
[
"_:result",
"phone",
"01223 355166"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant in the south ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'nine');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have nine . Do you have a preference as to cuisine or price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'Portuguese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for one that serves Portuguese food and is cheap ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Nandos');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I found one . It is called Nandos . Would you like for me to book it for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'18:00');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please . We would like a table for 2 at 18:00 on Saturday ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am sorry this restaurant is booked would you like to try a different place ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you , I will call again ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day ."
}
] |
SSNG0178.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"amount",
"nine"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"amount",
"nine"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/85d76566"
],
[
"_:booking/85d76566",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'modern american');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any restaurants in town that serve modern american food ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "No , there are none . Is there another type of food you would liked to try ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'traditional american');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What about any expensive restaurants with traditional American food in the centre of town ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,amount,'a number of');(_:result,area,'centre');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "No , I 'm sorry there are not . There are a number of other expensive restaurants in the centre ? Might you try a different cuisine ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure how about Italian ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,food,'Italian');(_:result,name,'Don Pasquale Pizzeria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes Don Pasquale Pizzeria has Italian food and is in the center of town ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'17:00');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "The restaurant sounds good . Please book a table for Sunday at 17:00 for 4 people ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,people,'4');(_:booking,ref,'DPMRYTRL');(_:booking,type,'Booking'))",
"reqmore()",
"inform((_:result,name,'don pasquale pizzeria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Your booking for 4 at don pasquale pizzeria is complete ! Here is your reference number DPMRYTRL . How else may I assist you today ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be all . Thank you . Goodbye !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , enjouy your meal ."
}
] |
SNG0508.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"modern american"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/a1228751"
],
[
"_:search/a1228751",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"traditional american"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/a1228751"
],
[
"_:search/a1228751",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/f2440cb4"
],
[
"_:search/f2440cb4",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/a1228751"
],
[
"_:search/a1228751",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/f2440cb4"
],
[
"_:search/f2440cb4",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Don Pasquale Pizzeria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/a1228751"
],
[
"_:search/a1228751",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/f2440cb4"
],
[
"_:search/f2440cb4",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"DPMRYTRL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"don pasquale pizzeria"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to book a train . I need to go to peterborough on thursday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What station will you be departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))",
"thank()"
],
"speaker": "user",
"text": "I 'll be leaving from Cambridge , thanks ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,day,'Thursday');(_:result,departure,'Cambridge');(_:result,destination,'Peterborough');(_:result,leave_at,'05:06');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have a train leaving Cabridge for Peterborough Thursday at 05:06 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Great ! Please make a booking for 3 people ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,people,'3');(_:booking,ref,'17OSNISB');(_:booking,ticket,'49.5 gbp');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've booked 3 tickets for you , and the fee is 49.5 gbp and your reference number is 17OSNISB ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks very much for your help ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Have a nice day !"
}
] |
SNG01712.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"leave_at",
"05:06"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"leave_at",
"05:06"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"17OSNISB"
],
[
"_:booking",
"ticket",
"49.5 gbp"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am planning a trip to Cambridge"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "Sure , what can I help you with ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'20:00');(_:search,day,'friday');(_:search,departure,'cambridge');(_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train to peterborough from cambridge on friday and would like to arrive by 20:00 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'19:56');(_:result,id,'TR5124');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR5124 arrives at 19:56 , would that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the price of the ticket ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,ticket,'16.50 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Tickets are 16.50 pounds ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the travel time ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,duration,'50 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The travel time is 50 minutes ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanks ! I 'm also looking for a place to eat . What 's the best Italian joint on the north side ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,count,'1');(_:result,food,'Italian');(_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is one Italian restaurant in the north . It is da vinci pizzeria . Do you want me to book a reservation for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'17:00');(_:search,people,'two');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'd like a table for two at 17:00 on the same day as the train ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'O359O1HE');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your table is booked , reference # O359O1HE . Can I help you with anything else today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I needed . Thanks for your help , have a great day !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Your welcome ! Have a great day too !"
}
] |
PMUL3903.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"19:56"
],
[
"_:result",
"id",
"TR5124"
],
[
"_: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",
"20:00"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"19:56"
],
[
"_:result",
"id",
"TR5124"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"arrive_by",
"19:56"
],
[
"_:result",
"id",
"TR5124"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"arrive_by",
"19:56"
],
[
"_:result",
"id",
"TR5124"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"arrive_by",
"19:56"
],
[
"_:result",
"id",
"TR5124"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"O359O1HE"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like to find a moderately priced hotel with free wifi ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Which section of the town could you like the hotel to be in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "In the east please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 3 listings that fit that criteria . Would you need parking as well ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'no');(_:search,stars,'4-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Parking is n't necessary , but I would like a 4-star hotel if possible ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,category,'guesthouses');(_:result,name,'Warkworth House');(_:result,stars,'4-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 4-star guesthouses in the east . Warkworth House is a great place to stay ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you give me the postcode for that hotel ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,\"Warkworth house 's\");(_:result,postcode,'cb11ee');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , the Warkworth house 's postcode is cb11ee ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'cambridge book and print gallery');(_:search,type,'Attraction'))",
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Okay , thanks . I 'm also looking for information on cambridge book and print gallery . What area is it in ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'west');(_:result,name,'cambridge book and print gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The cambridge book and print gallery is in the west side of town . What else can I help you with ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nothing else today , thanks ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a nice day ."
}
] |
MUL2608.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",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"name",
"Warkworth House"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"name",
"Warkworth house 's"
],
[
"_:result",
"postcode",
"cb11ee"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"cambridge book and print gallery"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"postcode",
"cb11ee"
],
[
"_:search",
"name",
"cambridge book and print gallery"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"cambridge book and print gallery"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'steakhouse');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for a steakhouse , please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'in Cambridge');(_:search,food,'steakhouses');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , there are 0 steakhouses in Cambridge . Perhaps another type of food ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What about asian oriental food ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'5');(_:result,name,'Dojo noodle bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 5 . Dojo noodle bar looks to be a good match ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'15:00');(_:search,people,'four');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , for four people , on Monday , at 15:00 ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am sorry I was not able to book that . Is there another restaurant or time you would be interested in ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,duration,'14:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about 14:00 instead ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,day,'Monday');(_:booking,duration,'14:00');(_:booking,people,'four');(_:booking,ref,'7VB3NKTI');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book that reservation for Monday at 14:00 for four people , reference number 7VB3NKTI . The table will be reserved for 15 minutes ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'acorn guest house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for a hotel . Can you find the Acorn Guest House ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'North');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , that is located North . would you like to book a room ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,area,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No , I would just like a phone number . What area is that in ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'Acorn House');(_:result,phone,'01223353888');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Acorn House is in the north and the phone number is 01223353888 ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,destination,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Great ! I 'll also need a taxi that will get me to the restaurant in time for that reservation ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Certainly . Where will you be departing from ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'acorn house');(_:search,destination,'Dojo Noodle Bar');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I will be going from The Acorn House to the Dojo Noodle Bar ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'red Skoda');(_:result,phone,'07143451074');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I was able to get you that taxi . Be looking for a red Skoda . If you need to reach them , their phone number is 07143451074 . Anything else I can do ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all . Thank you ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day ."
}
] |
MUL1232.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"steakhouse"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/996a814d"
],
[
"_:search/996a814d",
"area",
"in Cambridge"
],
[
"_:search/996a814d",
"food",
"steakhouses"
],
[
"_:search/996a814d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/996a814d"
],
[
"_:search/996a814d",
"area",
"in Cambridge"
],
[
"_:search/996a814d",
"food",
"steakhouses"
],
[
"_:search/996a814d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Dojo noodle bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/996a814d"
],
[
"_:search/996a814d",
"area",
"in Cambridge"
],
[
"_:search/996a814d",
"food",
"steakhouses"
],
[
"_:search/996a814d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Dojo noodle bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"four"
],
[
"_:system",
"canthelp",
"_:booking/791af964"
],
[
"_:booking/791af964",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/996a814d"
],
[
"_:search/996a814d",
"area",
"in Cambridge"
],
[
"_:search/996a814d",
"food",
"steakhouses"
],
[
"_:search/996a814d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Dojo noodle bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"four"
],
[
"_:system",
"canthelp",
"_:booking/791af964"
],
[
"_:booking/791af964",
"type",
"Booking"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"14:00"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"ref",
"7VB3NKTI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/996a814d"
],
[
"_:search/996a814d",
"area",
"in Cambridge"
],
[
"_:search/996a814d",
"food",
"steakhouses"
],
[
"_:search/996a814d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Dojo noodle bar"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"four"
],
[
"_:system",
"canthelp",
"_:booking/791af964"
],
[
"_:booking/791af964",
"type",
"Booking"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"14:00"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"ref",
"7VB3NKTI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/996a814d"
],
[
"_:search/996a814d",
"area",
"in Cambridge"
],
[
"_:search/996a814d",
"food",
"steakhouses"
],
[
"_:search/996a814d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"four"
],
[
"_:system",
"canthelp",
"_:booking/791af964"
],
[
"_:booking/791af964",
"type",
"Booking"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"14:00"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"ref",
"7VB3NKTI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Acorn House"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/996a814d"
],
[
"_:search/996a814d",
"area",
"in Cambridge"
],
[
"_:search/996a814d",
"food",
"steakhouses"
],
[
"_:search/996a814d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"four"
],
[
"_:system",
"canthelp",
"_:booking/791af964"
],
[
"_:booking/791af964",
"type",
"Booking"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"14:00"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"ref",
"7VB3NKTI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Acorn House"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"departure",
"acorn house"
],
[
"_:search",
"destination",
"Dojo Noodle Bar"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/996a814d"
],
[
"_:search/996a814d",
"area",
"in Cambridge"
],
[
"_:search/996a814d",
"food",
"steakhouses"
],
[
"_:search/996a814d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"four"
],
[
"_:system",
"canthelp",
"_:booking/791af964"
],
[
"_:booking/791af964",
"type",
"Booking"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"14:00"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"ref",
"7VB3NKTI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Acorn House"
],
[
"_:search",
"departure",
"acorn house"
],
[
"_:search",
"destination",
"Dojo Noodle Bar"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red Skoda"
],
[
"_:result",
"phone",
"07143451074"
],
[
"_: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,name,'de luca cucina and bar');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a restaurant called de luca cucina and bar"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'83 Regent Street');(_:result,phone,'01223356666');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "No problem , I 've got it right here . They are located at 83 Regent Street and their phone number is 01223356666 , is there anything else ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'18:15');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes can you help me with a reservation for Monday night at 18:15 ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , I can . How many seats do you need ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'two');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Just two . It 's for my wife and I."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I am sorry I do n't have that available , perhaps you would like to try another place to dine ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,pricerange,'same area and price');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yea is there another restaurant that has the same area and price as de la cucina and bar ?"
},
{
"id": 7,
"rdf-acts": [
"select((_:result,food,'asian');(_:result,food,'british');(_:result,type,'Restaurant'))",
"inform((_:result,count,'5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes . There are five restaurants in that area in price range . Would you prefer british or asian food ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'Asian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Lets try for Asian please"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "yippee noodle bar serves asian oriental . Would you like me to book it"
}
] |
SSNG0199.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"de luca cucina and bar"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"de luca cucina and bar"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"83 Regent Street"
],
[
"_:result",
"phone",
"01223356666"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"de luca cucina and bar"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"83 Regent Street"
],
[
"_:result",
"phone",
"01223356666"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"de luca cucina and bar"
],
[
"_:result",
"address",
"83 Regent Street"
],
[
"_:result",
"phone",
"01223356666"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"two"
],
[
"_:system",
"canthelp",
"_:booking/d07b909d"
],
[
"_:booking/d07b909d",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same area and price"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"de luca cucina and bar"
],
[
"_:result",
"address",
"83 Regent Street"
],
[
"_:result",
"phone",
"01223356666"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"two"
],
[
"_:system",
"canthelp",
"_:booking/d07b909d"
],
[
"_:booking/d07b909d",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same area and price"
],
[
"_:result",
"food",
"asian"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Asian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "i need places to go in town"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "What did you have in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Do you happen to have any entertainment places in the centre of town to visit ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'many other choices');(_:result,area,'center');(_:result,category,'colleges');(_:result,category,'interesting architecture');(_:result,category,'museums');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have museums , colleges , and interesting architecture , as well as many other choices in the center of town ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,*);(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Any type will do , as long as its in the centre . Can you recommend something ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'5 pounds');(_:result,name,'Ballare');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Ballare , a beautiful new nightclub just opened up in the center . Entrance is just 5 pounds , would you like more information on Ballare ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , can I have their address with postcode ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'heidelberg gardens , lion yard');(_:result,postcode,'cb23na');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postal code is cb23na and the address is heidelberg gardens , lion yard . Can I assist you further ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , can I please have car type and contact number ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "It seems like you are asking for a taxi . Where are you departing from and where is your destination , please ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,destination,'ballare');(_:search,leave_at,'05:00');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , sorry for the confusion . I want a taxi to pick me up at the hotel at 05:00 and my destination is Ballare . Please give me car type and contact number"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,departure,?);(_:search,name,?);(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Sorry , you 'll need to be more clear on your departure site please . Is there a specific hotel you 're looking for ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Something in the same neighborhood , and that has wifi and parking ."
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,count,'4');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 4 locations in the centre of town with free parking and WiFi . Would you like to book one ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a guesthouse if there is one ?"
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Alexander Bed and Breakfast');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Alexander Bed and Breakfast meets your requirements . Can I book a room for you ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes on Friday . I need a taxi too ."
},
{
"id": 17,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Will that be to or from the club and what time ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'05:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to leave the hotel by 05:00 ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,car,'blue bmw');(_:result,phone,'07398420565');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Your all set a blue bmw will be picking you up at 5 the contact number is 07398420565 , is there anything else today ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks so much you have been a great help to me ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome have a great stay ."
}
] |
PMUL3007.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many other choices"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"interesting architecture"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"*"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many other choices"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"interesting architecture"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"category",
"*"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many other choices"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"interesting architecture"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"category",
"*"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"heidelberg gardens , lion yard"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many other choices"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"interesting architecture"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"category",
"*"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"heidelberg gardens , lion yard"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"ballare"
],
[
"_:search",
"leave_at",
"05:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many other choices"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"interesting architecture"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"category",
"*"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"heidelberg gardens , lion yard"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"destination",
"ballare"
],
[
"_:search",
"leave_at",
"05:00"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many other choices"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"interesting architecture"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"heidelberg gardens , lion yard"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:result",
"car",
"?"
],
[
"_:search",
"destination",
"ballare"
],
[
"_:search",
"leave_at",
"05:00"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_: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",
"area",
"centre"
],
[
"_:result",
"amount",
"many other choices"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"interesting architecture"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"heidelberg gardens , lion yard"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:result",
"car",
"?"
],
[
"_:search",
"destination",
"ballare"
],
[
"_:search",
"leave_at",
"05:00"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many other choices"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"interesting architecture"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"heidelberg gardens , lion yard"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:result",
"car",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"05:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many other choices"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"interesting architecture"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"address",
"heidelberg gardens , lion yard"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"05:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue bmw"
],
[
"_:result",
"phone",
"07398420565"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'moroccan');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Find me an expensive moroccan restaurant please ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,pricerange,'less expensive');(_:result,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "i have n't found any , maybe a less expensive one ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Did you check the east area ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "i have n't found any in the east too"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about expensive indian food in the east area ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'pipasha restaurant');(_:result,name,'sitar tandoori');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , there 's pipasha restaurant and sitar tandoori ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'pipasha restaurant');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you give me the postal code and phone number for Pipasha restaurant ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223577786');(_:result,postcode,'cb58pa');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure ! The phone number is 01223577786 and the postcode is cb58pa . Can be of any further help ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,destination,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Great can I also get a train on monday heading to broxbourne"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Yes and where will you be departing from and what time would you like to arrive or leave ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'12:30');(_:search,day,'monday');(_:search,departure,'broxbourne');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Actually , I 'm departing from broxbourne and heading into cambridge . I 'd love to arrive by 12:30 on Monday"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'10:32');(_:result,day,'Monday');(_:result,destination,'Cambridge');(_:result,id,'TR0559');(_:result,leave_at,'09:32');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR0559 leaves Monday at 09:32 and arrives in Cambridge by 10:32 on Monday . Would you like to book a ticket ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes ! Book for 8 people , please ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,day,'Monday');(_:booking,departure,'Broxbourne');(_:booking,id,'TR0559');(_:booking,leave_at,'9:32');(_:booking,people,'8');(_:booking,ref,'B87U1BOH');(_:booking,ticket,'143.19 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've booked you 8 tickets for train TR0559 departing Broxbourne at 9:32 on Monday . THe cost is 143.19 GBP . YOur reference number is B87U1BOH . Can I help you with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I need , thank you very much ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge TownInfo centre . Goodbye"
}
] |
PMUL3651.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"moroccan"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"moroccan"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"less expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/037b7292"
],
[
"_:search/037b7292",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"pricerange",
"less expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/037b7292"
],
[
"_:search/037b7292",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1a54b1b8"
],
[
"_:search/1a54b1b8",
"area",
"east"
],
[
"_:search/1a54b1b8",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"pricerange",
"less expensive"
],
[
"_:system",
"canthelp",
"_:search/037b7292"
],
[
"_:search/037b7292",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1a54b1b8"
],
[
"_:search/1a54b1b8",
"area",
"east"
],
[
"_:search/1a54b1b8",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"pipasha restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"pricerange",
"less expensive"
],
[
"_:system",
"canthelp",
"_:search/037b7292"
],
[
"_:search/037b7292",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1a54b1b8"
],
[
"_:search/1a54b1b8",
"area",
"east"
],
[
"_:search/1a54b1b8",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_:search",
"name",
"pipasha restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223577786"
],
[
"_:result",
"postcode",
"cb58pa"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"pricerange",
"less expensive"
],
[
"_:system",
"canthelp",
"_:search/037b7292"
],
[
"_:search/037b7292",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1a54b1b8"
],
[
"_:search/1a54b1b8",
"area",
"east"
],
[
"_:search/1a54b1b8",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_:search",
"name",
"pipasha restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223577786"
],
[
"_:result",
"postcode",
"cb58pa"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"pricerange",
"less expensive"
],
[
"_:system",
"canthelp",
"_:search/037b7292"
],
[
"_:search/037b7292",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1a54b1b8"
],
[
"_:search/1a54b1b8",
"area",
"east"
],
[
"_:search/1a54b1b8",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_:search",
"name",
"pipasha restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223577786"
],
[
"_:result",
"postcode",
"cb58pa"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:32"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0559"
],
[
"_:result",
"leave_at",
"09:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"pricerange",
"less expensive"
],
[
"_:system",
"canthelp",
"_:search/037b7292"
],
[
"_:search/037b7292",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1a54b1b8"
],
[
"_:search/1a54b1b8",
"area",
"east"
],
[
"_:search/1a54b1b8",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_:search",
"name",
"pipasha restaurant"
],
[
"_:result",
"phone",
"01223577786"
],
[
"_:result",
"postcode",
"cb58pa"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:32"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0559"
],
[
"_:result",
"leave_at",
"09:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"departure",
"Broxbourne"
],
[
"_:booking",
"id",
"TR0559"
],
[
"_:booking",
"leave_at",
"9:32"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"B87U1BOH"
],
[
"_:booking",
"ticket",
"143.19 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,departure,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you find me a train leaving from London Liverpool Street ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Of course ! When would you like to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,leave_at,'18:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to leave cambridge after 18:15 on Wednesday ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Train'))",
"select((_:result,leave_at,'to 09:39');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "No train at that time do you want to change the time to 09:39 ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "That is fine ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,departure,'london liverpool street');(_:result,destination,'cambridge');(_:result,id,'TR2823');(_:result,leave_at,'19:39');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR2823 is leaving london liverpool street to cambridge at 19:39 , would you like me to book you passage ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please . I 'll be needing tickets for 3 people ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,id,'TR2823');(_:booking,people,'3');(_:booking,ticket,'49.8GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked 3 tickets for you at on TR2823 . The total fee will be 49.8GBP ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I also need the reference number ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'D7RN1KYW');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Ah , yes . Your reference number is D7RN1KYW . Is there anything else I can do for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,duration,'21:00');(_:search,name,'eraina');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "There is a restaurant called Eraina , I would like to book a table for 3 at 21:00 ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Which day would you like the reservation for ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "For Wednesday , please ."
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It is booked up then , another time perhaps ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,duration,'20:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about 20:00 ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'KFYPO6NQ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are booked . Remember the restaurant will only hold the table for 15 minutes . Your reference number is KFYPO6NQ . Can I assist you with anything else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all . Thank you very much ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you ! Have a wonderful day !"
}
] |
MUL1544.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/9777b1c4"
],
[
"_:search/9777b1c4",
"type",
"Train"
],
[
"_:result",
"leave_at",
"to 09:39"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:system",
"canthelp",
"_:search/9777b1c4"
],
[
"_:search/9777b1c4",
"type",
"Train"
],
[
"_:result",
"departure",
"london liverpool street"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR2823"
],
[
"_:result",
"leave_at",
"19:39"
],
[
"_: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,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:system",
"canthelp",
"_:search/9777b1c4"
],
[
"_:search/9777b1c4",
"type",
"Train"
],
[
"_:result",
"departure",
"london liverpool street"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR2823"
],
[
"_:result",
"leave_at",
"19:39"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR2823"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ticket",
"49.8GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:system",
"canthelp",
"_:search/9777b1c4"
],
[
"_:search/9777b1c4",
"type",
"Train"
],
[
"_:result",
"departure",
"london liverpool street"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR2823"
],
[
"_:result",
"leave_at",
"19:39"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"id",
"TR2823"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ticket",
"49.8GBP"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"D7RN1KYW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"duration",
"21:00"
],
[
"_:search",
"name",
"eraina"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:system",
"canthelp",
"_:search/9777b1c4"
],
[
"_:search/9777b1c4",
"type",
"Train"
],
[
"_:result",
"departure",
"london liverpool street"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR2823"
],
[
"_:result",
"leave_at",
"19:39"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"id",
"TR2823"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ticket",
"49.8GBP"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"D7RN1KYW"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"duration",
"21:00"
],
[
"_:search",
"name",
"eraina"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:system",
"canthelp",
"_:search/9777b1c4"
],
[
"_:search/9777b1c4",
"type",
"Train"
],
[
"_:result",
"departure",
"london liverpool street"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR2823"
],
[
"_:result",
"leave_at",
"19:39"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"id",
"TR2823"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ticket",
"49.8GBP"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"D7RN1KYW"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"eraina"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:system",
"canthelp",
"_:booking/e123d6be"
],
[
"_:booking/e123d6be",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"20:00"
],
[
"_: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",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:system",
"canthelp",
"_:search/9777b1c4"
],
[
"_:search/9777b1c4",
"type",
"Train"
],
[
"_:result",
"departure",
"london liverpool street"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR2823"
],
[
"_:result",
"leave_at",
"19:39"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"id",
"TR2823"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ticket",
"49.8GBP"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"name",
"eraina"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:system",
"canthelp",
"_:booking/e123d6be"
],
[
"_:booking/e123d6be",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"KFYPO6NQ"
],
[
"_: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,'italian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I looking for an Italian restaurant that offers cheap food ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'about 5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We 've got about 5 to choose from . All of them are cheaper . Did you have a preference on the area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would prefer one on the west area ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'La Margherita');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The La Margherita meets your criteria . Would you like to book a table ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'16:45');(_:search,people,'2');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . Please book a table for 2 at 16:45 on friday and please give me the reference number ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'OWGTR8M7');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Your reference number is OWGTR8M7 . Will that be all ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "No . I also need a train ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))",
"inform((_:result,amount,'many');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "We have many trains I can book for you . Where are you departing from and going to ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'09:45');(_:search,day,'friday');(_:search,departure,'peterborough');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Departing Peterborough on Friday . Heading to Cambridge . I need to arrive by 09:45 . Do you have anything ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'06:09');(_:result,id,'TR1662');(_:result,leave_at,'05:19');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "TR1662 departs at 05:19 and arrives at 06:09 . Will that work for you or would you like to try a later train ?"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That one is perfect . Thanks for your help . Good bye"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "I hope you enjoy the rest of your day too !"
}
] |
PMUL4812.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"about 5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"about 5"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"about 5"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"OWGTR8M7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"OWGTR8M7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"OWGTR8M7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"06:09"
],
[
"_:result",
"id",
"TR1662"
],
[
"_:result",
"leave_at",
"05:19"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i am looking for a place to stay . The hotel should have a star of 4 and should be in the east part of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,count,'6');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I have 6 guesthouses on the east side of town . Would you like more information on one of them ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "A guesthouse would be perfect . Can you make a recommendation of one please ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'a and b guest house');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "I sure can ! I like a and b guest house . Do you want a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "no thank you . get me the phone number instead"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'01223315702');(_:result,type,'Hotel'))",
"reqmore()",
"thank()"
],
"speaker": "system",
"text": "Sure . The phone number is 01223315702 . What else can I do for you today ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "I 'm looking for things to do in town"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'almost 80');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have almost 80 attractions across the city . Did you have a certain area you prefer ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area of town');(_:search,category,'theatre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'd like to go to a theatre in the same area of town as the hotel ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,amount,'alot');(_:result,area,'centre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "we have alot in the centre of town"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "well in the same area as the hotel I am walking"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'east');(_:search,category,'theatres');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "We actually have zero theatres in the east part of town ! sorry about that . Maybe another part of town would work for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'park');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "How about a park instead ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,category,'park');(_:result,count,'1');(_:result,name,'cherry hinton water play');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is one park in the area named cherry hinton water play . Would you like more information ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'the guesthouse');(_:search,destination,'the attraction');(_:search,leave_at,'23:00');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "No , I need a taxi to take me from the guesthouse at 23:00 going to the attraction . What is the contact information and car type please ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'tesla');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Congratulations you got the tesla ."
},
{
"id": 16,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I still need the contact number please ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,phone,'01223446100');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "the phone number is 01223446100"
},
{
"id": 18,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))",
"inform((_:search,category,'park');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm sorry , but I forgot to get the phone number for the park . Can you get that for me , please ?"
},
{
"id": 19,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223446100');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "No problem . The phone number is 01223446100 . Is there anything else I can do for you today ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need thanks for the help !"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "excellent , have a great day !"
}
] |
PMUL3674.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",
"area",
"east"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223315702"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223315702"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"almost 80"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area of town"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223315702"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"amount",
"alot"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223315702"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"alot"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/24d378cf"
],
[
"_:search/24d378cf",
"area",
"east"
],
[
"_:search/24d378cf",
"category",
"theatres"
],
[
"_:search/24d378cf",
"type",
"Attraction"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223315702"
],
[
"_:result",
"amount",
"alot"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/24d378cf"
],
[
"_:search/24d378cf",
"area",
"east"
],
[
"_:search/24d378cf",
"category",
"theatres"
],
[
"_:search/24d378cf",
"type",
"Attraction"
],
[
"_:search",
"category",
"park"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"cherry hinton water play"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the guesthouse"
],
[
"_:search",
"destination",
"the attraction"
],
[
"_:search",
"leave_at",
"23:00"
],
[
"_: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": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223315702"
],
[
"_:result",
"amount",
"alot"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/24d378cf"
],
[
"_:search/24d378cf",
"area",
"east"
],
[
"_:search/24d378cf",
"category",
"theatres"
],
[
"_:search/24d378cf",
"type",
"Attraction"
],
[
"_:search",
"category",
"park"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"cherry hinton water play"
],
[
"_:search",
"departure",
"the guesthouse"
],
[
"_:search",
"destination",
"the attraction"
],
[
"_:search",
"leave_at",
"23:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"tesla"
],
[
"_:result",
"type",
"Taxi"
],
[
"_: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",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"alot"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/24d378cf"
],
[
"_:search/24d378cf",
"area",
"east"
],
[
"_:search/24d378cf",
"category",
"theatres"
],
[
"_:search/24d378cf",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"cherry hinton water play"
],
[
"_:search",
"departure",
"the guesthouse"
],
[
"_:search",
"destination",
"the attraction"
],
[
"_:search",
"leave_at",
"23:00"
],
[
"_:result",
"car",
"tesla"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"park"
],
[
"_: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",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"alot"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/24d378cf"
],
[
"_:search/24d378cf",
"area",
"east"
],
[
"_:search/24d378cf",
"category",
"theatres"
],
[
"_:search/24d378cf",
"type",
"Attraction"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"cherry hinton water play"
],
[
"_:search",
"departure",
"the guesthouse"
],
[
"_:search",
"destination",
"the attraction"
],
[
"_:search",
"leave_at",
"23:00"
],
[
"_:result",
"car",
"tesla"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_: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": [],
"speaker": "user",
"text": "I am planning a trip in Cambridge ,"
},
{
"id": 1,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "How can I help you today ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'museums');(_:search,type,'Attraction'))",
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I need to know what museums are in the area . Can you suggest one and let me know what area it is in please ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Is there a location preference ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I do n't care what area it is . I was hoping you could make a recommendation ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,category,'museum');(_:result,name,'Byard Art');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "What about the Byard Art museum in the south part of town ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Sounds great ! I also need a train leaving on Thursday from London Kings cross ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'10');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay , there are 10 trains that meet your criteria . Would you like to narrow it down further by departure site or arrival time ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,leave_at,'14:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave after 14:15"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,duration,'51 minutes');(_:result,id,'TR5502');(_:result,leave_at,'15:17');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR5502 leaves at 15:17 and arrives 51 minutes later . How does that sound ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes . Please book of 3 people ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'XQWTI43A');(_:booking,ticket,'70.8 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 70.8 GBP payable at the station . \n Reference number is : XQWTI43A ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for all your help . I really appreciate it ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome . Enjoy your time at the museum . If you need anything else feel free to call again ."
}
] |
PMUL3649.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"Byard Art"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"Byard Art"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"Byard Art"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"id",
"TR5502"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_: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,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"Byard Art"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"id",
"TR5502"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"XQWTI43A"
],
[
"_:booking",
"ticket",
"70.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,category,'hotel');(_:search,has_internet,'no');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , I am looking for a nice hotel to stay in . I would like it to include free parking . Internet access is not necessary ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i have many . will you please state the price ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't care about the price ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'hotel');(_:result,name,'acorn guest house');(_:result,stars,'4');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "acorn guest house is a 4 star hotel located north of cambridge would you like to reserve ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do they have internet ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes it does . Shall I book it ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,has_internet,'yes');(_:search,people,'5');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please . I need to book 3 nights starting on Friday for 5 people ."
},
{
"id": 7,
"rdf-acts": [],
"speaker": "system",
"text": "Will you be needing a reference number ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please give me reference number ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'7OLQYP67');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : 7OLQYP67 . What else can I assist you with today ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd also like a recommendation for a restaurant in the same area as the hotel ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What food type are you interested in ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "surprise me what is the best choice ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,food,'Asian oriental');(_:result,name,'Saigon city');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Saigon city is Asian oriental and is in the north as the hotel is . It is expensive . Shall I book it for you ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'12:30');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please . I need reservations for 12:30 on Friday . There are 5 in my group ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,ref,'LPQVDDE9');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your table has been booked . Your reference number is LPQVDDE9 ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all . Thank you ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "I am glad I could help you with lodging and dining from the Cambridge TownInfo centre . Good bye ."
}
] |
PMUL0483.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"7OLQYP67"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"7OLQYP67"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"7OLQYP67"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Asian oriental"
],
[
"_:result",
"name",
"Saigon city"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Asian oriental"
],
[
"_:result",
"name",
"Saigon city"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"LPQVDDE9"
],
[
"_: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,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "an expensive restaurant please"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Do you have an area of town or type of cuisine in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'catalan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I was thinking catalan food"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"reqmore()",
"inform((_:result,food,'catalan');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no expensive catalan restaurants . Can I help you find something else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'Catalan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any mid - range Catalan restaurants ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Yes . what type of food do you want ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about Italian ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,food,'Italian');(_:result,name,'Prezzo');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Prezzo is an Italian restaurant in the moderate price range ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great , what is thier address , phone number and area ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'21 - 24 northampton road');(_:result,area,'west');(_:result,name,'Prezzo');(_:result,phone,'01799521260');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Prezzo is located at 21 - 24 northampton road . Its phone number is 01799521260 and it is in the west . Is there anything else can I help you with ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling , enjoy your meal ! Goodbye ."
}
] |
WOZ20669.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"catalan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/821bcf3c"
],
[
"_:search/821bcf3c",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"catalan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Catalan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/821bcf3c"
],
[
"_:search/821bcf3c",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"catalan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/821bcf3c"
],
[
"_:search/821bcf3c",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/821bcf3c"
],
[
"_:search/821bcf3c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"21 - 24 northampton road"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"phone",
"01799521260"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'meze bar');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for the price range and address of the Meze Bar Restaurant"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'196 Mill Road City Centre');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They are in the expensive price range , and their address is 196 Mill Road City Centre . Can I help you with anything else ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is all the info I needed . Thanks ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Alright , you 're quite welcome ! Enjoy your time in town !"
}
] |
SNG1383.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"meze bar"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"meze bar"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"196 Mill Road City Centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'avalon');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a hotel called Avalon , can you help ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'northend');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,name,'Avalon');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Certainly ! The Avalon is a 4 star guesthouse in the northend . It offers free wifi . Would you like the phone number or address ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would actually like to book rooms for 8 people . Can I do that ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Absolutely ! What day do you want to book it for , and for how many days ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "This Tuesday , for 5 days ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I am sorry Booking was unsuccessful for that time , can I help you find another place to stay ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,name,'avalon');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I guess , can you find me another hotel similar to the Avalon ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'lots of');(_:result,category,'guesthouses');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are lots of other guesthouses that are similar , what price would you like to pay ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'Avalon');(_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to stay in the same price range as the Avalon"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Would you like me to book acorn guest house ?"
}
] |
SSNG0312.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"avalon"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"avalon"
],
[
"_:result",
"area",
"northend"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"avalon"
],
[
"_:result",
"area",
"northend"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"northend"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"canthelp",
"_:booking/b48f5d15"
],
[
"_:booking/b48f5d15",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"avalon"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"northend"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"canthelp",
"_:booking/b48f5d15"
],
[
"_:booking/b48f5d15",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"Avalon"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train to Cambridge please . I plan to leave out on Tuesday"
},
{
"id": 1,
"rdf-acts": [
"thank()",
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , no problem . Where are you heading in from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving peterborough ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time do you need to travel ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'14:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave after 14:15"
},
{
"id": 5,
"rdf-acts": [
"select((_:result,leave_at,'14:19');(_:result,leave_at,'14:48');(_:result,type,'Train'))",
"inform((_:result,departure,'peterborough');(_:result,id,'TR9964');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR9964 departs peterborough at 14:19 , or there is also a later one that leaves at 14:48 . Do either of these suit your needs ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Um , the one at 14:48 please . Could you book it for 6 people ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'7ZNQOMB8');(_:booking,ticket,'99 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your train is book it will cost 99 GBP and payable at station . Your reference number is 7ZNQOMB8 . Anything else you may need ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'gourmet burger kitchen');(_:search,type,'Restaurant'))",
"request((_:result,area,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . I 'm looking for a restaurant called Gourmet Burger Kitchen . Can you tell me the price range and area that 's in ?"
},
{
"id": 9,
"rdf-acts": [
"thank()",
"reqmore()",
"inform((_:result,area,'center');(_:result,name,'Gourmet Burger Kitchen');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I sure can . Gourmet Burger Kitchen is on the expensive side and it 's located in the center area of town . Anything else today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's it . Thanks for your help . Goodbye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge TownInfo centre . Goodbye"
}
] |
PMUL4420.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:result",
"leave_at",
"14:19"
],
[
"_:result",
"leave_at",
"14:48"
],
[
"_:result",
"departure",
"peterborough"
],
[
"_:result",
"id",
"TR9964"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:result",
"leave_at",
"14:19"
],
[
"_:result",
"leave_at",
"14:48"
],
[
"_:result",
"departure",
"peterborough"
],
[
"_:result",
"id",
"TR9964"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"7ZNQOMB8"
],
[
"_:booking",
"ticket",
"99 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"gourmet burger kitchen"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:result",
"leave_at",
"14:19"
],
[
"_:result",
"leave_at",
"14:48"
],
[
"_:result",
"departure",
"peterborough"
],
[
"_:result",
"id",
"TR9964"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"7ZNQOMB8"
],
[
"_:booking",
"ticket",
"99 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"gourmet burger kitchen"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Gourmet Burger Kitchen"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for train schedules from Cambridge to Norwich ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'133');(_:result,departure,'cambridge');(_:result,destination,'norwich');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have 133 results for trains departing cambridge to norwich . What day will you be traveling ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,leave_at,'19:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave on Tuesday after 19:00 . What do you have ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,leave_at,'19:36');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "I have one leaving at 19:36 . Would you like more info on this train ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yeah that one would work . Could you book it for 2 people for me ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,day,'Tuesday');(_:booking,id,'TR0821');(_:booking,people,'2');(_:booking,ref,'LVKTJIQN');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked 2 tickets on TR0821 for Tuesday . Reference number LVKTJIQN . Is there anything else I can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'cinemas');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Great . Are there any cinemas in town that you could recommend ?"
},
{
"id": 7,
"rdf-acts": [
"select((_:result,area,'Centre');(_:result,area,'South');(_:result,name,'Cineworld Cinema');(_:result,name,'Vue Cinema');(_:result,type,'Attraction'))",
"reqmore()",
"inform((_:result,count,'2');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 2 I would suggest , Cineworld Cinema in the South area and Vue Cinema in the Centre Area , would you like more info on either ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , pleas send me the address and postcode on both ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'cambridge leisure park , clifton way');(_:result,address,'grafton centre , east road');(_:result,name,'Cineworld Cinema');(_:result,name,'Vue Cinema');(_:result,postcode,'cb11ps');(_:result,postcode,'cb17dy');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "cineworld cinema is located at cambridge leisure park , clifton way , cb17dy . vue cinema is located at the grafton centre , east road , cb11ps ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "ok thank you so much , that 's all I need"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Alright , thanks for contacting Cambridge TownInfo centre , have a great day !"
}
] |
MUL1934.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"norwich"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"norwich"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:result",
"leave_at",
"19:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"norwich"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:result",
"leave_at",
"19:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"id",
"TR0821"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"LVKTJIQN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"cinemas"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"norwich"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:result",
"leave_at",
"19:36"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"id",
"TR0821"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"LVKTJIQN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"cinemas"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"name",
"Cineworld Cinema"
],
[
"_:result",
"name",
"Vue Cinema"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"norwich"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:result",
"leave_at",
"19:36"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"id",
"TR0821"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"LVKTJIQN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"cinemas"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"area",
"South"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_:result",
"address",
"grafton centre , east road"
],
[
"_:result",
"name",
"Cineworld Cinema"
],
[
"_:result",
"name",
"Vue Cinema"
],
[
"_:result",
"postcode",
"cb11ps"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "Where is the police station ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The police station is located in Parkside , Cambridge , CB11JG"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Do you have a driver who can take me there ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Yes , of course . What is your departure site ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "I ca n't think straight . Give me the police phone number , so they can come to me ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'01223358966');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "No problem at all . Please call 01223358966 to reach the police at that station . I 'm certain they will be able to help you ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I hope so . Thanks for getting the number for me ."
},
{
"id": 7,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You are welcome . Do you require any further assistance ?"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No that was everything . Goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our services ."
}
] |
SNG01253.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"type",
"Police"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am looking for information in Cambridge"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "You 've come to the right place . What can I help you with today ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,pricerange,'moderately');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want to stay in a 4 star hotel with wifi , I would like it to be moderately priced , please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'quite a few');(_:result,category,'hotels');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are quite a few hotels that meet your needs . Is there an area of town that you 'd prefer ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'1');(_:search,stay,'5');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No preference . Can you book me a room for 5 nights starting Monday for 1 person and I also need the reference number ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,name,'warkworth house');(_:booking,people,'1');(_:booking,ref,'J0OZV066');(_:booking,stay,'6');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservation at warkworth house for 6 days for a party of 1 was successful . Your Reference number is : J0OZV066 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'norwich');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train . The train should depart from norwich and should go to cambridge"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,day,'daily');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "We have daily service for the route , any preference on day and time ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'15:45');(_:search,day,'monday');(_:search,destination,'Cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need it to arrive by 15:45 in Cambridge on Monday please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'15:35');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay I have a train arriving at 15:35 . would you like me to book that for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please . I need 1 ticket ."
},
{
"id": 11,
"rdf-acts": [],
"speaker": "system",
"text": "My apologies the arrival time is 10 minutes earlier . I assume that 's okay ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Yes that is fine"
},
{
"id": 13,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking');(_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay ! For how many people ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "It is just for one person and I need the reference number as well ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'SFRAK36V');(_:booking,ticket,'17.6');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful . The total fee is 17.6 which can be paid at the station . The reference number is SFRAK36V ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thanks so much for your help with this ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day !"
}
] |
PMUL4092.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"warkworth house"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ref",
"J0OZV066"
],
[
"_:booking",
"stay",
"6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_: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",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"warkworth house"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ref",
"J0OZV066"
],
[
"_:booking",
"stay",
"6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:result",
"day",
"daily"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"day",
"monday"
],
[
"_: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",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"warkworth house"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ref",
"J0OZV066"
],
[
"_:booking",
"stay",
"6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:result",
"day",
"daily"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"arrive_by",
"15:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"warkworth house"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ref",
"J0OZV066"
],
[
"_:booking",
"stay",
"6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:result",
"day",
"daily"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"arrive_by",
"15:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"warkworth house"
],
[
"_:booking",
"ref",
"J0OZV066"
],
[
"_:booking",
"stay",
"6"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:result",
"day",
"daily"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"arrive_by",
"15:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"one"
],
[
"_: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",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"warkworth house"
],
[
"_:booking",
"stay",
"6"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:result",
"day",
"daily"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"arrive_by",
"15:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"SFRAK36V"
],
[
"_:booking",
"ticket",
"17.6"
],
[
"_: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,departure,'cambridge');(_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train . The train should depart from cambridge and should go to london liverpool street"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can help with that ! What day will you be traveling ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,leave_at,'19:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Tuesday , leaving sometime after 19:45 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'21:27');(_:result,day,'Tuesday');(_:result,departure,'Cambridge');(_:result,destination,'London Liverpool Street');(_:result,id,'TR3515');(_:result,leave_at,'19:59');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR3515 will be leaving Cambridge at 19:59 on Tuesday , and will arrive at London Liverpool Street by 21:27 . Would you like me to book it for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes please ! Could you please give me a price ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,ticket,'16.60 pounds');(_:result,type,'Train'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "The price is 16.60 pounds . How many tickets will you be needing ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thank you very much , that's2 all"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "If you 'd like us to reserve tickets for you , please keep us in mind . We would be happy to help with that ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "sure i will , thank you"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome and thanks for using our help desk . Goodbye ."
}
] |
SNG1158.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"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"19:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"19:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"21:27"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"London Liverpool Street"
],
[
"_:result",
"id",
"TR3515"
],
[
"_:result",
"leave_at",
"19:59"
],
[
"_: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",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"19:45"
],
[
"_:result",
"arrive_by",
"21:27"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"London Liverpool Street"
],
[
"_:result",
"id",
"TR3515"
],
[
"_:result",
"leave_at",
"19:59"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"16.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"?"
],
[
"_: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"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"19:45"
],
[
"_:result",
"arrive_by",
"21:27"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"London Liverpool Street"
],
[
"_:result",
"id",
"TR3515"
],
[
"_:result",
"leave_at",
"19:59"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"16.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for an Indian restaurant , preferably in the centre of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'a number');(_:result,area,'centre');(_:result,food,'Indian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are a number of options for Indian restaurants in the centre of town . What price range would you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would prefer cheap restaurants ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,name,'Gandhi');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I was able to find three options in your price range , may I recommend The Gandhi ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'12:15');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure please book a table there fore 7 people at 12:15 on saturday"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'6EQ61SD9');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book that for you . They will be reserve your table for 15 minutes . Your reference number is 6EQ61SD9 . Is there anything more I can help with ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that 's all I needed . Thank you !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling , enjoy !"
}
] |
SNG0661.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Gandhi"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Gandhi"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"6EQ61SD9"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for an expensive restaurant in the north area"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,food,'asian');(_:result,food,'european');(_:result,name,'City');(_:result,name,'saigon city');(_:result,pricerange,'expensive');(_:result,pricerange,'expensive priced');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have moderate and expensive priced restaurants . City stop restaurant serves european and is on the expensive side . Or may I suggest saigon city , they have asian ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Do any of them specialize in chinese ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'Chinese');(_:result,name,'Hakka');(_:result,name,'Hotpot');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , both Hakka and The Hotpot serve Chinese . Can I book either for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'16:45');(_:search,name,'hakka');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Lets try Hakka . It will be just myself at 16:45 on tuesday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'KWV7HGEB');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : KWV7HGEB ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'bishops stortford');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Great , thank you . Can you help me with train schedules too ? I need to get to Cambridge from Bishops Stortford ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "On what day will you be traveling ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'12:45');(_:search,day,'tuesday');(_:search,destination,'Cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be traveling on Tuesday and it should arrive in Cambridge by 12:45 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'12:45');(_:result,count,'4');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 4 trains that will arrive before 12:45 , do you have a preferred departure time ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,leave_at,'dontcare');(_:search,people,'1');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No , any will be fine . I only need a ticket for myself ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,arrive_by,'12:07');(_:booking,category,'Train');(_:booking,leave_at,'11:29');(_:booking,ref,'AAX97X46');(_:booking,ticket,'10.1 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book the 11:29 train which arrives at 12:07 . The cost is 10.1 GBP and your reference is AAX97X46 . Anything else I can assist you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you . Appreciate your help ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "It was my pleasure . Have a great day !"
}
] |
MUL1598.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"asian"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"City"
],
[
"_:result",
"name",
"saigon city"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"expensive priced"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"expensive priced"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Hakka"
],
[
"_:result",
"name",
"Hotpot"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"name",
"hakka"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"expensive priced"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Hakka"
],
[
"_:result",
"name",
"Hotpot"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"name",
"hakka"
],
[
"_:booking",
"ref",
"KWV7HGEB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"expensive priced"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Hakka"
],
[
"_:result",
"name",
"Hotpot"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"name",
"hakka"
],
[
"_:booking",
"ref",
"KWV7HGEB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"expensive priced"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Hakka"
],
[
"_:result",
"name",
"Hotpot"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"name",
"hakka"
],
[
"_:booking",
"ref",
"KWV7HGEB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"arrive_by",
"12:45"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"people",
"1"
],
[
"_: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",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"expensive priced"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Hakka"
],
[
"_:result",
"name",
"Hotpot"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"name",
"hakka"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"arrive_by",
"12:45"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"arrive_by",
"12:07"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"11:29"
],
[
"_:booking",
"ref",
"AAX97X46"
],
[
"_:booking",
"ticket",
"10.1 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,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train going to Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'over 1000');(_:result,destination,'Cambridge');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are over 1000 trains coming to Cambridge . Is there a particular day , time , or point of departure that you 're interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to leave from london liverpool street on tuesday ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time would you like to arrive in Cambridge ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'9:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to arrive by 9:30 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'09:07');(_:result,id,'TR2715');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , the train the arrives closest to that time is TR2715 , arrives at 09:07 . Shall I book it , if so how many riders are there ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Just one . What is the price to book the train ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,ticket,'16.60 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The price of the train is 16.60 pounds ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'hamilton lodge');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Alright , Thanks . I 'm also looking for a particular hotel , it 's name is Hamilton Lodge ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'156 chesterton road');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have found the place you are looking for . Its address is 156 chesterton road , would you like me to book a reservation for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,name,'Hamilton Lodge');(_:search,type,'Hotel'))",
"request((_:result,has_parking,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Does the Hamilton Lodge include free parking ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , they have free parking as well as internet . Would you like to reserve a room ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes , thank you ."
},
{
"id": 13,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Of course , what will the number of guest and the duration of your stay be ?"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Actually , I do n't need the room booked . I think we 're all set here . Have a good day ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You as well , goodbye ."
}
] |
MUL0632.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"over 1000"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"over 1000"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"arrive_by",
"9:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"over 1000"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"arrive_by",
"9:30"
],
[
"_:result",
"arrive_by",
"09:07"
],
[
"_:result",
"id",
"TR2715"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"over 1000"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"arrive_by",
"9:30"
],
[
"_:result",
"arrive_by",
"09:07"
],
[
"_:result",
"id",
"TR2715"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"one"
],
[
"_:result",
"ticket",
"16.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"over 1000"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"arrive_by",
"9:30"
],
[
"_:result",
"arrive_by",
"09:07"
],
[
"_:result",
"id",
"TR2715"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"one"
],
[
"_:result",
"ticket",
"16.60 pounds"
],
[
"_:result",
"address",
"156 chesterton road"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"Hamilton Lodge"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"over 1000"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"arrive_by",
"9:30"
],
[
"_:result",
"arrive_by",
"09:07"
],
[
"_:result",
"id",
"TR2715"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"one"
],
[
"_:result",
"ticket",
"16.60 pounds"
],
[
"_:result",
"address",
"156 chesterton road"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"Hamilton Lodge"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"over 1000"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"arrive_by",
"9:30"
],
[
"_:result",
"arrive_by",
"09:07"
],
[
"_:result",
"id",
"TR2715"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"one"
],
[
"_:result",
"ticket",
"16.60 pounds"
],
[
"_:result",
"address",
"156 chesterton road"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"Hamilton Lodge"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_: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,name,'warkworth house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for information for Warkworth House ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Warkworth Terrace');(_:result,area,'east');(_:result,category,'guesthouse');(_:result,name,'Warkworth House');(_:result,phone,'01223363682');(_:result,postcode,'cb11ee');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Certainly . The Warkworth House is a 4 star , moderately priced guesthouse located in the east area . The address is Warkworth Terrace , postcode cb11ee . The phone number is 01223363682 ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,has_internet,?);(_:result,type,'Hotel'))",
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you . Does this guesthouse provide internet ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , would you like me to book a stay for you today ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,has_internet,?);(_:result,pricerange,?);(_:result,type,'Hotel'))",
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Right now I am just gathering information . What is it 's price range , star of the hotel , and also is internet available ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is moderately priced , 4 stars , and internet is available ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'swimming pool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'd also love to go to a swimming pool . Can you find me one ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'same area');(_:result,name,'Abbey Pool and Astroturf Patch');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "In the same area , you 'll find the Abbey Pool and Astroturf Patch ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Oh thank you for that information . Are they reasonable ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,entrance_fee,'do');(_:result,phone,'01223902088');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Unfortunately I do not know the price . You can call them at 01223902088 for more information ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Okay , and what is the address and phone number for the Abbey Pool ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'pool way , whitehill road , off newmarket road');(_:result,phone,'01223902088');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number is 01223902088 and the address is pool way , whitehill road , off newmarket road . Is there anything else I can help you with today ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'warkworth house');(_:search,destination,'Abbey pool');(_:search,leave_at,'8:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'd like you to book me a taxi from the Warkworth House to Abbey pool please . I need to leave the hotel by 8:30 ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'red ford');(_:result,phone,'07657516003');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I have a red ford contract number : 07657516003 . Is there anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That should be all . Thank you !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Have a nice day ! Goodbye !"
}
] |
MUL1185.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"warkworth house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"address",
"Warkworth Terrace"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Warkworth House"
],
[
"_:result",
"phone",
"01223363682"
],
[
"_:result",
"postcode",
"cb11ee"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"address",
"Warkworth Terrace"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Warkworth House"
],
[
"_:result",
"phone",
"01223363682"
],
[
"_:result",
"postcode",
"cb11ee"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"address",
"Warkworth Terrace"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Warkworth House"
],
[
"_:result",
"phone",
"01223363682"
],
[
"_:result",
"postcode",
"cb11ee"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"address",
"Warkworth Terrace"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"phone",
"01223363682"
],
[
"_:result",
"postcode",
"cb11ee"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"same area"
],
[
"_:result",
"name",
"Abbey Pool and Astroturf Patch"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"address",
"Warkworth Terrace"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"postcode",
"cb11ee"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"same area"
],
[
"_:result",
"name",
"Abbey Pool and Astroturf Patch"
],
[
"_:result",
"entrance_fee",
"do"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"postcode",
"cb11ee"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"area",
"same area"
],
[
"_:result",
"name",
"Abbey Pool and Astroturf Patch"
],
[
"_:result",
"entrance_fee",
"do"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"pool way , whitehill road , off newmarket road"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"warkworth house"
],
[
"_:search",
"destination",
"Abbey pool"
],
[
"_:search",
"leave_at",
"8:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"postcode",
"cb11ee"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"area",
"same area"
],
[
"_:result",
"name",
"Abbey Pool and Astroturf Patch"
],
[
"_:result",
"entrance_fee",
"do"
],
[
"_:result",
"address",
"pool way , whitehill road , off newmarket road"
],
[
"_:search",
"departure",
"warkworth house"
],
[
"_:search",
"destination",
"Abbey pool"
],
[
"_:search",
"leave_at",
"8:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red ford"
],
[
"_:result",
"phone",
"07657516003"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , I need a place to stay . I would prefer it to be a guesthouse type . It does n't need to have free parking ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Are you looking for a hotel in a particular area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , I do n't need a particular area , but I am looking for something moderately priced ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'guesthouses');(_:result,count,'15');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "There are 15 Guesthouses with a moderate price . Do you have further criteria to narrow that down or would you like a recommendation ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 've changed my mind and would like to go ahead and pick the center of town . Wifi would be great ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:search,category,'guesthouse');(_:search,type,'Hotel'))",
"inform((_:result,category,'hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I do n't have a guesthouse available but i do have a hotel . Would that work ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'1');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes lets book it for 1 person for 5 nights starting monday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,name,'cityroomz');(_:booking,ref,'QQ57BSBE');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok , you are all booked at cityroomz . Your reference number is QQ57BSBE ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , can you tell me about a place called the Ghandi ? I near that they have the best tandorri chicken ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'72 Regent Street City Centre');(_:result,area,'center');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , they 're great . I 've eaten there many times . They are cheap and located in the center of town at 72 Regent Street City Centre . Do you need a reservation ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Nope I need their phone number though and postcode when you get a chance , thanks"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223353942');(_:result,postcode,'cb21dp');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their phone number is 01223353942 and postcode is \t cb21dp . Is there anything else that I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That is all that I need ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge Town Info service ! Enjoy your time in Cambridge"
}
] |
PMUL0217.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"canthelp",
"_:search/8d7609d7"
],
[
"_:search/8d7609d7",
"category",
"guesthouse"
],
[
"_:search/8d7609d7",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"canthelp",
"_:search/8d7609d7"
],
[
"_:search/8d7609d7",
"category",
"guesthouse"
],
[
"_:search/8d7609d7",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"cityroomz"
],
[
"_:booking",
"ref",
"QQ57BSBE"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"15"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"canthelp",
"_:search/8d7609d7"
],
[
"_:search/8d7609d7",
"category",
"guesthouse"
],
[
"_:search/8d7609d7",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"cityroomz"
],
[
"_:booking",
"ref",
"QQ57BSBE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"72 Regent Street City Centre"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"15"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"canthelp",
"_:search/8d7609d7"
],
[
"_:search/8d7609d7",
"category",
"guesthouse"
],
[
"_:search/8d7609d7",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"cityroomz"
],
[
"_:booking",
"ref",
"QQ57BSBE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"72 Regent Street City Centre"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223353942"
],
[
"_:result",
"postcode",
"cb21dp"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "I was just robbed ! Please help ! I need to contact the police ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,phone,'01223358966');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The local police stations telephone number is 01223358966 ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "May I have the address and postcode ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The postcode is CB11JG , but I do not have an address listed ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "Are you sure there 's no address ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The address I have is Parkside , Cambridge ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I needed thank you ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Good luck and hope you have a better day ."
}
] |
SNG01972.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",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"address",
"?"
],
[
"_: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",
"postcode",
"CB11JG"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a guesthouse in the east please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'east');(_:result,category,'guesthouses');(_:result,count,'6');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have 6 total guesthouses in the east , any more preferences ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I would like free wifi and a 4 star rating ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'6');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have six places , is there a price range you have in mind ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Not particularly . Do you have one you would recommend ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'a and b guest house');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I recommen a and b guest house . Should I book that ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'2');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "please , For 2 people for 5 nights starting on Wednesday"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,day,'Wednesday');(_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,type,'Booking');(_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Unfortunately there are no rooms available for Wednesday in the East . Could I look at a different location or day ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you try 4 nights instead ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'1F0GOZ1D');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Your reference number is : 1F0GOZ1D ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great , could I also find someplace near the hotel to go for fun ?"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "funky fun house would be nice for you"
}
] |
MUL2593.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/fbb2e194"
],
[
"_:booking/fbb2e194",
"day",
"Wednesday"
],
[
"_:booking/fbb2e194",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/fbb2e194"
],
[
"_:booking/fbb2e194",
"day",
"Wednesday"
],
[
"_:booking/fbb2e194",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"1F0GOZ1D"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'park');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I want to find a park to visit in town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'parks');(_:result,count,'5');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 5 parks around town . What part of town would you prefer to visit the park in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Attraction'))",
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I do n't really care , just pick one and give me the phone number please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'North');(_:result,entrance_fee,'free');(_:result,name,'Milton Country Park');(_:result,phone,'01223420060');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Milton Country Park has free admission . They are located on the North and the phone number is 01223420060 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'21:15');(_:search,day,'friday');(_:search,leave_at,'21:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks ! I also need help finding a train leaving friday arriving by 21:15 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'21:01');(_:result,id,'TR3342');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have train TR3342 ariving at 21:01 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'stansted airport');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to go to Cambridge , from Stansted Airport ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'09:52');(_:result,id,'TR5694');(_:result,leave_at,'09:24');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR5694 leaves at 09:24 and arrives at 09:52 giving you plenty of time . Can I book you a ticket ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes please , a ticket for one , and may I also know the price ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'2CDCW6I7');(_:booking,ticket,'10.1 pounds');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booked ! The price is 10.1 pounds to be paid at the station . Reference number : 2CDCW6I7 ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Fantastic . Thank you very much for all of your assistance ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you and have a good trip ."
}
] |
MUL1794.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Milton Country Park"
],
[
"_:result",
"phone",
"01223420060"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"21:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Milton Country Park"
],
[
"_:result",
"phone",
"01223420060"
],
[
"_:search",
"arrive_by",
"21:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"arrive_by",
"21:01"
],
[
"_:result",
"id",
"TR3342"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Milton Country Park"
],
[
"_:result",
"phone",
"01223420060"
],
[
"_:search",
"arrive_by",
"21:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"09:52"
],
[
"_:result",
"id",
"TR5694"
],
[
"_:result",
"leave_at",
"09:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Milton Country Park"
],
[
"_:result",
"phone",
"01223420060"
],
[
"_:search",
"arrive_by",
"21:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"09:52"
],
[
"_:result",
"id",
"TR5694"
],
[
"_:result",
"leave_at",
"09:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ticket",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"2CDCW6I7"
],
[
"_:booking",
"ticket",
"10.1 pounds"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "Yeah , hey , where do I find Addenbrookes Hospital ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,type,'Hospital'))",
"request((_:search,department,?);(_:search,type,'Hospital'))"
],
"speaker": "system",
"text": "Addenbrookes Hospital is located at Hills Rd , Cambridge . Is there a particular department you 're looking for ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "No , I just need the general postcode and phone number ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223245151');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The phone number is 01223245151 and the postcode is CB20QQ ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thanks a lot !"
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "user",
"text": "No problem . Enjoy your day !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . I hope you have a great day also ."
}
] |
SNG01563.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'leicester');(_:search,leave_at,'18:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to find a train going to Leicester leaving after 18:30 please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be departing from , and what day would you like to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving from Cambridge on Tuesday"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,duration,'105 minutes');(_:result,id,'TR8207');(_:result,ticket,'37.80 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "OK , i have TR8207 , it has a trip duration of 105 minutes and is 37.80 pounds . Does that sound ok for you ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That sounds perfect . I will purchase the ticket at the station . Thank you !"
},
{
"id": 5,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You 're welcome . Is there anything else I could help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'no');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'll also be needing a place to stay . Can you find me a hotel type place ? I do n't need free internet ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have many available options . What side of town would you like ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't mind where it is , but it should be 4 stars with free parking ."
},
{
"id": 9,
"rdf-acts": [
"select((_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))",
"inform((_:result,count,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have three options available would you prefer something cheap or expensive ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotels');(_:search,has_internet,'no');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "If there are any that do n't have free internet tell me about that one , hotels usually start skimping on other things when they offer free internet ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,amount,'all');(_:result,area,'centre');(_:result,area,'west');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Cambridge Belfry');(_:result,name,'Huntingdon Marriott');(_:result,name,'University Arms Hotel');(_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "They all have free parking and internet . I have Huntingdon Marriott in the west and expensive . Cambridge Belfry is cheap in the west . And University Arms Hotel is expensive in centre ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,has_parking,'yes');(_:search,name,'The cambridge belfry');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The cambridge belfry sounds good as long as it is 4 star with parking . I will need a booking on sunday ."
},
{
"id": 13,
"rdf-acts": [
"request((_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many days would like to stay ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'1');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to stay on Sunday for 1 person , 2 nights please ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'R5YPRGU0');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Your reference number is R5YPRGU0 . Can I help you with anything else today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , that 's all I needed . Thanks for your help !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome . Have a great visit !"
}
] |
MUL2171.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"id",
"TR8207"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"id",
"TR8207"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"id",
"TR8207"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"id",
"TR8207"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"id",
"TR8207"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"name",
"Huntingdon Marriott"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"The cambridge belfry"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"id",
"TR8207"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"name",
"Huntingdon Marriott"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"The cambridge belfry"
],
[
"_:search",
"stars",
"4"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"1"
],
[
"_: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",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"id",
"TR8207"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"name",
"Huntingdon Marriott"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"The cambridge belfry"
],
[
"_:search",
"stars",
"4"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"R5YPRGU0"
],
[
"_: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,departure,'rajmahal');(_:search,leave_at,'22:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Please book me a taxi to come to Rajmahal by 22:30 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Sure ! Where are you coming from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'Rajmahal');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to depart from Rajmahal , not go to there ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Ok , what is your destination ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'restaurant two two');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'll be heading to restaurant two two"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Booking completed ! \n Booked car type \t : \t black toyota \n Contact number \t : \t 07452807807"
}
] |
SNG01320.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"rajmahal"
],
[
"_:search",
"leave_at",
"22:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"22:30"
],
[
"_:search",
"departure",
"Rajmahal"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"22:30"
],
[
"_:search",
"departure",
"Rajmahal"
],
[
"_:search",
"destination",
"restaurant two two"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'night club');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "is there a nice night club in the west that you can recommend ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"canthelp((_:search,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "No I am sorry there is n't something else perhaps ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "How about a college ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,\"storey 's way\");(_:result,area,'west');(_:result,category,'colleges');(_:result,count,'5');(_:result,entrance_fee,\"does n't charge an entrance fee\");(_:result,name,'churchill college');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 5 colleges in the west . churchill college is located on storey 's way and does n't charge an entrance fee ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great . That 's all I need to know . Thank you ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you goodbye"
}
] |
PMUL4696.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"night club"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/6b2a3c61"
],
[
"_:search/6b2a3c61",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/6b2a3c61"
],
[
"_:search/6b2a3c61",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"storey 's way"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"does n't charge an entrance fee"
],
[
"_:result",
"name",
"churchill college"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Cheap restaurant in the north . address and phone number , please ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,food,'Indian');(_:result,food,'Italian');(_:result,type,'Restaurant'))",
"inform((_:result,count,'2');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two restaurants in the cheap category in that area . Would you prefer Italian or Indian ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would prefer Italian ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'20 milton road chesterton');(_:result,name,'da vinci pizzeria');(_:result,phone,'01223 351707');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "da vinci pizzeria is located at 20 milton road chesterton and they can be reached at 01223 351707"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using Cambridge restaurant system . Good bye ."
}
] |
WOZ20110.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"count",
"2"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you please help me find a cheap italian restaurant ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I show five that fit your criteria . May I ask the location you are in ? This would help refine our search ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,day,'wednesday');(_:search,duration,'11:00');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "It does n't matter what area . Can you book a table for 2 people at 11:00 on Wednesday ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Would you like more details on any of the available restaurants before booking a table ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "If there is one that you know of that you recommend , that would be fine . I do n't know any , so some guidance would be great ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'la margherita');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about la margherita ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay as long as it 's in the same price range ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,name,'La Margherita');(_:booking,type,'Booking'))",
"inform((_:booking,name,'Zizzi Cambridge');(_:booking,ref,'QRJ5MP30');(_:booking,type,'Booking');(_:result,pricerange,'same price range');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "La Margherita was unavailable . I was able to book you at Zizzi Cambridge which is in the same price range . Your reference number is QRJ5MP30 . Is this acceptable ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great Yes it is and thank you ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Will you be needing anything else today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all . Thanks again for your help ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our service ."
}
] |
SSNG0091.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/e46804b7"
],
[
"_:booking/e46804b7",
"name",
"La Margherita"
],
[
"_:booking/e46804b7",
"type",
"Booking"
],
[
"_:booking",
"name",
"Zizzi Cambridge"
],
[
"_:booking",
"ref",
"QRJ5MP30"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"same price range"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/e46804b7"
],
[
"_:booking/e46804b7",
"name",
"La Margherita"
],
[
"_:booking/e46804b7",
"type",
"Booking"
],
[
"_:booking",
"name",
"Zizzi Cambridge"
],
[
"_:booking",
"ref",
"QRJ5MP30"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"same price range"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'17:45');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for a train from Cambridge that arrives by 17:45 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be going ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'17:45');(_:search,departure,'cambridge');(_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Going to london liverpool street from cambridge . I need to arrive by 17:45 ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What do and time and do want to leave ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'17:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to arrive by 17:45"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR5154');(_:result,leave_at,'05 : 59');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR5154 LEAVES AT 05 : 59 SHOULD I BOOK IT FOR YOU ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))",
"inform((_:search,id,'TR5154');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "How long is the trip on the TR5154 ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,duration,'88 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Each train on that route makes the run in 88 minutes ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'nightclub');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Excellent . I need to a nightclub in the centre as well ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,entrance_fee,'5 pounds');(_:result,name,'club salsa');(_:result,phone,'07782218745');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , there 's club salsa in the centre , their phone number is 07782218745 and the entrance fee is 5 pounds ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great . Thank you for your help !"
},
{
"id": 11,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "That is all I need ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Should you need anything else , please let us know ."
}
] |
MUL1788.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:result",
"id",
"TR5154"
],
[
"_:result",
"leave_at",
"05 : 59"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:search",
"id",
"TR5154"
],
[
"_: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"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:result",
"id",
"TR5154"
],
[
"_:result",
"leave_at",
"05 : 59"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"id",
"TR5154"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:result",
"id",
"TR5154"
],
[
"_:result",
"leave_at",
"05 : 59"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"id",
"TR5154"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"club salsa"
],
[
"_:result",
"phone",
"07782218745"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:result",
"id",
"TR5154"
],
[
"_:result",
"leave_at",
"05 : 59"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"id",
"TR5154"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"club salsa"
],
[
"_:result",
"phone",
"07782218745"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for a place to go see architecture in the centre of town ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,category,'churches');(_:result,category,'old schools');(_:result,entrance_fee,'2 pounds');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))",
"inform((_:result,count,'4');(_:result,name,\"great saint mary 's church\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 4 churches and an old schools . All are free except for great saint mary 's church which has an entrance fee of 2 pounds . Which do you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))",
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Just give me the information for the first one that is free in the centre , like their phone number and postcode please ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'holy trinity church');(_:result,phone,'01223355397');(_:result,postcode,'cb23nz');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "holy trinity church , phone number is 01223355397 , postcode is cb23nz . Is there anything else you need ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I actually would like to find a place to stay that is in the centre of town also ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,category,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'5');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have 5 potential options available to you . Is there a particular lodging type or price range you are interested in the most ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'no');(_:search,pricerange,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No particular pricerange , but I want it to be a type of hotel . It does n't need to include internet ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'citycroomz');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I think citycroomz would work well . Would you like more information ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . That will be all . Have a great day !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "My pleasure to be of service . Have a wonderful visit to Cambridge . Goodbye ."
}
] |
MUL2544.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"category",
"old schools"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"great saint mary 's church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"category",
"old schools"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"count",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"holy trinity church"
],
[
"_:result",
"phone",
"01223355397"
],
[
"_:result",
"postcode",
"cb23nz"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"churches"
],
[
"_:result",
"category",
"old schools"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"holy trinity church"
],
[
"_:result",
"phone",
"01223355397"
],
[
"_:result",
"postcode",
"cb23nz"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"churches"
],
[
"_:result",
"category",
"old schools"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223355397"
],
[
"_:result",
"postcode",
"cb23nz"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"citycroomz"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you see if there are any entertainment attractions in the centre of town ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Unfortunately there are no entertainment attractions in the centre of town . Is there a different area of town that would work for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What about a museum ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'98 King Street cb11ln');(_:result,category,'museums');(_:result,count,'11');(_:result,entrance_fee,'free');(_:result,name,'Broughton House Gallery');(_:result,postcode,'cb11ln');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , there are 11 museums . I 'd recommend Broughton House Gallery . It 's at 98 King Street cb11ln and has free entrance . Would that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , that will work great . Can I get their phone number please ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Broughton House Gallery');(_:result,phone,'01223314960');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Certainly . The Broughton House Gallery 's phone number is 01223314960 . Is there anything else I can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I need . Thanks !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Have a great day . Bye ."
}
] |
SNG1076.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/fe6acab0"
],
[
"_:search/fe6acab0",
"area",
"centre"
],
[
"_:search/fe6acab0",
"category",
"entertainment"
],
[
"_:search/fe6acab0",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/fe6acab0"
],
[
"_:search/fe6acab0",
"area",
"centre"
],
[
"_:search/fe6acab0",
"category",
"entertainment"
],
[
"_:search/fe6acab0",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"98 King Street cb11ln"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/fe6acab0"
],
[
"_:search/fe6acab0",
"area",
"centre"
],
[
"_:search/fe6acab0",
"category",
"entertainment"
],
[
"_:search/fe6acab0",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"98 King Street cb11ln"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"phone",
"01223314960"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,leave_at,'12:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you help me find a train leaving after 12:15 on friday ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , what 's the departure and destination ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'broxbourne');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "from broxbourne to cambridge"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR3158');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR3158 meets your description . Would you like to make a booking ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,duration,?);(_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the arrival time ? I 'll also need the travel time and train ID ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'13:32');(_:result,duration,'60 minutes');(_:result,id,'TR3158');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The arrival time is 13:32 . The train ID is TR3158 . And the travel time for this route is 60 minutes . Anything else I can do for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need to find a hotel with free parking and wifi ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'8');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 8 hotels available with internet and parking . What price range and area of the city are you interested in ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want to to have a 4 star rating & be a guesthouse . It can be in any area of the town ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'16');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 16 options available . Can I narrow it down for you by price range ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,pricerange,\"does n't matter\");(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The price does n't matter . Is there one that you would recommend ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,name,'Allenbell');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I would recommend the Allenbell which is in the center and cheap . Would you like to make a reservation there ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'3');(_:search,stay,'3');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please , for 3 people . We 'll need 3 nights starting Friday . Can you please give me the reference number once it 's booked ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'77BQDD6I');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your room has been booked . Reference number is 77BQDD6I ."
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Great , you have been very helpful today . Thanks . That is all I need . Bye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "It 's my pleasure . Have a good day ."
}
] |
PMUL3849.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR3158"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"13:32"
],
[
"_:result",
"duration",
"60 minutes"
],
[
"_:result",
"id",
"TR3158"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"13:32"
],
[
"_:result",
"duration",
"60 minutes"
],
[
"_:result",
"id",
"TR3158"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"13:32"
],
[
"_:result",
"duration",
"60 minutes"
],
[
"_:result",
"id",
"TR3158"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"16"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"does n't matter"
],
[
"_: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",
"12:15"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"13:32"
],
[
"_:result",
"duration",
"60 minutes"
],
[
"_:result",
"id",
"TR3158"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"16"
],
[
"_:search",
"pricerange",
"does n't matter"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"arrive_by",
"13:32"
],
[
"_:result",
"duration",
"60 minutes"
],
[
"_:result",
"id",
"TR3158"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"16"
],
[
"_:search",
"pricerange",
"does n't matter"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"77BQDD6I"
],
[
"_: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,food,'Portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any Portuguese restaurants in Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,food,'Portuguese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes there is a Portuguese restaurant in Cambridge with two different locations , would you like the addresses ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'turkish');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "If one of them has a moderate price range please give me that address . If not tell me about Turkish restaurants instead ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,count,'2');(_:result,food,'Turkish');(_:result,name,'anatolia');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have two Turkish restuarants , both in the centre and both expensive . May I recommend anatolia ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Actually I need a moderately priced restaurant . Are there any fitting that description ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'Anatolia');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry . I mistook that price range . The Anatolia is in the moderate range . Would that work for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'14:00');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I need a reservation for 1 people at 14:00 on monday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'96ZYHLN1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : 96ZYHLN1 ."
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks so much . That 's all for today . Bye !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You are more than welcome !"
}
] |
SNG01608.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:result",
"name",
"anatolia"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"Anatolia"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"Anatolia"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"96ZYHLN1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "user",
"text": "Hi , can you suggest some tourist sites to visit in Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'Cambridge');(_:result,count,'79');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 79 tourist sites listed in Cambridge . What type of attraction are you interested in seeing ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I 'd love to visit a college . Is there a nice one in the city centre ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,type,'Attraction'))",
"thank()",
"inform((_:result,address,\"Saint Andrew 's Street\");(_:result,area,'centre');(_:result,name,\"Christ 's College\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Christ 's College is on Saint Andrew 's Street in the centre . It is lovely ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What 's the entrance fee , address , and phone number ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,\"saint andrew 's street\");(_:result,entrance_fee,'free');(_:result,name,\"Christ 's college\");(_:result,phone,'01223334900');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "Christ 's college is free to enter . It 's located on saint andrew 's street , and their phone number is 01223334900 . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'14:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train that will leave after 14:00 and should depart from cambridge ."
},
{
"id": 7,
"rdf-acts": [
"thank()",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I 'm sure we can find what you 're looking for . Where will you be traveling to ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,destination,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be going to Norwich this Thursday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'15:55');(_:result,departure,'Cambridge');(_:result,destination,'Norwich');(_:result,id,'TR5190');(_:result,leave_at,'14:36');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "How about the TR5190 train ? It leaves Cambridge at 14:36 and arrives in Norwich at 15:55 ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That sounds perfect , that 's all that I needed to know , thank you for your help !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for choosing the help desk . Good Bye"
}
] |
MUL1867.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"count",
"79"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"count",
"79"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Saint Andrew 's Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"count",
"79"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"14:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"count",
"79"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"14:00"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"count",
"79"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"14:00"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"15:55"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:result",
"id",
"TR5190"
],
[
"_:result",
"leave_at",
"14:36"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great , I sure hope so . I need a restaurant ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'over 100');(_:result,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "I can help you with that . There are over 100 restaurants in Cambridge . Are you in the mood for a particular food ? Or would you like a certain area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I would like an expensive restaurant that serves Indian food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'14');(_:result,food,'Indian');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , there are 14 expensive Indian restaurants . Do you have an area in mind ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'four');(_:search,type,'Restaurant'))",
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I do n't care about the about the area . I need a table for four ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day and time would you like your reservation ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'18:15');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like Sunday at 18:15 , please ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,day,'Sunday');(_:booking,duration,'18:15');(_:booking,people,'4');(_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , there are no available table on Sunday for 4 at 18:15 . Would you like to book another day or time slot ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,duration,'17:15');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Let 's try 17:15 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,day,'Sunday');(_:booking,duration,'17:15');(_:booking,name,'Tandoori Palace');(_:booking,people,'four');(_:booking,ref,'3HAVRRE7');(_:booking,type,'Booking'))",
"bye()"
],
"speaker": "system",
"text": "Ok , I have booked a table for four at 17:15 on Sunday at the Tandoori Palace . Your reference number is 3HAVRRE7 . Enjoy your evening !"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'museums');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you can I have the address as well ? Additionally , are there any museums in the immediate area to visit before hand ?"
},
{
"id": 11,
"rdf-acts": [
"select((_:result,area,'same area');(_:result,type,'Attraction'))",
"inform((_:result,address,'68 Hinston Road Chesterton');(_:result,amount,'many');(_:result,category,'museums');(_:result,name,'Tandoori Palace');(_:result,type,'Attraction');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Tandoori Palace is located at 68 Hinston Road Chesterton . There are many museums around town . Would you like to hear about those in the same area as Tandoori Palace ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Sure , the closest Museum would be fine ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,area,'in that area');(_:result,category,'museums');(_:result,entrance_fee,'free');(_:result,name,'cafe jello gallery');(_:result,name,'cambridge book and print gallery');(_:result,name,\"kettle 's yard\");(_:result,name,'lynne strover gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have several museums in that area cafe jello gallery , cambridge book and print gallery , kettle 's yard and lynne strover gallery all have free entrance fee ."
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,area,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Okay , Lynne Strover sounds great . Give me the address and post code , please . Also , which area is that , again ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,address,'23 high street , fen ditton');(_:result,postcode,'cb30aq');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "They are located at 23 high street , fen ditton . Post code is cb30aq ."
},
{
"id": 16,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'Lynne Strover');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What area is the Lynne Strover museum in ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,address,', 23 high st');(_:result,address,'fen ditton');(_:result,area,'west');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The west , 23 high st . , fen ditton ."
},
{
"id": 18,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you very much , could I also have the postcode for the museum ?"
},
{
"id": 19,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb30aq');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "the postcode is cb30aq , is there anything else you need ?"
},
{
"id": 20,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That is all thank you for your help . Bye ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting Cambridge TownInfo Centre , enjoy your day !"
}
] |
MUL0939.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"over 100"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"over 100"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"over 100"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"four"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"over 100"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"four"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"sunday"
],
[
"_:system",
"canthelp",
"_:booking/dc6cdc24"
],
[
"_:booking/dc6cdc24",
"day",
"Sunday"
],
[
"_:booking/dc6cdc24",
"duration",
"18:15"
],
[
"_:booking/dc6cdc24",
"people",
"4"
],
[
"_:booking/dc6cdc24",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"over 100"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"four"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"sunday"
],
[
"_:system",
"canthelp",
"_:booking/dc6cdc24"
],
[
"_:booking/dc6cdc24",
"day",
"Sunday"
],
[
"_:booking/dc6cdc24",
"duration",
"18:15"
],
[
"_:booking/dc6cdc24",
"people",
"4"
],
[
"_:booking/dc6cdc24",
"type",
"Booking"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"17:15"
],
[
"_:booking",
"name",
"Tandoori Palace"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"ref",
"3HAVRRE7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"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",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"day",
"sunday"
],
[
"_:system",
"canthelp",
"_:booking/dc6cdc24"
],
[
"_:booking/dc6cdc24",
"day",
"Sunday"
],
[
"_:booking/dc6cdc24",
"duration",
"18:15"
],
[
"_:booking/dc6cdc24",
"people",
"4"
],
[
"_:booking/dc6cdc24",
"type",
"Booking"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"17:15"
],
[
"_:booking",
"name",
"Tandoori Palace"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"ref",
"3HAVRRE7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"same area"
],
[
"_:result",
"address",
"68 Hinston Road Chesterton"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"name",
"Tandoori Palace"
],
[
"_:result",
"type",
"Attraction"
],
[
"_: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",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"day",
"sunday"
],
[
"_:system",
"canthelp",
"_:booking/dc6cdc24"
],
[
"_:booking/dc6cdc24",
"day",
"Sunday"
],
[
"_:booking/dc6cdc24",
"duration",
"18:15"
],
[
"_:booking/dc6cdc24",
"people",
"4"
],
[
"_:booking/dc6cdc24",
"type",
"Booking"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"17:15"
],
[
"_:booking",
"name",
"Tandoori Palace"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"ref",
"3HAVRRE7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"68 Hinston Road Chesterton"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"in that area"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"cafe jello gallery"
],
[
"_:result",
"name",
"cambridge book and print gallery"
],
[
"_:result",
"name",
"kettle 's yard"
],
[
"_:result",
"name",
"lynne strover gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"day",
"sunday"
],
[
"_:system",
"canthelp",
"_:booking/dc6cdc24"
],
[
"_:booking/dc6cdc24",
"day",
"Sunday"
],
[
"_:booking/dc6cdc24",
"duration",
"18:15"
],
[
"_:booking/dc6cdc24",
"people",
"4"
],
[
"_:booking/dc6cdc24",
"type",
"Booking"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"17:15"
],
[
"_:booking",
"name",
"Tandoori Palace"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"ref",
"3HAVRRE7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"in that area"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"cafe jello gallery"
],
[
"_:result",
"name",
"cambridge book and print gallery"
],
[
"_:result",
"name",
"kettle 's yard"
],
[
"_:result",
"name",
"lynne strover gallery"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"address",
"23 high street , fen ditton"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"Lynne Strover"
],
[
"_: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",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"day",
"sunday"
],
[
"_:system",
"canthelp",
"_:booking/dc6cdc24"
],
[
"_:booking/dc6cdc24",
"day",
"Sunday"
],
[
"_:booking/dc6cdc24",
"duration",
"18:15"
],
[
"_:booking/dc6cdc24",
"people",
"4"
],
[
"_:booking/dc6cdc24",
"type",
"Booking"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"17:15"
],
[
"_:booking",
"name",
"Tandoori Palace"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"ref",
"3HAVRRE7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"cafe jello gallery"
],
[
"_:result",
"name",
"cambridge book and print gallery"
],
[
"_:result",
"name",
"kettle 's yard"
],
[
"_:result",
"name",
"lynne strover gallery"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:search",
"name",
"Lynne Strover"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
", 23 high st"
],
[
"_:result",
"address",
"fen ditton"
],
[
"_:result",
"area",
"west"
],
[
"_: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
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"day",
"sunday"
],
[
"_:system",
"canthelp",
"_:booking/dc6cdc24"
],
[
"_:booking/dc6cdc24",
"day",
"Sunday"
],
[
"_:booking/dc6cdc24",
"duration",
"18:15"
],
[
"_:booking/dc6cdc24",
"people",
"4"
],
[
"_:booking/dc6cdc24",
"type",
"Booking"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"17:15"
],
[
"_:booking",
"name",
"Tandoori Palace"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"ref",
"3HAVRRE7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"cafe jello gallery"
],
[
"_:result",
"name",
"cambridge book and print gallery"
],
[
"_:result",
"name",
"kettle 's yard"
],
[
"_:result",
"name",
"lynne strover gallery"
],
[
"_:search",
"name",
"Lynne Strover"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
", 23 high st"
],
[
"_:result",
"address",
"fen ditton"
],
[
"_:result",
"area",
"west"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "I was just robbed and I want my stuff back"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,phone,'01223358966');(_:result,postcode,'CBV11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The phone number for the police is 01223358966 , they are located in postcode CBV11JG . Best of luck to you ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "Can you give me the exact address for the police ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The address of the police is Parkside , Cambridge ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You are more than welcome !"
}
] |
SNG02284.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"postcode",
"CBV11JG"
],
[
"_:result",
"type",
"Police"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"postcode",
"CBV11JG"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'pizza express Fen Ditton');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a restaurant called pizza express Fen Ditton , do you have any information on it ?"
},
{
"id": 1,
"rdf-acts": [
"thank()",
"inform((_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , What would you like to know about it ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'12:45');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you tell me if they have a table for 8 available at 12:45 Monday ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,day,'Monday');(_:booking,ref,'8V5QECRH');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes they certainly do . I made you a reservation for Monday and your reference number is 8V5QECRH ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Wait , I need to change the booking to friday ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Friday');(_:booking,ref,'RJQO3OZ0');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "No problem ; I 've updated your reservation to Friday . Your new reference number is RJQO3OZ0 . Can I help with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,leave_at,'18:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I also need a train after 18:15 on Saturday ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure I can help you with that . Where would you like to depart from ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm leaving from cambridge , and I need to go to bishops stortford ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'20:07');(_:result,id,'TR4673');(_:result,leave_at,'19:29');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR4673 leaves at 19:29 , you 'll arrive by 20:07 . Would you like to book it ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Restaurant');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I would like to reserve seats on that train . Same group from the restaurant ."
},
{
"id": 11,
"rdf-acts": [
"thank()",
"inform((_:result,name,'pizza express fen ditton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Thank you for all your information . Enjoy your lunch at Pizza Express Fen Ditton ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "enjoy your stay in Cambridge !"
}
] |
PMUL0845.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza express Fen Ditton"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza express Fen Ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza express Fen Ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"ref",
"8V5QECRH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza express Fen Ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"ref",
"RJQO3OZ0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza express Fen Ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"ref",
"RJQO3OZ0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza express Fen Ditton"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"ref",
"RJQO3OZ0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"arrive_by",
"20:07"
],
[
"_:result",
"id",
"TR4673"
],
[
"_:result",
"leave_at",
"19:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza express Fen Ditton"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"ref",
"RJQO3OZ0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"arrive_by",
"20:07"
],
[
"_:result",
"id",
"TR4673"
],
[
"_:result",
"leave_at",
"19:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"name",
"pizza express fen ditton"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am looking for information in Cambridge"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "Are you looking for a place to visit , eat or stay ? Do you need transportation ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'westside');(_:search,category,'boats');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm interested in any boats on the westside ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,area,'west');(_:search,category,'boats');(_:search,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "There are no boats on the west side of town right now , do you have something else you 'd like to try ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))",
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Okay what about any atttaction that is in the type of college and if available may i have the entrance fee , phone number and postcode ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'magdalene street');(_:result,amount,'a number of');(_:result,area,'west');(_:result,category,'colleges');(_:result,entrance_fee,'free');(_:result,name,'magdalene college');(_:result,phone,'01223332138');(_:result,postcode,'cb30ag');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are a number of colleges in the west . I suggest magdalene college on magdalene street , cb30ag . Phone is \t 01223332138 . Entrance is free ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Okay great ! I also need a train . Can you assist me with that ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Yes , I need more information on your trip first ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'13:00');(_:search,day,'monday');(_:search,departure,'leicester');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Sure , I am going to be travelling from Leicester to Cambridge on Monday . I need to arrive by 13:00 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'7');(_:result,leave_at,'05:09');(_:result,leave_at,'11:09');(_:result,leave_at,'every hour');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I found 7 trains that match your criteria . How early do you want to leave ? We have trains running every hour from 05:09 to 11:09"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'13:00');(_:search,people,'2');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you book 2 tickets for a train that arrives closest to 13:00 please ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ticket,'75.59 GBP');(_:booking,type,'Booking');(_:result,arrive_by,'12:54');(_:result,id,'TR1193');(_:result,ref,'LQKC8QD2');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 75.59 GBP payable at the station . \n Reference number is : LQKC8QD2 . You 'll be on the TR1193 which will arrive at 12:54 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for helping me , I am all set ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Great , thank you for visiting us and I hope that you enjoy your stay ."
}
] |
PMUL4020.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"westside"
],
[
"_:search",
"category",
"boats"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"westside"
],
[
"_:system",
"canthelp",
"_:search/929ce4b9"
],
[
"_:search/929ce4b9",
"area",
"west"
],
[
"_:search/929ce4b9",
"category",
"boats"
],
[
"_:search/929ce4b9",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"westside"
],
[
"_:system",
"canthelp",
"_:search/929ce4b9"
],
[
"_:search/929ce4b9",
"area",
"west"
],
[
"_:search/929ce4b9",
"category",
"boats"
],
[
"_:search/929ce4b9",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"address",
"magdalene street"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"magdalene college"
],
[
"_:result",
"phone",
"01223332138"
],
[
"_:result",
"postcode",
"cb30ag"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"westside"
],
[
"_:system",
"canthelp",
"_:search/929ce4b9"
],
[
"_:search/929ce4b9",
"area",
"west"
],
[
"_:search/929ce4b9",
"category",
"boats"
],
[
"_:search/929ce4b9",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"address",
"magdalene street"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"magdalene college"
],
[
"_:result",
"phone",
"01223332138"
],
[
"_:result",
"postcode",
"cb30ag"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"westside"
],
[
"_:system",
"canthelp",
"_:search/929ce4b9"
],
[
"_:search/929ce4b9",
"area",
"west"
],
[
"_:search/929ce4b9",
"category",
"boats"
],
[
"_:search/929ce4b9",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"address",
"magdalene street"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"magdalene college"
],
[
"_:result",
"phone",
"01223332138"
],
[
"_:result",
"postcode",
"cb30ag"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"leave_at",
"05:09"
],
[
"_:result",
"leave_at",
"11:09"
],
[
"_:result",
"leave_at",
"every hour"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"westside"
],
[
"_:system",
"canthelp",
"_:search/929ce4b9"
],
[
"_:search/929ce4b9",
"area",
"west"
],
[
"_:search/929ce4b9",
"category",
"boats"
],
[
"_:search/929ce4b9",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"address",
"magdalene street"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"magdalene college"
],
[
"_:result",
"phone",
"01223332138"
],
[
"_:result",
"postcode",
"cb30ag"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"leave_at",
"05:09"
],
[
"_:result",
"leave_at",
"11:09"
],
[
"_:result",
"leave_at",
"every hour"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"75.59 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"12:54"
],
[
"_:result",
"id",
"TR1193"
],
[
"_:result",
"ref",
"LQKC8QD2"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'lovell lodge');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need help finding a hotel called lovell lodge ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'3654 Milton Road');(_:result,area,'north');(_:result,category,'hotel');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure , it is a moderate hotel located in the north part of town , 3654 Milton Road . Can I reserve a room for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'1');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please . The reservation is for 1 person . The reservation should be for 2 nights beginning on Wednesday ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , they were unable to accommodate that request . Would you like to try a different day or shorter stay ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,stay,'1');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about for only 1 night ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'F9KP6O9O');(_:booking,stay,'1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have put in your booking for 1 night . The reference number is F9KP6O9O ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great I also need a place to eat in the centre of town in the moderate price range please ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'21');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 21 possibilities . Is there a particular kind of restaurant you would like ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'd love to eat somewhere that serves British food so I can get the full experience , you know ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'4');(_:result,food,'British');(_:result,name,'Oak Bistro');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 4 different choices that serve British food . All are moderately priced . If you do n't mind , I would like to recommend the Oak Bistro . They are excellent ."
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "That sounds fine . Please book that one ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many will be dining and what day and time would you like the reservation for ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Actually , come to think of it I will book it later . Can I please get the address , postcode and phone number please ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'6 Lensfield Road');(_:result,name,'Oak Bistro');(_:result,phone,'01223323361');(_:result,postcode,'cb21eg');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Of course . The Oak Bistro is at 6 Lensfield Road , postcode cb21eg . Their phone number is 01223323361 . Can I help you with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all for now . thanks"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . Good day ."
}
] |
MUL1397.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"lovell lodge"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"lovell lodge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"3654 Milton Road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"lovell lodge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"3654 Milton Road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/7d1ca532"
],
[
"_:booking/7d1ca532",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"lovell lodge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"3654 Milton Road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/7d1ca532"
],
[
"_:booking/7d1ca532",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"1"
],
[
"_:booking",
"ref",
"F9KP6O9O"
],
[
"_:booking",
"stay",
"1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"lovell lodge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"3654 Milton Road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/7d1ca532"
],
[
"_:booking/7d1ca532",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"1"
],
[
"_:booking",
"ref",
"F9KP6O9O"
],
[
"_:booking",
"stay",
"1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"lovell lodge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"3654 Milton Road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/7d1ca532"
],
[
"_:booking/7d1ca532",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"1"
],
[
"_:booking",
"ref",
"F9KP6O9O"
],
[
"_:booking",
"stay",
"1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Oak Bistro"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"lovell lodge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"3654 Milton Road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/7d1ca532"
],
[
"_:booking/7d1ca532",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_:booking",
"ref",
"F9KP6O9O"
],
[
"_:booking",
"stay",
"1"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Oak Bistro"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"lovell lodge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/7d1ca532"
],
[
"_:booking/7d1ca532",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_:booking",
"ref",
"F9KP6O9O"
],
[
"_:booking",
"stay",
"1"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:result",
"name",
"Oak Bistro"
],
[
"_:result",
"phone",
"01223323361"
],
[
"_:result",
"postcode",
"cb21eg"
],
[
"_: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,category,'hotel');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to find a hotel in Cambridge with decent prices ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'33');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found 33 places that will fit your preferences . Do you have preference as to the area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,pricerange,'moderately');(_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The area is flexible . But , I would like something moderately priced and have a star rating of 0 ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,area,'north');(_:result,category,'hotels');(_:result,count,'2');(_:result,stars,'zero');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I see 2 hotels with a zero rating ; north side and centre . Which one can I book for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like it in the centre ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day would you like to book ? How many days will you be staying and how many people will be staying ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'1');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Friday , for 1 person and will stay for 2 days . Can you book it for me ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,day,'Friday');(_:booking,name,'el shaddai');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "el shaddai has been booked for you for Friday ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Oh I 'm sorry I forgot to mention I must have a hotel that includes free parking ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'El shaddai');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "El shaddai includes both free parking and wifi ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'Cambridge chop shop');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Perfect . I 'll need help finding a restaurant called the Cambridge chop shop , too ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'1 Kings Parade');(_:result,name,'Cambridge Chop House');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "You might be thinking of The Cambridge Chop House , at 1 Kings Parade . Does that sound right ? I can help you book a table if you like ."
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Yeah that 's it , book it for me as well please ."
},
{
"id": 13,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What time would you like to book the restaurant for and how many people in your party ."
},
{
"id": 14,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))",
"inform((_:search,name,'el shaddai');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't need a reservation at this moment . Can I have the postcode for the el shaddai hotel ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,postcode,'cb11eg');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure the postcode is cb11eg . Can I help you with anything else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , I think that 's everything I need . Thanks a bunch !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , well thank you for calling ! You have a good day !"
}
] |
MUL1355.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"stars",
"zero"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"stars",
"zero"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"stars",
"zero"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"name",
"el shaddai"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"stars",
"zero"
],
[
"_:search",
"area",
"centre"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"name",
"el shaddai"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"El shaddai"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"Cambridge chop shop"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"stars",
"zero"
],
[
"_:search",
"area",
"centre"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"name",
"el shaddai"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"name",
"Cambridge chop shop"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"1 Kings Parade"
],
[
"_:result",
"name",
"Cambridge Chop House"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"stars",
"zero"
],
[
"_:search",
"area",
"centre"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"name",
"el shaddai"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"address",
"1 Kings Parade"
],
[
"_:result",
"name",
"Cambridge Chop House"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"el shaddai"
],
[
"_: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",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"stars",
"zero"
],
[
"_:search",
"area",
"centre"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"name",
"el shaddai"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"address",
"1 Kings Parade"
],
[
"_:result",
"name",
"Cambridge Chop House"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"el shaddai"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"cb11eg"
],
[
"_: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,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What restaurants are on the east part of town ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,area,'east');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are several restaurants in the east part of town . Would you like something in the moderate , cheap or expensive price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'British');(_:result,name,'Grafton Hotel Restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Grafton Hotel Restaurant serves British food , it is on the east side of town , and it is in the expensive price range . Would you like the phone number ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the address ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Grafton Hotel 619 Newmarket Road Fen Ditton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Grafton Hotel 619 Newmarket Road Fen Ditton"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thanks for your help . That 's all I need ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Goodbye ."
}
] |
WOZ20176.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Grafton Hotel Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Grafton Hotel Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"Grafton Hotel 619 Newmarket Road Fen Ditton"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am looking for activities tomorrow within the town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'lots');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Great ! There are lots of things to do here ! Did you have a certain activity in mind ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "No , I was hoping to get some suggestions for places near the center of town ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'a lot of');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have a lot of options for you , what are you interested in - for example , architecture , museums , entertainment venues , churches ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "How about a church ? Are there any with free admission ?"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:search,category,'churches');(_:search,type,'Attraction'))",
"inform((_:result,amount,'a number of');(_:result,category,'museums');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm afraid I do n't have any churches in my directory . Is there something else you 'd like ? There are a number of free museums ."
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Sure , can you recommend me one ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'Museum of Archaeology and Anthropology');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "How about the Museum of Archaeology and Anthropology ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds great ! Can I get their address and phone ? And is there a fee to get in ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,', downing street');(_:result,address,'University of Cambridge');(_:result,entrance_fee,'free');(_:result,phone,'0122333516');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Of course . It 's free to get in . The phone number is 0122333516 and their address is University of Cambridge , Downing Street ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanks . I also need to find a cheap restaurant in the same area ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'15');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i have 15 cheap restaurants in the centre of town . what type of cuisine would you like ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,food,'malaysian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hmmm ... malaysian is sounding pretty good right now ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'center');(_:search,food,'Malaysian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , there are no Malaysian restaurants in the center of town . Would you like to choose a different type of food ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'11:30');(_:search,food,'italian');(_:search,people,'5');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about italian , book a table for 5 at 11:30 on tuesday , and I need the reference number"
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,name,'Ask');(_:booking,ref,'X9V8FWH8');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked a table for you at Ask and your reference number is X9V8FWH8 ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help that 's all I need today ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Great if you need further assistance , you can always contact us ."
}
] |
PMUL3667.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"a lot of"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/43b3de64"
],
[
"_:search/43b3de64",
"category",
"churches"
],
[
"_:search/43b3de64",
"type",
"Attraction"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/43b3de64"
],
[
"_:search/43b3de64",
"category",
"churches"
],
[
"_:search/43b3de64",
"type",
"Attraction"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Museum of Archaeology and Anthropology"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:system",
"canthelp",
"_:search/43b3de64"
],
[
"_:search/43b3de64",
"category",
"churches"
],
[
"_:search/43b3de64",
"type",
"Attraction"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"category",
"museums"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Museum of Archaeology and Anthropology"
],
[
"_:result",
"address",
", downing street"
],
[
"_:result",
"address",
"University of Cambridge"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"0122333516"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_: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": [
[
"_:search",
"category",
"?"
],
[
"_:system",
"canthelp",
"_:search/43b3de64"
],
[
"_:search/43b3de64",
"category",
"churches"
],
[
"_:search/43b3de64",
"type",
"Attraction"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"category",
"museums"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Museum of Archaeology and Anthropology"
],
[
"_:result",
"address",
", downing street"
],
[
"_:result",
"address",
"University of Cambridge"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"0122333516"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"malaysian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:system",
"canthelp",
"_:search/43b3de64"
],
[
"_:search/43b3de64",
"category",
"churches"
],
[
"_:search/43b3de64",
"type",
"Attraction"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"category",
"museums"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Museum of Archaeology and Anthropology"
],
[
"_:result",
"address",
", downing street"
],
[
"_:result",
"address",
"University of Cambridge"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"0122333516"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b1c014ef"
],
[
"_:search/b1c014ef",
"area",
"center"
],
[
"_:search/b1c014ef",
"food",
"Malaysian"
],
[
"_:search/b1c014ef",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_: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",
"?"
],
[
"_:system",
"canthelp",
"_:search/43b3de64"
],
[
"_:search/43b3de64",
"category",
"churches"
],
[
"_:search/43b3de64",
"type",
"Attraction"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"category",
"museums"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Museum of Archaeology and Anthropology"
],
[
"_:result",
"address",
", downing street"
],
[
"_:result",
"address",
"University of Cambridge"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"0122333516"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b1c014ef"
],
[
"_:search/b1c014ef",
"area",
"center"
],
[
"_:search/b1c014ef",
"food",
"Malaysian"
],
[
"_:search/b1c014ef",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"Ask"
],
[
"_:booking",
"ref",
"X9V8FWH8"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'carolina bed and breakfast');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "My friend told me about a place called the Carolina Bed and Breakfast . Do you know anything about it ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It 's a 4 star guesthouse . What information would you like to know about it ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_internet,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you give me the postcode ? And , do they have internet ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,postcode,'cb13nx');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The postcode is cb13nx , and they do have internet ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'boat');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you . Are there any boat attractions in the west ?"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:search,area,'west');(_:search,type,'Attraction'))",
"inform((_:result,area,'centre');(_:result,category,'boat');(_:result,name,'Cambridge Punter');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Nothing in the west , sorry . The closest boat would be the Cambridge Punter in the centre . Is that too far ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'musuem');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , it is . How about a musuem ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'West');(_:result,category,'museums');(_:result,count,'5');(_:result,name,\"Kettle 's Yard\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 5 museums in the West . I recommend Kettle 's Yard . Would you like the address and phone ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I would love the address . Thank you so much !"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'castle street');(_:result,name,\"Kettle 's yard\");(_:result,postcode,'cb30aq');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Kettle 's yard is on castle street , cb30aq . Can I help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Great . That is all I need ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm glad to have been of assistance . Have a great day . Goodbye ."
}
] |
MUL2646.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"postcode",
"cb13nx"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"postcode",
"cb13nx"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/f055f67e"
],
[
"_:search/f055f67e",
"area",
"west"
],
[
"_:search/f055f67e",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"boat"
],
[
"_:result",
"name",
"Cambridge Punter"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"musuem"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"postcode",
"cb13nx"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/f055f67e"
],
[
"_:search/f055f67e",
"area",
"west"
],
[
"_:search/f055f67e",
"type",
"Attraction"
],
[
"_:search",
"category",
"musuem"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"West"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Kettle 's Yard"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/f055f67e"
],
[
"_:search/f055f67e",
"area",
"west"
],
[
"_:search/f055f67e",
"type",
"Attraction"
],
[
"_:search",
"category",
"musuem"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"West"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"castle street"
],
[
"_:result",
"name",
"Kettle 's yard"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for an expensive chinese restaurant in Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Any particular area you have in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like to be where all the action is in the centre of town ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 4 options that meet the choice of your request though i done have the phone number of one . Do you wish i help you choose one ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please pick one for me . I need the address with postcode . I 'd also like the phone number too . Thanks for your help !"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'sesame restaurant and bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "how about sesame restaurant and bar ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would love to try that restaurant . What is the address , phone number , and postcode , please ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'17 Hills Road City Centre');(_:result,phone,'01223358899');(_:result,postcode,'cb21nw');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "17 Hills Road City Centre , cb21nw and the phone is 01223358899 . Would you like me to book that for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , not yet . Can you help with a hotel room ?"
},
{
"id": 9,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Yes , of course . Please give me some details on the lodgings you desire ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'alexander bed and breakfast');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for the alexander bed and breakfast . Do you know it ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'56 saint barnabas road');(_:result,area,'center');(_:result,type,'Hotel'))",
"reqmore()",
"thank()"
],
"speaker": "system",
"text": "Yes , I get requests for them all the time . They are located at 56 saint barnabas road in the center of town . Do you need more information ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'5');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No thanks , just a booking for 5 people , 2 nights starting on Sunday please ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'D4OQOKPL');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking is all set ! Your reference number is D4OQOKPL . Is there anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thanks ! I will also need a taxi ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where are you going , and when do you need to leave by ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,destination,'sesame restaurant and bar');(_:search,leave_at,'15:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Commuting between the two places discussed leaving by 15:15 ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'yellow Audi');(_:result,phone,'07267474545');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I have a yellow Audi booked for you . The contact number is 07267474545 . Can I help you with anything else ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Ok have a great day good bye ."
}
] |
PMUL0267.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"name",
"sesame restaurant and bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"sesame restaurant and bar"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"17 Hills Road City Centre"
],
[
"_:result",
"phone",
"01223358899"
],
[
"_:result",
"postcode",
"cb21nw"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"sesame restaurant and bar"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"17 Hills Road City Centre"
],
[
"_:result",
"phone",
"01223358899"
],
[
"_:result",
"postcode",
"cb21nw"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"sesame restaurant and bar"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223358899"
],
[
"_:result",
"postcode",
"cb21nw"
],
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"address",
"56 saint barnabas road"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_: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",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"sesame restaurant and bar"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"phone",
"01223358899"
],
[
"_:result",
"postcode",
"cb21nw"
],
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"address",
"56 saint barnabas road"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"D4OQOKPL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"sesame restaurant and bar"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"phone",
"01223358899"
],
[
"_:result",
"postcode",
"cb21nw"
],
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"address",
"56 saint barnabas road"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"D4OQOKPL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"sesame restaurant and bar"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"sesame restaurant and bar"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"postcode",
"cb21nw"
],
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"address",
"56 saint barnabas road"
],
[
"_:result",
"area",
"center"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"D4OQOKPL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"sesame restaurant and bar"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow Audi"
],
[
"_:result",
"phone",
"07267474545"
],
[
"_: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,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi I would like to find a place to stay that has a guesthouse and free parking ."
},
{
"id": 1,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Which day would you like the reservation to start ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,stars,'4-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you tell me the hotels that meet that criteria first ? I need a 4-star guesthouse with parking ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Acorn Guest House');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Acorn Guest House has all the criteria you need . Would you like me to book that ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,stay,'2');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Book it for 4 people staying for 2 nights and give me the reference number ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "I would be happy to do that . I just need to know what day you would like your reservation to start ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "monday , please"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Monday');(_:booking,name,'Acorn Guest House');(_:booking,people,'4');(_:booking,ref,'DB9SPLT7');(_:booking,stay,'2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful for 4 people at the Acorn Guest House , staying 2 nights starting Monday . Your reference number is : DB9SPLT7 . Is there anything else I can do today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'stevenage');(_:search,destination,'cambridge');(_:search,leave_at,'21:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Also on Monday I am looking for a train destined for Cambridge . I need to depart at 21:00 from the Stevenage ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,day,'Friday');(_:result,day,'Saturday');(_:result,departure,'Stevenage');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "It looks like there are only trains on Friday and Saturday from Stevenage . Would another day do ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel');(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Before we continue , I need the reference number for my hotel booking ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'DB9SPLT7');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Reference number is : DB9SPLT7 ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "So is there any train on Monday ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,leave_at,'21:54');(_:result,leave_at,'23:54');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are two . One leaving at 21:54 and the other leaving at 23:54 ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'stevenage');(_:search,destination,'cambridge');(_:search,leave_at,'21:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Are there any trains from stevenage to cambridge on Monday leaving at 21:00 ? That is what I 'd prefer ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'22:43');(_:result,departure,'Stevenage');(_:result,destination,'Cambridge');(_:result,id,'TR1699');(_:result,leave_at,'21:54');(_:result,ticket,'12.80 GBP');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The closest train would be TR1699 departing Stevenage at 21:54 arriving Cambridge 22:43 . The ticket would be 12.80 GBP . Shall I book this for you ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I suppose , please give me a price and train ID ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,id,'TR1699');(_:result,ticket,'12.80 pounds');(_:result,type,'Train'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "The train i d is TR1699 and the price is 12.80 pounds . How many tickets would you like to purchase ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "One ticket , please ."
},
{
"id": 19,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can do for you ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that will be all for today . Thank You !"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "1 ticket for train ID TR1699 from stevenage to cambridge at 21:54 has been booked . Your reference number is W6J8TUAC . Have a nice day ."
}
] |
MUL0740.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"DB9SPLT7"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"DB9SPLT7"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"stay",
"2"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"DB9SPLT7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"stay",
"2"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:booking",
"ref",
"DB9SPLT7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"leave_at",
"21:54"
],
[
"_:result",
"leave_at",
"23:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_: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",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"stay",
"2"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:booking",
"ref",
"DB9SPLT7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"22:43"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR1699"
],
[
"_:result",
"leave_at",
"21:54"
],
[
"_:result",
"ticket",
"12.80 GBP"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"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_parking",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"stay",
"2"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:booking",
"ref",
"DB9SPLT7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:result",
"arrive_by",
"22:43"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"21:54"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"id",
"TR1699"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"one"
],
[
"_: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",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"stay",
"2"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:booking",
"ref",
"DB9SPLT7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:result",
"arrive_by",
"22:43"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"21:54"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"id",
"TR1699"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"one"
],
[
"_: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,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'cherry hinton water play');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for information about the the Cherry Hinton Water Play"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Cherry Hinton Hall on Cherry Hinton Road');(_:result,area,'east');(_:result,category,'park');(_:result,entrance_fee,'free');(_:result,phone,'01223446100');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "That is a free park on the east side of town . They are located at Cherry Hinton Hall on Cherry Hinton Road . Their phone number is 01223446100 ."
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Excellent , I ca n't wait to visit it ! Thank you ."
},
{
"id": 3,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You 're welcome ! Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'cherry hinton water play');(_:search,type,'Attraction'))",
"request((_:result,category,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , what type of attraction is Cherry Hinton Water Play ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,category,'park');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is a park ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks I 'm also looking for a train that leaves on Thursday ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "OK , what are your departure and arrival stations , and what time do you want to travel ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'12:00');(_:search,day,'thursday');(_:search,departure,'broxbourne');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to go to Cambridge via Broxbourne . I 'd like to leave on Thursday and arrive no later than 12:00 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'11:32');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have on that arrives at 11:32 . Would you like me to book that for you ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Please book it and send me the confirmation code ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Before i book it , could you confirm the number of seats you need ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Just one seat ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'698RE4W1');(_:booking,ticket,'17.89');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful ! The reference number is 698RE4W1 . The total fee of 17.89 is payable at the station ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Perfect thanks for the help that s everything I need !"
},
{
"id": 15,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Well I glad i can help enjoy your stay !"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Again thank you and have a great day ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "excellent , have a great day !"
}
] |
PMUL3238.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cherry hinton water play"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cherry hinton water play"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Cherry Hinton Hall on Cherry Hinton Road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Cherry Hinton Hall on Cherry Hinton Road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"cherry hinton water play"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Cherry Hinton Hall on Cherry Hinton Road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"cherry hinton water play"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Cherry Hinton Hall on Cherry Hinton Road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"cherry hinton water play"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Cherry Hinton Hall on Cherry Hinton Road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"cherry hinton water play"
],
[
"_:result",
"category",
"park"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"11:32"
],
[
"_: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",
"address",
"Cherry Hinton Hall on Cherry Hinton Road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"cherry hinton water play"
],
[
"_:result",
"category",
"park"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Cherry Hinton Hall on Cherry Hinton Road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"cherry hinton water play"
],
[
"_:result",
"category",
"park"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"698RE4W1"
],
[
"_:booking",
"ticket",
"17.89"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Cherry Hinton Hall on Cherry Hinton Road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"cherry hinton water play"
],
[
"_:result",
"category",
"park"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"698RE4W1"
],
[
"_:booking",
"ticket",
"17.89"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you suggest some places I can go on my upcoming visit ? I 'm super excited to be able to see some of the local attractions ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,count,'79');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 79 attractions . What part of town would you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like them to be in the Centre area of town ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "What type of attraction do you prefer ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'cinema');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would prefer the cinema ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Grafton Centre , east road');(_:result,area,'centre');(_:result,name,'Vue Cinema');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Vue Cinema is in the centre of town . It is located at the Grafton Centre , east road . Can I assist you further ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Actually yes , find me a mutliple sports attraction in the centre please"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I am sorry I have no listing for mutliple sports attraction in the centre , can I check a different area ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No . How about colleges ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,amount,'thirteen');(_:result,area,'in that area');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Yes ! there are thirteen in that area !"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))",
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Okay , I 'd like to a see a college that you recommend . I will need the entrance fee ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,'Downing College');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Downing College is in the centre area and the entrance fee is free . Can I help you with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you that will be all"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,phone,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Before you go , can I have the phone number for the cinema ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a place to stay ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Vue cinema phone is 08712240240"
}
] |
PMUL2770.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"79"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"79"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"cinema"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"79"
],
[
"_:search",
"category",
"cinema"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Grafton Centre , east road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Vue Cinema"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"79"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Grafton Centre , east road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Vue Cinema"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/2a32705a"
],
[
"_:search/2a32705a",
"area",
"centre"
],
[
"_:search/2a32705a",
"type",
"Attraction"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"79"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Grafton Centre , east road"
],
[
"_:result",
"name",
"Vue Cinema"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/2a32705a"
],
[
"_:search/2a32705a",
"area",
"centre"
],
[
"_:search/2a32705a",
"type",
"Attraction"
],
[
"_:result",
"amount",
"thirteen"
],
[
"_:result",
"area",
"in that area"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_: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": [
[
"_:result",
"count",
"79"
],
[
"_:result",
"address",
"Grafton Centre , east road"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/2a32705a"
],
[
"_:search/2a32705a",
"area",
"centre"
],
[
"_:search/2a32705a",
"type",
"Attraction"
],
[
"_:result",
"amount",
"thirteen"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Downing College"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"79"
],
[
"_:result",
"address",
"Grafton Centre , east road"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/2a32705a"
],
[
"_:search/2a32705a",
"area",
"centre"
],
[
"_:search/2a32705a",
"type",
"Attraction"
],
[
"_:result",
"amount",
"thirteen"
],
[
"_:search",
"category",
"college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Downing College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"phone",
"?"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Good morning ! I need to take a train to Cambridge on Tuesday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I 'm sure we can accommodate you . Where are you departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'12:15');(_:search,departure,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking to leave from ely and arrive by 12:15"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'11:52');(_:result,id,'TR3412');(_:result,leave_at,'11:35');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , the TR3412 leaves at 11:35 and arrives by 11:52 . Would you like me to book tickets ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that would be great . I would like to book a ticket for 4 people ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'CRLMATVB');(_:booking,ticket,'13.2 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I booked your train ride . Your reference number is CRLMATVB and it will cost 13.2 GBP when you go to the station ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanks . I am looking for an asian oriental restaurant in the centre . Do you have any ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'options');(_:result,name,'Kymmoy');(_:result,pricerange,'cheap to expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have options ranging from cheap to expensive . If price is no issue , Kymmoy is the best ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need something moderately priced ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'J restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "J restaurant meets your requirements ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds good . Can I have their address ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'86 Regent Street , City Centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes . The address is 86 Regent Street , City Centre . Can I book a reservation for you ?"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , I 'm just figuring out my options right now . You have been very helpful , that is all I need for today . Bye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Let me know if I can help more ."
}
] |
PMUL3161.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"arrive_by",
"11:52"
],
[
"_:result",
"id",
"TR3412"
],
[
"_:result",
"leave_at",
"11:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"arrive_by",
"11:52"
],
[
"_:result",
"id",
"TR3412"
],
[
"_:result",
"leave_at",
"11:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"CRLMATVB"
],
[
"_:booking",
"ticket",
"13.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"arrive_by",
"11:52"
],
[
"_:result",
"id",
"TR3412"
],
[
"_:result",
"leave_at",
"11:35"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"CRLMATVB"
],
[
"_:booking",
"ticket",
"13.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"amount",
"options"
],
[
"_:result",
"name",
"Kymmoy"
],
[
"_:result",
"pricerange",
"cheap to expensive"
],
[
"_: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",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"arrive_by",
"11:52"
],
[
"_:result",
"id",
"TR3412"
],
[
"_:result",
"leave_at",
"11:35"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"CRLMATVB"
],
[
"_:booking",
"ticket",
"13.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"amount",
"options"
],
[
"_:result",
"pricerange",
"cheap to expensive"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"J restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"arrive_by",
"11:52"
],
[
"_:result",
"id",
"TR3412"
],
[
"_:result",
"leave_at",
"11:35"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"CRLMATVB"
],
[
"_:booking",
"ticket",
"13.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"amount",
"options"
],
[
"_:result",
"pricerange",
"cheap to expensive"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"J restaurant"
],
[
"_:result",
"address",
"86 Regent Street , City Centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train to cambridge that leaves on Saturday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I am getting the train schedule on my computer as we speak , where will you be coming from and what time ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'12:15');(_:search,departure,'ely');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm leaving Ely and want to be in Cambridge by 12:15 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'12:15');(_:result,count,'4');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "We have four trains arriving by 12:15 . Is there any particular time you would like to leave by ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'12:15');(_:search,leave_at,'dontcare');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No , I do n't need to leave by a particular time . I want to arrive by 12:15 though ."
},
{
"id": 5,
"rdf-acts": [
"select((_:result,arrive_by,'11:52');(_:result,id,'TR3052');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR3052 will arrive at 11:52 , would that work for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , it would . Please make a booking for 3 people and provide the reference number . I will also need a place to stay ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'QSAS4UNL');(_:booking,ticket,'10.56 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "booking was successful , the total fee is 10.56 GBP payable at the station .Reference number is : QSAS4UNL . what else can i do for you"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for a place to stay . The hotel should be in the type of guesthouse and should have a star of 4 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have many to choose from , would you like a recommendation ? or is there something specific you want ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "No you can choose one for me ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'hotel');(_:result,name,'Alexander Bed and Breakfast');(_:result,pricerange,'cheap');(_:result,stars,'4-star');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok , I recommend Alexander Bed and Breakfast , it 's a cheap 4-star hotel in the centre , would you like me to make reservations for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'4');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please , 4 people for 5 nights on saturday ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'JVTIZ6EI');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay . Your booking was successful ! Your reference number is JVTIZ6EI . Can I help with anything else today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Happy to be of help , and enjoy your stay in Cambridge !"
}
] |
PMUL4556.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:15"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"arrive_by",
"11:52"
],
[
"_:result",
"id",
"TR3052"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"arrive_by",
"11:52"
],
[
"_:result",
"id",
"TR3052"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"QSAS4UNL"
],
[
"_:booking",
"ticket",
"10.56 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"arrive_by",
"11:52"
],
[
"_:result",
"id",
"TR3052"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"QSAS4UNL"
],
[
"_:booking",
"ticket",
"10.56 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"arrive_by",
"11:52"
],
[
"_:result",
"id",
"TR3052"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"QSAS4UNL"
],
[
"_:booking",
"ticket",
"10.56 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4-star"
],
[
"_: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
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"arrive_by",
"11:52"
],
[
"_:result",
"id",
"TR3052"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"10.56 GBP"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"JVTIZ6EI"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'14:00');(_:search,day,'monday');(_:search,departure,'ely');(_:search,destination,'cambridge');(_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to book a train for Monday from Ely to Cambridge to arrive by 14:00 for 6 people ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time would you like to leave by ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Anytime as long as i arrive by 14:00 . Can you provide me with a reference number after booking ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,arrive_by,'11:52');(_:booking,category,'Train');(_:booking,destination,'cambridge');(_:booking,id,'TR4095');(_:booking,leave_at,'11:35');(_:booking,people,'six');(_:booking,ref,'W6PWPYOP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great . I booked six tickets on TR4095 departing at 11:35 and arriving in cambridge at 11:52 . Your confirmation number is W6PWPYOP ."
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That is all I needed , good day to you ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day !"
}
] |
SNG1335.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"arrive_by",
"11:52"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"destination",
"cambridge"
],
[
"_:booking",
"id",
"TR4095"
],
[
"_:booking",
"leave_at",
"11:35"
],
[
"_:booking",
"people",
"six"
],
[
"_:booking",
"ref",
"W6PWPYOP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I want somewhere fun to go in the south of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'7');(_:result,name,'cineworld cinema');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Ok , there is cineworld cinema or 7 other places I can tell you about ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "May I please have the phone n umber , postcode , and address for the cinema ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'cambridge leisure park , clifton way');(_:result,entrance_fee,'no information on entrance fee');(_:result,phone,'00872208000');(_:result,postcode,'cb17dy');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "They are located at cambridge leisure park , clifton way , postal code is cb17dy , I have no information on entrance fee , to find that out call them at 00872208000"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you help me find a restaurant as well ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are many restaurants to choose from , do you have any preferences ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like it to be expensive and to serve modern European food ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'darrys cookhouse and wine shop');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay , how about darrys cookhouse and wine shop in the centre of town ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "That sounds good and that is all the information I need today ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Ok , great . Have a wonderful day !"
}
] |
PMUL2448.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"name",
"cineworld cinema"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"name",
"cineworld cinema"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_:result",
"entrance_fee",
"no information on entrance fee"
],
[
"_:result",
"phone",
"00872208000"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"name",
"cineworld cinema"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_:result",
"entrance_fee",
"no information on entrance fee"
],
[
"_:result",
"phone",
"00872208000"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_:result",
"entrance_fee",
"no information on entrance fee"
],
[
"_:result",
"phone",
"00872208000"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"darrys cookhouse and wine shop"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'crossover');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you help me find a very expensive place to eat that serves crossover food ?"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,food,'crossover');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry but there are no restaurants that serve crossover food . Would you like to choose something different ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about an Indian restaurant ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'14');(_:result,food,'Indian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We love our indian food in cambridge , there are 14 restaurants to choose from . Did you have a location in mind to help narrow it down ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))",
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like an expensive Indian restaurant in Cambridge please , the area is not important ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,name,'Golden Curry');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I recommend The Golden Curry in the centre . Would you like me to book a table for you there ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))",
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No at this time . I 'm also looking for attractions in the centre area ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'architecture');(_:result,category,'cinema');(_:result,category,'museums');(_:result,category,'theater');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "What interests you : museums , architecture , theater , cinema ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "I enjoy all of those . Could you make me a recommendation ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'nightclub');(_:result,name,'Club Salsa');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "If you would like a suggestion , there is a nightclub called the Club Salsa that is always a very popular venue in the centre of town . Would you like more info ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))",
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No , anything but a night club . What else can you recommend in the centre area ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'granta place , mill lane');(_:result,category,'boat');(_:result,name,'scudamores punting co');(_:result,phone,'01223359750');(_:result,postcode,'cb21rs');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "How about scudamores punting co , it 's a gorgeous boat . Address is granta place , mill lane , postcodecb21rs , phone number 01223359750 ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thank you . I will need a taxi to get from the restaurant to the boat . Can you book that for me ?"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What time would you like to leave and arrive ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,leave_at,'24:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to leave by 24:30 ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'grey volkswagen');(_:result,phone,'07525319116');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Okay , I 've booked you a grey volkswagen and the contact number is 07525319116 . Is there anything else I can help you with today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be all , thank you for your help . Have a great day !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "My pleasure , enjoy your stay !"
}
] |
MUL2369.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"crossover"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/053c4b83"
],
[
"_:search/053c4b83",
"food",
"crossover"
],
[
"_:search/053c4b83",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/053c4b83"
],
[
"_:search/053c4b83",
"food",
"crossover"
],
[
"_:search/053c4b83",
"type",
"Restaurant"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/053c4b83"
],
[
"_:search/053c4b83",
"food",
"crossover"
],
[
"_:search/053c4b83",
"type",
"Restaurant"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Golden Curry"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/053c4b83"
],
[
"_:search/053c4b83",
"food",
"crossover"
],
[
"_:search/053c4b83",
"type",
"Restaurant"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Golden Curry"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"theater"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/053c4b83"
],
[
"_:search/053c4b83",
"food",
"crossover"
],
[
"_:search/053c4b83",
"type",
"Restaurant"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"name",
"Club Salsa"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/053c4b83"
],
[
"_:search/053c4b83",
"food",
"crossover"
],
[
"_:search/053c4b83",
"type",
"Restaurant"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"granta place , mill lane"
],
[
"_:result",
"category",
"boat"
],
[
"_:result",
"name",
"scudamores punting co"
],
[
"_:result",
"phone",
"01223359750"
],
[
"_:result",
"postcode",
"cb21rs"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/053c4b83"
],
[
"_:search/053c4b83",
"food",
"crossover"
],
[
"_:search/053c4b83",
"type",
"Restaurant"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"granta place , mill lane"
],
[
"_:result",
"category",
"boat"
],
[
"_:result",
"name",
"scudamores punting co"
],
[
"_:result",
"phone",
"01223359750"
],
[
"_:result",
"postcode",
"cb21rs"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_: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
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/053c4b83"
],
[
"_:search/053c4b83",
"food",
"crossover"
],
[
"_:search/053c4b83",
"type",
"Restaurant"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"granta place , mill lane"
],
[
"_:result",
"category",
"boat"
],
[
"_:result",
"name",
"scudamores punting co"
],
[
"_:result",
"postcode",
"cb21rs"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"24:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey volkswagen"
],
[
"_:result",
"phone",
"07525319116"
],
[
"_: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,destination,'the gandhi');(_:search,leave_at,'18:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi to go to the gandhi to arrive by 18:00"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay , I will need your departure site first"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cherry hinton water play');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm departing from cherry hinton water play ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'black Ford');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Excellent . I was able to book a black Ford for you ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great thank you . Can I have the contact number ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'07299305269');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "The contact number is 07299305269 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need , thank you so much ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "enjoy your ride"
}
] |
SNG02017.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"the gandhi"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"the gandhi"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:search",
"departure",
"cherry hinton water play"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"the gandhi"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:search",
"departure",
"cherry hinton water play"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black Ford"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"the gandhi"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:search",
"departure",
"cherry hinton water play"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black Ford"
],
[
"_:result",
"phone",
"07299305269"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'no');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want a place to stay . Is there an expensive hotel ? It does n't need to include internet ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'5');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 5 expensive hotels , what part of town would you like to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "If you have anything in the south that would be perfect ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'south');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Lensfield Hotel');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have the Lensfield Hotel in the south . It is rated 3 stars and offers both free parking and internet . May I book you a room ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "not now but will come back laiter"
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "No problem . Can I help you with anything else at this time ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I need , thank you ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "It was my pleasure to help you today . Have a wonderful evening . Goodbye ."
}
] |
PMUL1718.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for some kind of entertainment in the centre of Cambridge . Can you help ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'Man on the Moon concert hall');(_:result,type,'Attraction'))",
"offer((_:booking,type,'Booking'))",
"canthelp((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Unfortunately there are no entertainment venues in centre area . I could recommend The Man on the Moon concert hall , would that interest you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No , maybe a museum instead . Are there any of those ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Scott Polar Museum');(_:result,type,'Attraction'))",
"reqmore()",
"inform((_:result,area,'centre');(_:result,category,'museums');(_:result,count,'11');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have 11 different museums in the city centre . Might I suggest the Scott Polar Museum . They have several new exhibits to see . Would you like more info ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Sure can I have their address and postcode please ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'lensfield road');(_:result,category,'museum');(_:result,postcode,'cb21er');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The museum address is lensfield road with a post code of cb21er . May I look up something else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'Scott Polar Museum');(_:search,pricerange,'expensive');(_:search,type,'Attraction');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I also need a place to eat someplace close to Scott Polar Museum . I 'm splurging so I want something expensive ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'lots');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are lots of restaurants that fit your criteria . Is there a specific food you 'd like ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like it to be Indian food ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Curry Garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "My recommendation is Curry Garden . It fits all of your criteria ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))",
"inform((_:search,name,'Curry Garden');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay , can you give me the address for Curry Garden ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'106 Regent Street City Centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They are located at 106 Regent Street City Centre ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'scott polar museum');(_:search,destination,'curry garden');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also need a taxi between the Scott Polar Museum and the Curry Garden"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Sure , when will you need the cab ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,leave_at,'20:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'd like to leave the restaurant by 20:00 ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'grey lexus');(_:result,departure,'Curry Garden');(_:result,leave_at,'20:00');(_:result,phone,'07033688153');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "All set . A grey lexus , with contact number 07033688153 , will pick you up at Curry Garden by 20:00 . Can I help you with anything else today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that will be everything today . Thank you ,"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for being a customer . Have a good day !"
}
] |
MUL2467.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"name",
"Man on the Moon concert hall"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/87c231d3"
],
[
"_:search/87c231d3",
"area",
"centre"
],
[
"_:search/87c231d3",
"category",
"entertainment"
],
[
"_:search/87c231d3",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/87c231d3"
],
[
"_:search/87c231d3",
"area",
"centre"
],
[
"_:search/87c231d3",
"category",
"entertainment"
],
[
"_:search/87c231d3",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Scott Polar Museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/87c231d3"
],
[
"_:search/87c231d3",
"area",
"centre"
],
[
"_:search/87c231d3",
"category",
"entertainment"
],
[
"_:search/87c231d3",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"name",
"Scott Polar Museum"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"11"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"lensfield road"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"postcode",
"cb21er"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"Scott Polar Museum"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/87c231d3"
],
[
"_:search/87c231d3",
"area",
"centre"
],
[
"_:search/87c231d3",
"category",
"entertainment"
],
[
"_:search/87c231d3",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"name",
"Scott Polar Museum"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"11"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"lensfield road"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"postcode",
"cb21er"
],
[
"_:search",
"name",
"Scott Polar Museum"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/87c231d3"
],
[
"_:search/87c231d3",
"area",
"centre"
],
[
"_:search/87c231d3",
"category",
"entertainment"
],
[
"_:search/87c231d3",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"11"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"lensfield road"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"postcode",
"cb21er"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"name",
"Curry Garden"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/87c231d3"
],
[
"_:search/87c231d3",
"area",
"centre"
],
[
"_:search/87c231d3",
"category",
"entertainment"
],
[
"_:search/87c231d3",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"11"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"postcode",
"cb21er"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:search",
"name",
"Curry Garden"
],
[
"_:result",
"address",
"106 Regent Street City Centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"scott polar museum"
],
[
"_:search",
"destination",
"curry garden"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/87c231d3"
],
[
"_:search/87c231d3",
"area",
"centre"
],
[
"_:search/87c231d3",
"category",
"entertainment"
],
[
"_:search/87c231d3",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"11"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"postcode",
"cb21er"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:search",
"name",
"Curry Garden"
],
[
"_:result",
"address",
"106 Regent Street City Centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"destination",
"curry garden"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"20:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/87c231d3"
],
[
"_:search/87c231d3",
"area",
"centre"
],
[
"_:search/87c231d3",
"category",
"entertainment"
],
[
"_:search/87c231d3",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"postcode",
"cb21er"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:search",
"name",
"Curry Garden"
],
[
"_:result",
"address",
"106 Regent Street City Centre"
],
[
"_:search",
"destination",
"curry garden"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"20:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey lexus"
],
[
"_:result",
"departure",
"Curry Garden"
],
[
"_:result",
"leave_at",
"20:00"
],
[
"_:result",
"phone",
"07033688153"
],
[
"_: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": [],
"speaker": "user",
"text": "I am planning a trip in Cambridge"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "Alright , how can I help you today ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'afghan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant that serves Afghan food in the centre ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,food,'Afghan');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no Afghan restaurants in the centre of town ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'international');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What about an international restaurant ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'Bloomsbury');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "May I recommend the Bloomsbury restaurant in the moderate price range ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What 's the postcode for that place ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb23dt');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cb23dt . What else may I help with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train that will depart from Cambridge and will arrive to London Liverpool Street ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "sure , what day are you traveling ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,leave_at,'08:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be leaving on Friday after 08:30 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'16:60 pounds');(_:result,id,'TR4187');(_:result,leave_at,'13:59');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "train ID TR4187 leaves 13:59 and will cost 16:60 pounds . can i book for you ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thanks ! But how long is the ride ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,duration,'88 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The train ride is 88 minutes long ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that will be all ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a good day ."
}
] |
PMUL4240.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"afghan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/3db2b9ce"
],
[
"_:search/3db2b9ce",
"area",
"centre"
],
[
"_:search/3db2b9ce",
"food",
"Afghan"
],
[
"_:search/3db2b9ce",
"type",
"Restaurant"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/3db2b9ce"
],
[
"_:search/3db2b9ce",
"area",
"centre"
],
[
"_:search/3db2b9ce",
"food",
"Afghan"
],
[
"_:search/3db2b9ce",
"type",
"Restaurant"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"Bloomsbury"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/3db2b9ce"
],
[
"_:search/3db2b9ce",
"area",
"centre"
],
[
"_:search/3db2b9ce",
"food",
"Afghan"
],
[
"_:search/3db2b9ce",
"type",
"Restaurant"
],
[
"_:search",
"food",
"international"
],
[
"_:result",
"name",
"Bloomsbury"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb23dt"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/3db2b9ce"
],
[
"_:search/3db2b9ce",
"area",
"centre"
],
[
"_:search/3db2b9ce",
"food",
"Afghan"
],
[
"_:search/3db2b9ce",
"type",
"Restaurant"
],
[
"_:search",
"food",
"international"
],
[
"_:result",
"name",
"Bloomsbury"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb23dt"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"day",
"friday"
],
[
"_: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",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/3db2b9ce"
],
[
"_:search/3db2b9ce",
"area",
"centre"
],
[
"_:search/3db2b9ce",
"food",
"Afghan"
],
[
"_:search/3db2b9ce",
"type",
"Restaurant"
],
[
"_:search",
"food",
"international"
],
[
"_:result",
"name",
"Bloomsbury"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb23dt"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"08:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"16:60 pounds"
],
[
"_:result",
"id",
"TR4187"
],
[
"_:result",
"leave_at",
"13:59"
],
[
"_: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,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/3db2b9ce"
],
[
"_:search/3db2b9ce",
"area",
"centre"
],
[
"_:search/3db2b9ce",
"food",
"Afghan"
],
[
"_:search/3db2b9ce",
"type",
"Restaurant"
],
[
"_:search",
"food",
"international"
],
[
"_:result",
"name",
"Bloomsbury"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb23dt"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"08:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"16:60 pounds"
],
[
"_:result",
"id",
"TR4187"
],
[
"_:result",
"leave_at",
"13:59"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_: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,'centre');(_:search,category,'hotel');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a place to stay . The hotel should be in the centre and should be in the cheap price range"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"canthelp((_:search,area,'centre');(_:search,category,'hotel');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "There is not a cheap hotel in the centre area . Is there another area I can look for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The hotel should be in the type of hotel and should have a star of 4 ,"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The cambridge belfry is 4 star hotel in the cheap price range in the west part of town . Do you want me to book this hotel ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to be in the centre . Is there a guesthouse available , if there are no hotels ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'56 saint barnabas road');(_:result,category,'guesthouse');(_:result,name,'The alexander bed and breakfast');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The alexander bed and breakfast is a 4 star guesthouse , located at 56 saint barnabas road ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'5');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great ! I want to book it for 5 people and 3 nights starting from tuesday ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was unsuccessful . Do you want to try a different day ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "how about thursday ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'TFAJJNJF');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : TFAJJNJF"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , that 's all I need . Goodbye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Have a wonderful day . Bye now ."
}
] |
SNG01451.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/ef4e1b06"
],
[
"_:search/ef4e1b06",
"area",
"centre"
],
[
"_:search/ef4e1b06",
"category",
"hotel"
],
[
"_:search/ef4e1b06",
"pricerange",
"cheap"
],
[
"_:search/ef4e1b06",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/ef4e1b06"
],
[
"_:search/ef4e1b06",
"area",
"centre"
],
[
"_:search/ef4e1b06",
"category",
"hotel"
],
[
"_:search/ef4e1b06",
"pricerange",
"cheap"
],
[
"_:search/ef4e1b06",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/ef4e1b06"
],
[
"_:search/ef4e1b06",
"area",
"centre"
],
[
"_:search/ef4e1b06",
"category",
"hotel"
],
[
"_:search/ef4e1b06",
"pricerange",
"cheap"
],
[
"_:search/ef4e1b06",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"address",
"56 saint barnabas road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"The alexander bed and breakfast"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/ef4e1b06"
],
[
"_:search/ef4e1b06",
"area",
"centre"
],
[
"_:search/ef4e1b06",
"category",
"hotel"
],
[
"_:search/ef4e1b06",
"pricerange",
"cheap"
],
[
"_:search/ef4e1b06",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"address",
"56 saint barnabas road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"The alexander bed and breakfast"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"canthelp",
"_:booking/60b259bd"
],
[
"_:booking/60b259bd",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/ef4e1b06"
],
[
"_:search/ef4e1b06",
"area",
"centre"
],
[
"_:search/ef4e1b06",
"category",
"hotel"
],
[
"_:search/ef4e1b06",
"pricerange",
"cheap"
],
[
"_:search/ef4e1b06",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"address",
"56 saint barnabas road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"The alexander bed and breakfast"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"canthelp",
"_:booking/60b259bd"
],
[
"_:booking/60b259bd",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"TFAJJNJF"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need some help finding a place in Centre to eat , can you look it up for me ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,food,'British');(_:result,food,'Chinese');(_:result,food,'Gastropub');(_:result,food,'Indian');(_:result,food,'International');(_:result,type,'Restaurant'))",
"inform((_:result,amount,'a variety');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are a variety of restaurants to chose from . Would you like Indian , Chinese , British , International fare or a Gastropub ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'Portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "We would like to try a Portuguese place . Is there one available ?"
},
{
"id": 3,
"rdf-acts": [
"thank()",
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Nandos City Center');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Oh you 're in luck . I have one in the center called Nandos City Center . Would you like me to make a reservation for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'15:15');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . Please reserve for 2 people on Tuesday at 15:15 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'JM0RL39I');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That booking was successful and your reference number is JM0RL39I ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,destination,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you . I would also like a train leaving on Saturday going to Kings Lynn ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay , where are you departing from ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am departing from Cambridge ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,day,'Saturday');(_:result,departure,'Cambridge');(_:result,type,'Train'))",
"thank()",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Well , I have great news . There are several trains leaving from Cambridge on Saturday . Would you like to book tickets for you and how many ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please book 2 tickets ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Let 's try and narrow this down some . What time do you want to depart or what time do you want to arrive by ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,leave_at,'20:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave after 20:45"
},
{
"id": 13,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking');(_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "For how many people ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "There will be 2 people ."
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,arrive_by,'21:58');(_:booking,category,'Train');(_:booking,id,'TR6633');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would train TR6633 arrving at 21:58 work ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes . I 'd like to book that for two . Could I get the reference number please ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'1J07UJKY');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It has been booked . Your reference number is 1J07UJKY ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank for the help , goodbye !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Have a safe trip ."
}
] |
PMUL0502.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Gastropub"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"International"
],
[
"_:result",
"amount",
"a variety"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Gastropub"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"International"
],
[
"_:result",
"amount",
"a variety"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Nandos City Center"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Gastropub"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"International"
],
[
"_:result",
"amount",
"a variety"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Nandos City Center"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"ref",
"JM0RL39I"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Gastropub"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"International"
],
[
"_:result",
"amount",
"a variety"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Nandos City Center"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"ref",
"JM0RL39I"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_: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"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Gastropub"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"International"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Nandos City Center"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:booking",
"ref",
"JM0RL39I"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Gastropub"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"International"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Nandos City Center"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:booking",
"ref",
"JM0RL39I"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Gastropub"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"International"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Nandos City Center"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:booking",
"ref",
"JM0RL39I"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"2"
],
[
"_: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",
"centre"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Gastropub"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"International"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Nandos City Center"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:booking",
"ref",
"JM0RL39I"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"arrive_by",
"21:58"
],
[
"_:booking",
"id",
"TR6633"
],
[
"_: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",
"area",
"centre"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Gastropub"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"International"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Nandos City Center"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"arrive_by",
"21:58"
],
[
"_:booking",
"id",
"TR6633"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"1J07UJKY"
],
[
"_: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,name,\"sheep 's green and lammas land park fen causeway\");(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I was wondering if you can tell me more about the attraction called sheep 's green and lammas land park fen causeway ?"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'fen causeway , newnham road');(_:result,area,'south');(_:result,category,'park');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "That 's a nice free park in the south , the address is fen causeway , newnham road . Is there anything else you need help with ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What 's their phone number ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223302580');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their phone number is : 01223302580 . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,leave_at,'17:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I 'm also looking for a train to Cambridge that will leave sometime after 17:45 ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "And where will you be departing from ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving from Norwich on Wednesday evening ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,id,'TR3342');(_:result,leave_at,'18:16');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR3342 leaves at 18:16 . Would you like a booking ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,people,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "How much are the tickets for one person ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,ticket,'17.60 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "17.60 pounds . Would you like me to book a ticket ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you book it for me and get a reference number ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'VPMQDFKF');(_:booking,ticket,'17.6 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful . Your total fee is 17.6 GBP and you can pay it at the station . Your reference number is VPMQDFKF ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for everything , you were helpful ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else that I can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That was all thank you ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Okay great , have a good day !"
}
] |
PMUL1471.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"sheep 's green and lammas land park fen causeway"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"sheep 's green and lammas land park fen causeway"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"fen causeway , newnham road"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"sheep 's green and lammas land park fen causeway"
],
[
"_:result",
"address",
"fen causeway , newnham road"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223302580"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"sheep 's green and lammas land park fen causeway"
],
[
"_:result",
"address",
"fen causeway , newnham road"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223302580"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"sheep 's green and lammas land park fen causeway"
],
[
"_:result",
"address",
"fen causeway , newnham road"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223302580"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR3342"
],
[
"_:result",
"leave_at",
"18:16"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"people",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"sheep 's green and lammas land park fen causeway"
],
[
"_:result",
"address",
"fen causeway , newnham road"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223302580"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR3342"
],
[
"_:result",
"leave_at",
"18:16"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"people",
"?"
],
[
"_:result",
"ticket",
"17.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"sheep 's green and lammas land park fen causeway"
],
[
"_:result",
"address",
"fen causeway , newnham road"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223302580"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR3342"
],
[
"_:result",
"leave_at",
"18:16"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"people",
"?"
],
[
"_:result",
"ticket",
"17.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"VPMQDFKF"
],
[
"_:booking",
"ticket",
"17.6 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",
"sheep 's green and lammas land park fen causeway"
],
[
"_:result",
"address",
"fen causeway , newnham road"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223302580"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR3342"
],
[
"_:result",
"leave_at",
"18:16"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"people",
"?"
],
[
"_:result",
"ticket",
"17.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"VPMQDFKF"
],
[
"_:booking",
"ticket",
"17.6 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,'cambridge artworks');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I want to visit the cambridge artworks ."
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'5 greens road');(_:result,area,'east');(_:result,name,'Cambridge Artworks');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Okay I found Cambridge Artworks on 5 greens road in the east . Would you like anymore information ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,area,?);(_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes I need to know if there is an entrance fee or not and the postcode for the area ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,entrance_fee,'no entrance fee');(_:result,postcode,'cb13ef');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "no entrance fee and the post code is cb13ef ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am also looking for a restaurant in the centre . I am interested in a moderate price range . What can you recommend ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'british');(_:result,name,'the oak bistro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the oak bistro is an amazing british restaurant in the centre ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great ! Can i get their phone number , address and postcode ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'6 Lensfield Road');(_:result,phone,'01223323361');(_:result,postcode,'cb21eg');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number is 01223323361 . The address and post code are 6 Lensfield Road cb21eg . Would you like me to book a reservation for your party ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please . I would also like to book a restaurant ."
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great , , can you let me know what day , time and how many people will be there ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Do n't worry about booking me . I need to get a ride to the restaurant though ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay , I will need to know your departure location and a time to leave at or arrive by before I can book a taxi"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,destination,'cambridge artworks');(_:search,leave_at,'04:30');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to leave the restaurant at 04:30 . My destination is Cambridge Artworks . Please give me car type and contact info ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'white tesla');(_:result,phone,'07205500019');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "You are all set with a white tesla , contact : 07205500019"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , I wo n't need anything else today"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome and enjoy your stay ."
}
] |
PMUL2468.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"the oak bistro"
],
[
"_: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",
"name",
"cambridge artworks"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"the oak bistro"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:result",
"phone",
"01223323361"
],
[
"_:result",
"postcode",
"cb21eg"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"the oak bistro"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:result",
"phone",
"01223323361"
],
[
"_:result",
"postcode",
"cb21eg"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"the oak bistro"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:result",
"phone",
"01223323361"
],
[
"_:result",
"postcode",
"cb21eg"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"cambridge artworks"
],
[
"_:search",
"leave_at",
"04:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"the oak bistro"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:result",
"postcode",
"cb21eg"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"cambridge artworks"
],
[
"_:search",
"leave_at",
"04:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white tesla"
],
[
"_:result",
"phone",
"07205500019"
],
[
"_: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,'center');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I need info on attractions in the center of the town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "What type of attraction are you looking to attend ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "I 'm not sure . Can you recommend one for me ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'trinity lane');(_:result,name,'old school architecture');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I recommend old school architecture . it is located in trinity lane . can i give you the address ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,type,'Train'))",
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes I would like the ostcode and phone number as well . Can you find a me a train departing cambridge on wednesday ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Trinity Lane');(_:result,name,'Old Schools');(_:result,phone,'01223332320');(_:result,postcode,'cb21tt');(_:result,type,'Attraction'))",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Old Schools , Trinity Lane , cb21tt . The phone number is 01223332320 . As for the train , which station will you be traveling to ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am going to Kings Lynn ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "I will book it for you , is there anything else I can do for you ?"
}
] |
PMUL1095.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"address",
"trinity lane"
],
[
"_:result",
"name",
"old school architecture"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'cambridge');(_:search,destination,'london kings cross');(_:search,leave_at,'13:00');(_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train for Saturday at 13:00 and I will be traveling from Cambridge to London kings cross . Please book it for 7 people ."
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR4003');(_:booking,ref,'B02EELPU');(_:booking,ticket,'132.16 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are all booked for the TR4003 train . Price is 132.16 GBP . Reference number B02EELPU . Is there anything else i can help you with ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,leave_at,'13:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , my apologies , but can you confirm that the TR4003 train leaves after 13:00 ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,leave_at,'13:00');(_:result,leave_at,'15:00');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "It leaves right at 13:00 . If you 'd like to leave later , the next train departs at 15:00"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'13:00');(_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The 13:00 train is perfect . Please book 7 tickets . Thanks ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'B02EELPU');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It has been booked and your Reference number is : B02EELPU . Is there anything else I can do for you ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that is all . Thank you for the help ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , thank you for calling the Cambridge TownInfo centre . Have a great day ."
}
] |
SNG1381.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR4003"
],
[
"_:booking",
"ref",
"B02EELPU"
],
[
"_:booking",
"ticket",
"132.16 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR4003"
],
[
"_:booking",
"ref",
"B02EELPU"
],
[
"_:booking",
"ticket",
"132.16 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"13:00"
],
[
"_:result",
"leave_at",
"15:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:booking",
"id",
"TR4003"
],
[
"_:booking",
"ticket",
"132.16 GBP"
],
[
"_:result",
"leave_at",
"13:00"
],
[
"_:result",
"leave_at",
"15:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"B02EELPU"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'golden house');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for Golden House restaurant ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'Chinese');(_:result,name,'Golden house');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Golden house serves cheap Chinese food in the centre of town ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'12:00');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great . Would you book a table for 1 on Sunday at 12:00 , please ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,day,'Sunday');(_:booking,duration,'12:00');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I am sorry but the Golden House was not available on Sunday at 12:00 . Can I find another restaurant for you perhaps ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure , can you find me something close - by that has comparable prices ? And can I get the reference number please ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Charlie Chan');(_:booking,ref,'P4K1B3X6');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to get you in at Charlie Chan , another inexpensive Chinese restaurant in the centre . Reference number P4K1B3X6 . Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that is all ! Thanks ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your meal and do not hesitate to call back if you need further assistance ."
}
] |
SSNG0094.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"golden house"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"golden house"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Golden house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"golden house"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Golden house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/beaad873"
],
[
"_:booking/beaad873",
"day",
"Sunday"
],
[
"_:booking/beaad873",
"duration",
"12:00"
],
[
"_:booking/beaad873",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"golden house"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Golden house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/beaad873"
],
[
"_:booking/beaad873",
"day",
"Sunday"
],
[
"_:booking/beaad873",
"duration",
"12:00"
],
[
"_:booking/beaad873",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Charlie Chan"
],
[
"_:booking",
"ref",
"P4K1B3X6"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'russian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi , can you help me find an expensive russian restaurant ?"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,food,'russian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry I looked up your criteria and I do not see any expensive russian restaurants in my data base"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are you looking in the centre area ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , I apologize but no restaurants match your search ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about british food instead ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,food,'British');(_:result,name,'Fitzbillies Restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 3 British restaurants that fit your criteria . I would personally recommend Fitzbillies Restaurant ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'Fitzbillies Restaurant');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Fitzbillies Restaurant sounds good , will you book it for me ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Certainly , what day and time would you like a reservation ? And for how many guests ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am not sure yet . Could you give me the restaurant 's address for now ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'51 Trumpington Street City Centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address is 51 Trumpington Street City Centre . Is there anything else I could help you with today ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a hotel that is a type of hotel in the same price range as the restaurant ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'5');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 5 different expensive hotels around town . Do you have a preference as to what area you would like to stay ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,stars,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need it to be a hotel type with free parking and four stars , please ."
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,area,'west');(_:result,category,'hotel');(_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found 2 listings for you . One hotel is in the west area of town and the other is in the centre part . Would you like me to reserve one ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,day,'sunday');(_:search,people,'4');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Preferably the one in the centre . Is it available for 4 people and 5 nights starting on Sunday ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,name,'University Arms Hotel');(_:booking,ref,'BM4DC6GO');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book University Arms Hotel . Reference number is : BM4DC6GO ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I needed , thanks so much !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "It was a pleasure to help . Thanks for using our service . Good night ."
}
] |
MUL1379.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"russian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"russian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/c71da795"
],
[
"_:search/c71da795",
"food",
"russian"
],
[
"_:search/c71da795",
"pricerange",
"expensive"
],
[
"_:search/c71da795",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/c71da795"
],
[
"_:search/c71da795",
"food",
"russian"
],
[
"_:search/c71da795",
"pricerange",
"expensive"
],
[
"_:search/c71da795",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/a047c59e"
],
[
"_:search/a047c59e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/c71da795"
],
[
"_:search/c71da795",
"food",
"russian"
],
[
"_:search/c71da795",
"pricerange",
"expensive"
],
[
"_:search/c71da795",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/a047c59e"
],
[
"_:search/a047c59e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Fitzbillies Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Fitzbillies Restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/c71da795"
],
[
"_:search/c71da795",
"food",
"russian"
],
[
"_:search/c71da795",
"pricerange",
"expensive"
],
[
"_:search/c71da795",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/a047c59e"
],
[
"_:search/a047c59e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Fitzbillies Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Fitzbillies Restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/c71da795"
],
[
"_:search/c71da795",
"food",
"russian"
],
[
"_:search/c71da795",
"pricerange",
"expensive"
],
[
"_:search/c71da795",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/a047c59e"
],
[
"_:search/a047c59e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Fitzbillies Restaurant"
],
[
"_:search",
"name",
"Fitzbillies Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"51 Trumpington Street City Centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/c71da795"
],
[
"_:search/c71da795",
"food",
"russian"
],
[
"_:search/c71da795",
"pricerange",
"expensive"
],
[
"_:search/c71da795",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a047c59e"
],
[
"_:search/a047c59e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Fitzbillies Restaurant"
],
[
"_:search",
"name",
"Fitzbillies Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"51 Trumpington Street City Centre"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/c71da795"
],
[
"_:search/c71da795",
"food",
"russian"
],
[
"_:search/c71da795",
"pricerange",
"expensive"
],
[
"_:search/c71da795",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a047c59e"
],
[
"_:search/a047c59e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Fitzbillies Restaurant"
],
[
"_:search",
"name",
"Fitzbillies Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"51 Trumpington Street City Centre"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"sunday"
],
[
"_: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": [
[
"_:system",
"canthelp",
"_:search/c71da795"
],
[
"_:search/c71da795",
"food",
"russian"
],
[
"_:search/c71da795",
"pricerange",
"expensive"
],
[
"_:search/c71da795",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a047c59e"
],
[
"_:search/a047c59e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Fitzbillies Restaurant"
],
[
"_:search",
"name",
"Fitzbillies Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"51 Trumpington Street City Centre"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"University Arms Hotel"
],
[
"_:booking",
"ref",
"BM4DC6GO"
],
[
"_: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,departure,'london kings cross');(_:search,leave_at,'21:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for train from London Kings Cross and should leave after 21:30 ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "We have several trains available . Is there a particularly day you wish to leave on ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would be leaving on Tuesday going to Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'24:08');(_:result,id,'TR2471');(_:result,leave_at,'23:17');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have one train available that meets what you need . Train TR2471 leaves at 23:17 and arrives on 24:08 . Would you like me to book you a ticket for this train ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please . Can I have the Train ID and total travel time , as well ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,duration,'51 minutes');(_:result,id,'TR2471');(_:result,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Sure . The train ID is TR2471 and the duration is 51 minutes ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks . Can you also help with a guesthouse to stay out ? I prefer in the east ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'6');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are six . Would you like one moderately priced or cheap ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'dontcare');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does n't matter , do any have a 4 star rating ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,category,'guesthouses');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes I have many 4 star guesthouses matching your criteria . Do you have a preference for free parking and/or internet amenities ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,has_internet,'dontcare');(_:search,has_parking,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_parking,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Sure free parking is fine , let me know if they do or do n't . Please also give me a phone number , internet does n't matter ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_parking,'none');(_:result,name,'Carolina Bed and Breakfast');(_:result,phone,'01223247015');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Carolina Bed and Breakfast has free parking and their phone number is 01223247015 , do you want me to book a reservation for you ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No . I do n't need a reservation now . Thank you very much for all your help ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Terrific , is there anything else I can help you with today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , that 'll do it , thanks for your time !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Thanks for contacting the Cambridge TownInfo centre and have a great day ."
}
] |
MUL0748.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"24:08"
],
[
"_:result",
"id",
"TR2471"
],
[
"_:result",
"leave_at",
"23:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"24:08"
],
[
"_:result",
"leave_at",
"23:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"id",
"TR2471"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"24:08"
],
[
"_:result",
"leave_at",
"23:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"id",
"TR2471"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"24:08"
],
[
"_:result",
"leave_at",
"23:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"id",
"TR2471"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"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",
"leave_at",
"21:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"24:08"
],
[
"_:result",
"leave_at",
"23:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"id",
"TR2471"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Carolina Bed and Breakfast"
],
[
"_:result",
"phone",
"01223247015"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"24:08"
],
[
"_:result",
"leave_at",
"23:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"id",
"TR2471"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Carolina Bed and Breakfast"
],
[
"_:result",
"phone",
"01223247015"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for museums to visit when I am in Cambridge . Something on the west side ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,name,'Cafe Jello Gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Cafe Jello Gallery is a great museum on the west side , and it 's free to get in ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds like fun . Can you tell me the address and postcode of this place . as well as how much the entrance fee is ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'13 magdalene street');(_:result,entrance_fee,'free');(_:result,name,'cafe jello gallery');(_:result,postcode,'cb30af');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "cafe jello gallery , 13 magdalene street is the address . cb30af is the postcode and the entrance fee is free"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'kings lynn');(_:search,leave_at,'11:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am also looking for a train leaving after 11:00 for Kings Lynn ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,type,'Train'))",
"request((_:booking,day,?);(_:booking,type,'Booking');(_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are several that fit that criteria . What day would you like that on ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train from Cambridge on Monday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,departure,'Cambridge');(_:result,id,'TR3566');(_:result,leave_at,'11:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The first train leaving Cambridge is the TR3566 at 11:11 . Would you like me to book this train for you ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . Goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting Cambridge TownInfo centre . I hope you have a pleasant trip ! Goodbye !"
}
] |
MUL1813.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"address",
"13 magdalene street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"cafe jello gallery"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"address",
"13 magdalene street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"cafe jello gallery"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"address",
"13 magdalene street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"cafe jello gallery"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:result",
"amount",
"several"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR3566"
],
[
"_:result",
"leave_at",
"11:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'galleria');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant called Galleria ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'33 Bridge Street');(_:result,area,'centre');(_:result,name,'Galleria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 've found Galleria , it is located at 33 Bridge Street in town centre . Would you like to make a reservation ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'16:45');(_:search,people,'three');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes ! I 'd like a reservation for this Sunday at 16:45 for three people ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , but that time and day is unavailable . Would you like to try another day and/or time ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,duration,'15:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Would it be possible to book the same restaurant at 15:45 ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Sunday');(_:booking,duration,'15:45');(_:booking,name,'Galleria');(_:booking,people,'3');(_:booking,ref,'DUY4H6WY');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have made the reservation for 3 for Sunday at 15:45 at Galleria . Your reference number is DUY4H6WY . Is there anything else I can do for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'09:45');(_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes . I would also like to take a train on Sunday arriving by 09:45 . Can you help me with that ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you traveling to and from ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'peterborough');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Departure is Peterborough and arrival is Cambridge ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'9:38');(_:result,count,'8');(_:result,leave_at,'8:48');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are 8 trains . The latest one that would get you there on time leaves at 8:48 and arrives 9:38 . Would you like me to book a ticket for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Please give me travel time and the price , please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,duration,'50 minutes');(_:result,ticket,'13.20 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The travel time is 50 minutes and it costs 13.20 pounds ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much for all of your help ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Okay you are welcome ! Thank you for calling ."
}
] |
MUL0251.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"galleria"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"galleria"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"33 Bridge Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Galleria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"galleria"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"33 Bridge Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Galleria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"three"
],
[
"_:system",
"canthelp",
"_:booking/2b9d2fb2"
],
[
"_:booking/2b9d2fb2",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"galleria"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"33 Bridge Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Galleria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"three"
],
[
"_:system",
"canthelp",
"_:booking/2b9d2fb2"
],
[
"_:booking/2b9d2fb2",
"type",
"Booking"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"15:45"
],
[
"_:booking",
"name",
"Galleria"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"DUY4H6WY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"galleria"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"33 Bridge Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Galleria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"three"
],
[
"_:system",
"canthelp",
"_:booking/2b9d2fb2"
],
[
"_:booking/2b9d2fb2",
"type",
"Booking"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"15:45"
],
[
"_:booking",
"name",
"Galleria"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"DUY4H6WY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"galleria"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"33 Bridge Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Galleria"
],
[
"_:search",
"people",
"three"
],
[
"_:system",
"canthelp",
"_:booking/2b9d2fb2"
],
[
"_:booking/2b9d2fb2",
"type",
"Booking"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"15:45"
],
[
"_:booking",
"name",
"Galleria"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"DUY4H6WY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"9:38"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"leave_at",
"8:48"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"galleria"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"33 Bridge Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Galleria"
],
[
"_:search",
"people",
"three"
],
[
"_:system",
"canthelp",
"_:booking/2b9d2fb2"
],
[
"_:booking/2b9d2fb2",
"type",
"Booking"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"15:45"
],
[
"_:booking",
"name",
"Galleria"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"DUY4H6WY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"9:38"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"leave_at",
"8:48"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:result",
"ticket",
"13.20 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'the varsity restaurant');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a restaurant called the varsity restaurant ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:booking,name,'Varsity restaurant');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've located the Varsity restaurant , would you like me to make reservations there for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'11:30');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please . I need a table for 7 people at 11:30 on Wednesday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,ref,'B19Y67KT');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked you a table . the Reference number is : B19Y67KT ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'20:30');(_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm also looking for a train to London Liverpool Street arriving by 20:30 ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day would you like to go and where will you be departing from ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should depart from Cambridge and should leave on Thursday ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"inform((_:result,arrive_by,'19:27');(_:result,day,'thursday');(_:result,departure,'London Liverpool street');(_:result,id,'TR6332');(_:result,leave_at,'17');(_:result,leave_at,'59');(_:result,leave_at,':');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Train TR6332 leaves for London Liverpool street on thursday 17 : 59 and arrives at 19:27 . can i book it for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes . Please book a seat on train TR6332 for me ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,id,'TR6332');(_:booking,ref,'QQ53PXEI');(_:booking,ticket,'16.6 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok , I have successfully booked a seat on TR6332 . The cost will be 16.6 GBP and your reference number is QQ53PXEI ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm sorry , I said I needed a seat for me , but I actually need 7 seats total . My friends would not be happy if I stranded them ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "ok , i got that fixed for you ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That 's all for today ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Have a good day . Good bye ."
}
] |
MUL1664.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the varsity restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the varsity restaurant"
],
[
"_:booking",
"name",
"Varsity restaurant"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the varsity restaurant"
],
[
"_:booking",
"name",
"Varsity restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"ref",
"B19Y67KT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the varsity restaurant"
],
[
"_:booking",
"name",
"Varsity restaurant"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"ref",
"B19Y67KT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the varsity restaurant"
],
[
"_:booking",
"name",
"Varsity restaurant"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"ref",
"B19Y67KT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"arrive_by",
"19:27"
],
[
"_:result",
"day",
"thursday"
],
[
"_:result",
"departure",
"London Liverpool street"
],
[
"_:result",
"id",
"TR6332"
],
[
"_:result",
"leave_at",
"17"
],
[
"_:result",
"leave_at",
"59"
],
[
"_:result",
"leave_at",
":"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the varsity restaurant"
],
[
"_:booking",
"name",
"Varsity restaurant"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"arrive_by",
"19:27"
],
[
"_:result",
"day",
"thursday"
],
[
"_:result",
"departure",
"London Liverpool street"
],
[
"_:result",
"id",
"TR6332"
],
[
"_:result",
"leave_at",
"17"
],
[
"_:result",
"leave_at",
"59"
],
[
"_:result",
"leave_at",
":"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR6332"
],
[
"_:booking",
"ref",
"QQ53PXEI"
],
[
"_:booking",
"ticket",
"16.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the varsity restaurant"
],
[
"_:booking",
"name",
"Varsity restaurant"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"arrive_by",
"19:27"
],
[
"_:result",
"day",
"thursday"
],
[
"_:result",
"departure",
"London Liverpool street"
],
[
"_:result",
"id",
"TR6332"
],
[
"_:result",
"leave_at",
"17"
],
[
"_:result",
"leave_at",
"59"
],
[
"_:result",
"leave_at",
":"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"id",
"TR6332"
],
[
"_:booking",
"ref",
"QQ53PXEI"
],
[
"_:booking",
"ticket",
"16.6 GBP"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi . Can you please help me find a moderately priced restaurant in the South part of town ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'a list of');(_:result,area,'south');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "here is a list of restaurants located in the south side of town in the moderate price range"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "May I have the address and phone number please"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'G4 Cambridge Leisure Park Clifton Way Cherry Hinton');(_:result,name,'pizza hut cherry hinton');(_:result,phone,'01223 323737');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pizza hut cherry hinton is at G4 Cambridge Leisure Park Clifton Way Cherry Hinton and phone number is 01223 323737 ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . Goodbye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you ! Goodbye ."
}
] |
WOZ20668.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"a list of"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"a list of"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"G4 Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"phone",
"01223 323737"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a place to stay that is moderately priced and includes free parking ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"select((_:result,category,'guesthouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you want to stay in a specific area of town ? And would you be fine staying at a guesthouse ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to stay in the centre of town . A guest house is fine ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"canthelp((_:search,type,'Hotel'))",
"inform((_:result,area,'center');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It looks like we do n't have anything moderately priced in the center of town . Would you like to try a different area ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , how about the north ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'quite a few');(_:result,type,'Hotel'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "we have quite a few when are you planning your stay ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'2');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great . can you recommend one and book it for 3 nights coming in on friday . There will be 2 in my party"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'154 chesterton road');(_:result,phone,'01223353888');(_:result,type,'Hotel'))",
"reqmore()",
"inform((_:booking,name,'the acorn guesthouse');(_:booking,people,'2');(_:booking,ref,'EAFYZ0VC');(_:booking,stay,'3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book the acorn guesthouse for 3 nights for 2 . Reference number is EAFYZ0VC . The address is 154 chesterton road , phone 01223353888 . Will you need anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes . I want to go from Cambridge to Peterborough by train ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'266');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 266 trains matching your query . What day will you be traveling ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,leave_at,'17:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will travel Saturday after 17:45"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,count,'12');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , I see 12 options here . Would you like me to reserve tickets for you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please book the tickets and I need the reference number ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many tickets will you need on this trip ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will need 2 tickets please ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'R9SEDNSD');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , I reserved your tickets . The ref . is R9SEDNSD"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,type,'Train'))",
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can I get the train ID and departure time for the one you chose ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,id,'TR7918');(_:result,leave_at,'18:06');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The train i d is TR7918 and it departs at 18:06 . Is there anything else I can help with today ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks , that is all ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Your welcome . Have a lovely trip and day !"
}
] |
PMUL4690.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/42dd6e34"
],
[
"_:search/42dd6e34",
"type",
"Hotel"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/42dd6e34"
],
[
"_:search/42dd6e34",
"type",
"Hotel"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/42dd6e34"
],
[
"_:search/42dd6e34",
"type",
"Hotel"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"address",
"154 chesterton road"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"the acorn guesthouse"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"EAFYZ0VC"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/42dd6e34"
],
[
"_:search/42dd6e34",
"type",
"Hotel"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"address",
"154 chesterton road"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"the acorn guesthouse"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"EAFYZ0VC"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"count",
"266"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/42dd6e34"
],
[
"_:search/42dd6e34",
"type",
"Hotel"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"address",
"154 chesterton road"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"the acorn guesthouse"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"EAFYZ0VC"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"12"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/42dd6e34"
],
[
"_:search/42dd6e34",
"type",
"Hotel"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"address",
"154 chesterton road"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"the acorn guesthouse"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"EAFYZ0VC"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:result",
"count",
"12"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/42dd6e34"
],
[
"_:search/42dd6e34",
"type",
"Hotel"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"address",
"154 chesterton road"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"the acorn guesthouse"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"stay",
"3"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:result",
"count",
"12"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"R9SEDNSD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/42dd6e34"
],
[
"_:search/42dd6e34",
"type",
"Hotel"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"address",
"154 chesterton road"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:booking",
"name",
"the acorn guesthouse"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"stay",
"3"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:result",
"count",
"12"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"R9SEDNSD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR7918"
],
[
"_:result",
"leave_at",
"18:06"
],
[
"_: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,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you please help me find a place to go ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'79');(_:result,type,'Attraction'))",
"request((_:search,category,?);(_:search,name,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I 've found 79 places for you to go . Do you have any specific ideas in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'sports');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'd like a sports place in the centre please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"canthelp((_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "There are no results matching your query . Can I try a different area or type ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'cinemas');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Okay , are there any cinemas in the centre ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'vue cinema');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "we have vue cinema"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Okay that will work . Can you please tell me their phone number , postcode and the entrance fee ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,entrance_fee,'I do not have entrance fee information');(_:result,name,'Vue');(_:result,phone,'08712240240');(_:result,postcode,'CB11PS');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Vue can be reached at 08712240240 , the postcode is CB11PS . I do not have entrance fee information , I 'm sorry ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No worries , I 'll give them a call and find out . Thanks so much for all your help , goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Good Bye"
}
] |
SNG1345.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"79"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"sports"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"79"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"?"
],
[
"_:system",
"canthelp",
"_:search/df445279"
],
[
"_:search/df445279",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"cinemas"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"79"
],
[
"_:search",
"name",
"?"
],
[
"_:system",
"canthelp",
"_:search/df445279"
],
[
"_:search/df445279",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"cinemas"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"vue cinema"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"79"
],
[
"_:search",
"name",
"?"
],
[
"_:system",
"canthelp",
"_:search/df445279"
],
[
"_:search/df445279",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"cinemas"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"I do not have entrance fee information"
],
[
"_:result",
"name",
"Vue"
],
[
"_:result",
"phone",
"08712240240"
],
[
"_:result",
"postcode",
"CB11PS"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,leave_at,'14:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Find me a train that leaves on Sunday after 14:00 please"
},
{
"id": 1,
"rdf-acts": [
"thank()",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Certainly . Where are you headed ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'norwich');(_:search,destination,'cambridge');(_:search,leave_at,'14:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving norwich going to cambridge on sunday and I need a train that leaves the station any time after 14:00"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR5234');(_:result,leave_at,'14:16');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR5234 will leave at 14:16 , would that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes . Give me the ref number please ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "In order to get a ref number I must complete a booking first . How many tickets would you like me to book for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like one train ticket please ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR5234');(_:booking,people,'1');(_:booking,ref,'PGQKG62W');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservation for 1 ticket on the TR5234 train was successful . Your Reference number is : PGQKG62W . Is there anything else I can do for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))",
"request((_:result,food,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes I am looking for a moderate priced place to eat in the east . Phone # , postcode and food type please"
},
{
"id": 9,
"rdf-acts": [
"select((_:result,food,'indian');(_:result,food,'italian');(_:result,type,'Restaurant'))",
"inform((_:result,count,'3');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "You have three options for moderately priced restaurants . Do you prefer indian or italian food ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))",
"inform((_:search,food,'Indian');(_:search,food,'Italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would prefer Italian but Indian would be good as well . I will need the phone number and postcode of the restaurant . Thanks !"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'Curry Prince');(_:result,phone,'01223566388');(_:result,postcode,'cb58jj');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The place is called The Curry Prince and the phone number is : 01223566388 and the post code is : cb58jj ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for helping me with this . I appreciate it ! Goodbye !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "My pleasure . Have a great day ."
}
] |
PMUL4450.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"14:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"14:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"14:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR5234"
],
[
"_:result",
"leave_at",
"14:16"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"14:00"
],
[
"_:result",
"id",
"TR5234"
],
[
"_:result",
"leave_at",
"14:16"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"14:00"
],
[
"_:result",
"id",
"TR5234"
],
[
"_:result",
"leave_at",
"14:16"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR5234"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ref",
"PGQKG62W"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"14:00"
],
[
"_:result",
"id",
"TR5234"
],
[
"_:result",
"leave_at",
"14:16"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR5234"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ref",
"PGQKG62W"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Indian"
],
[
"_:search",
"food",
"Italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"14:00"
],
[
"_:result",
"id",
"TR5234"
],
[
"_:result",
"leave_at",
"14:16"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR5234"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ref",
"PGQKG62W"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"food",
"Indian"
],
[
"_:search",
"food",
"Italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"phone",
"01223566388"
],
[
"_:result",
"postcode",
"cb58jj"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes I need a train on Thursday to go to Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where would you like to leave from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Sorry , I am leaving peterborough ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What is the day of travel ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'13:30');(_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thursday , and it should arrive by 13:30 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "We have many trains that match your request , is there a specific time you want to leave by ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'13:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I do n't want to get there too early . What is the train that will get me there nearest to 13:30 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'13:09');(_:result,id,'TR3798');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR3798 gets there at 13:09 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That 's perfect I think . Please reserve 7 tickets for my group , and let me know the reference number when you have one ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'EOQ7QISL');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay great ! Your reference number is EOQ7QISL , is there anything else you need ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I will be in the north part of town . I 'm looking for a place to go . I might even want to go swimming . Any suggestions ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'pools');(_:result,count,'2');(_:result,name,'jesus green outdoor pool');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have 2 pools in the north . I think you may like Jesus Green outdoor pool . Would you like their information ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes . Can I have the postcodes , phone numbers , and addresses ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'between victoria road and the river');(_:result,name,'Jesus Green outdoor pool');(_:result,phone,'01223302579');(_:result,postcode,'cb43px');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Jesus Green outdoor pool 's phone number is 01223302579 , postcode is cb43px and the address is between victoria road and the river . May I provide any further assistance ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , you have helped tremendously . Thank you ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you ! Have a good day . Good bye ."
}
] |
MUL1917.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:result",
"arrive_by",
"13:09"
],
[
"_:result",
"id",
"TR3798"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:result",
"arrive_by",
"13:09"
],
[
"_:result",
"id",
"TR3798"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"EOQ7QISL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:result",
"arrive_by",
"13:09"
],
[
"_:result",
"id",
"TR3798"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"EOQ7QISL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"pools"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"jesus green outdoor pool"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:result",
"arrive_by",
"13:09"
],
[
"_:result",
"id",
"TR3798"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"EOQ7QISL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"pools"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"between victoria road and the river"
],
[
"_:result",
"name",
"Jesus Green outdoor pool"
],
[
"_:result",
"phone",
"01223302579"
],
[
"_:result",
"postcode",
"cb43px"
],
[
"_: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,area,'south');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant . The restaurant should be in the south and should be in the cheap price range"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'Nandos');(_:result,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "How about nandos , I 've heard great things !"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,day,'saturday');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is that restaurant in the south ? I\"d like to book for 4 people at 1330 on saturday please"
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,ref,'PCFFZ610');(_:booking,type,'Booking'))",
"reqmore()",
"inform((_:result,area,'south');(_:result,name,'Nandos');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Nandos is indeed in the south . The booking is successful with the reference number PCFFZ610 . Do you need more help ?"
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks , that 's all . Good bye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You are more than welcome !"
}
] |
SNG01896.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"PCFFZ610"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'theatre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a fun theatre to visit while I am in Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'park street');(_:result,area,'centre');(_:result,name,'adc theatre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have the adc theatre on park street and they are located in the centre ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'adc theatre');(_:search,type,'Attraction'))",
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Awesome . Is there an entrance fee at ADC Theatre ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,\"does not have it 's entrance fee posted to the public\");(_:result,name,'ADC theatre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It seems that the ADC theatre does not have it 's entrance fee posted to the public . I 'm sorry about that . Did you want information about something else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'london kings cross');(_:search,leave_at,'13:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm also looking for a train leaving from London Kings Cross after 13:30 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'multiple');(_:result,departure,'London Kings Cross');(_:result,leave_at,'13:30');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There multiple trains leaving London Kings Cross after 13:30 . Is there a more specific time you would like to leave ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,destination,'cambridge');(_:search,leave_at,'13:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I just need to leave anytime after 13:30 and go to Cambridge on Wednesday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,destination,'Cambridge');(_:result,id,'tr0397');(_:result,leave_at,'15:17');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR0397 leaves at 15:17 heading to Cambridge would you like this ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,type,'Train'))",
"inform((_:search,destination,'Cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "What time does that arrive in Cambridge ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'16:08');(_:result,id,'TR0397');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR0397 arrives at 16:08 . Would you like me to book ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "no that s alright , thanks for the info"
},
{
"id": 11,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I may help you with today ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , what is the travel time in duration ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,duration,'51 minutes');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The duration of the trip is 51 minutes . Is there anything else I may help you with today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I needed , thanks . Have a good ' un !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "No problem ! Thank you for using the Cambridge Towninfo centre ! Have a wonderful day ."
}
] |
MUL0463.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"adc theatre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"adc theatre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"name",
"adc theatre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"does not have it 's entrance fee posted to the public"
],
[
"_:result",
"name",
"ADC theatre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"name",
"adc theatre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"does not have it 's entrance fee posted to the public"
],
[
"_:result",
"name",
"ADC theatre"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:result",
"departure",
"London Kings Cross"
],
[
"_:result",
"leave_at",
"13:30"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"name",
"adc theatre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"does not have it 's entrance fee posted to the public"
],
[
"_:result",
"name",
"ADC theatre"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:result",
"departure",
"London Kings Cross"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"tr0397"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_: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",
"theatre"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"name",
"adc theatre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"does not have it 's entrance fee posted to the public"
],
[
"_:result",
"name",
"ADC theatre"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:result",
"departure",
"London Kings Cross"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"id",
"TR0397"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"name",
"adc theatre"
],
[
"_:result",
"entrance_fee",
"does not have it 's entrance fee posted to the public"
],
[
"_:result",
"name",
"ADC theatre"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:result",
"departure",
"London Kings Cross"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"id",
"TR0397"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"name",
"adc theatre"
],
[
"_:result",
"entrance_fee",
"does not have it 's entrance fee posted to the public"
],
[
"_:result",
"name",
"ADC theatre"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:result",
"departure",
"London Kings Cross"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"id",
"TR0397"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i am looking for a restuarant in the expensive price range and should be in the centre"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have found many restaurants with the criteria you gave me offering different kinds of food . Do you have a preference for type of food ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'welsh');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would prefer welsh food , please !"
},
{
"id": 3,
"rdf-acts": [
"select((_:result,food,'British');(_:result,food,'European');(_:result,type,'Restaurant'))",
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'Welsh');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I do n't have any Welsh restaurants that meet your criteria . Would British or European be ok , or would you like a more exotic cuisine instead ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about italian food ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'caffe uno');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about caffe uno ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure . What is their phone number and address there"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'32 Bridge Street City Centre');(_:result,name,'Caffee Uno');(_:result,phone,'01223448620');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Caffee Uno is located at 32 Bridge Street City Centre and the phone number is 01223448620 ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is everything , still ironing out details , so I will call them later , thanks for your help ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "You are quite welcome . Do you need any further assistance ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That was all I needed for now . Thanks"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our services ."
}
] |
SNG01477.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"welsh"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/61bf3bca"
],
[
"_:search/61bf3bca",
"food",
"Welsh"
],
[
"_:search/61bf3bca",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"European"
],
[
"_:system",
"canthelp",
"_:search/61bf3bca"
],
[
"_:search/61bf3bca",
"food",
"Welsh"
],
[
"_:search/61bf3bca",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"caffe uno"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"European"
],
[
"_:system",
"canthelp",
"_:search/61bf3bca"
],
[
"_:search/61bf3bca",
"food",
"Welsh"
],
[
"_:search/61bf3bca",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"32 Bridge Street City Centre"
],
[
"_:result",
"name",
"Caffee Uno"
],
[
"_:result",
"phone",
"01223448620"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"European"
],
[
"_:system",
"canthelp",
"_:search/61bf3bca"
],
[
"_:search/61bf3bca",
"food",
"Welsh"
],
[
"_:search/61bf3bca",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"32 Bridge Street City Centre"
],
[
"_:result",
"name",
"Caffee Uno"
],
[
"_:result",
"phone",
"01223448620"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a moderate priced place to stay with free wifi ."
},
{
"id": 1,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day will you be arriving at the hotel and how long are you staying ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am not sure what day , I am just researching now . I would like to have a 4 star hotel . Are there any options ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'about 11');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have about 11 guesthouses that are available . Do you have a preference as far as area ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do not have a preference on area ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'avalon');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I can suggest the avalon located in the north it is moderately priced with 4 stars . Would you like to make reservations ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "does it have wifi ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It does have wifi ! Will you need parking as well ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'1');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Nope , that is n't important . Can you book it for 1 person for 3 nights starting on Thursday please ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Avalon');(_:booking,ref,'ZG7G439M');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , I 've booked you at the Avalon . Your reference number is ZG7G439M . Can I further assist you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,destination,'peterbourough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need a train to peterbourough on Sunday ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "There are several trains to Peterborough on Sunday . Where are you departing from and do you have a time in mind ?"
}
] |
PMUL4283.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"about 11"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"about 11"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"avalon"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"about 11"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"avalon"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"about 11"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"avalon"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Avalon"
],
[
"_:booking",
"ref",
"ZG7G439M"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"peterbourough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for an east - based place to go in town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'cambridge museum of technology');(_:result,name,'funky fun house');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "How about funky fun house ? It 's in the east . cambridge museum of technology is also in the east ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you tell me what the entrance fee is for those ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,entrance_fee,'5 pounds');(_:result,entrance_fee,'no information on the admission price');(_:result,name,'Funky Fun House');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Cambridge Museum of Tech . costs 5 pounds . There is no information on the admission price for Funky Fun House . Would you like their phone number ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'Funky Fun House');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No , thanks . Can I get the postcode for Funky Fun House , please ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb58hy');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , of course . It is cb58hy . Is there anything else I can find out for you ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much !"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "system",
"text": "So , is that all you needed today ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes , that 's all . Thank you ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Goodbye !"
}
] |
SNG1115.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"cambridge museum of technology"
],
[
"_:result",
"name",
"funky fun house"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"entrance_fee",
"no information on the admission price"
],
[
"_:result",
"name",
"Funky Fun House"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"name",
"Funky Fun House"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"entrance_fee",
"no information on the admission price"
],
[
"_:result",
"name",
"Funky Fun House"
],
[
"_:search",
"name",
"Funky Fun House"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb58hy"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"entrance_fee",
"no information on the admission price"
],
[
"_:result",
"name",
"Funky Fun House"
],
[
"_:search",
"name",
"Funky Fun House"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb58hy"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.